wx.wxss 1.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071
  1. @charset "UTF-8";
  2. /* 页面左右间距 */
  3. /* 文字尺寸 */
  4. /*文字颜色*/
  5. /* 边框颜色 */
  6. /*颜色*/
  7. /* 图片加载中颜色 */
  8. /* 行为相关颜色 */
  9. /* 功能栏字体大小 */
  10. /*功能栏左侧小图标*/
  11. page,
  12. .content {
  13. height: 100%;
  14. margin: 0;
  15. padding: 0;
  16. }
  17. .box {
  18. margin: 20rpx 0 100rpx 0;
  19. width: 100%;
  20. background: #FFFFFF;
  21. }
  22. .box .wx {
  23. border-bottom: #F0F0F0 solid 1rpx;
  24. padding: 20rpx 0 30rpx 0;
  25. display: flex;
  26. }
  27. .box .wx text {
  28. width: 150rpx;
  29. margin: 0 30rpx;
  30. }
  31. .box .wx input {
  32. font-size: 28rpx;
  33. font-family: PingFang SC;
  34. font-weight: 400;
  35. color: #999999;
  36. line-height: 100rpx;
  37. }
  38. .box .erweima {
  39. padding: 30rpx 0;
  40. display: flex;
  41. }
  42. .box .erweima text {
  43. margin: 0 30rpx;
  44. width: 150rpx;
  45. font-size: 30rpx;
  46. font-family: PingFang SC;
  47. font-weight: 400;
  48. color: #333333;
  49. }
  50. .box .erweima .img {
  51. width: 160rpx;
  52. height: 160rpx;
  53. }
  54. .box .erweima .img image {
  55. width: 100%;
  56. height: 100%;
  57. }
  58. .button {
  59. margin: 0 auto;
  60. width: 560rpx;
  61. height: 80rpx;
  62. background: #FD3B39;
  63. border-radius: 40rpx;
  64. font-size: 30rpx;
  65. font-family: PingFangSC;
  66. font-weight: 500;
  67. color: #FFFFFF;
  68. line-height: 80rpx;
  69. text-align: center;
  70. }