becomeVip.wxss 2.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125
  1. @charset "UTF-8";
  2. /* 页面左右间距 */
  3. /* 文字尺寸 */
  4. /*文字颜色*/
  5. /* 边框颜色 */
  6. /*颜色*/
  7. /* 图片加载中颜色 */
  8. /* 行为相关颜色 */
  9. /* 功能栏字体大小 */
  10. /*功能栏左侧小图标*/
  11. page,
  12. .center {
  13. min-height: 100%;
  14. height: auto;
  15. background: #f2f3f5;
  16. }
  17. .info-box {
  18. width: 690rpx;
  19. margin: 20rpx auto 0;
  20. background: #ffffff;
  21. border-radius: 10rpx;
  22. }
  23. .info-box .info-item {
  24. justify-content: flex-start;
  25. padding: 38rpx 20rpx;
  26. }
  27. .info-box .info-item .info-item-left {
  28. width: 140rpx;
  29. font-size: 28rpx;
  30. font-family: PingFang SC;
  31. font-weight: 500;
  32. color: #333333;
  33. }
  34. .info-box .info-item .info-item-right {
  35. margin-left: 70rpx;
  36. width: 260rpx;
  37. font-size: 28rpx;
  38. font-family: PingFang SC;
  39. font-weight: 500;
  40. color: #999999;
  41. }
  42. .info-box .info-item .info-item-right .placeholder {
  43. font-size: 28rpx;
  44. font-family: PingFang SC;
  45. font-weight: 500;
  46. color: #999999;
  47. }
  48. .info-box .info-item .info-item-yzm {
  49. margin-left: 100rpx;
  50. font-size: 28rpx;
  51. font-family: PingFang SC;
  52. font-weight: 500;
  53. color: #ff6f0f;
  54. }
  55. .upload-image {
  56. width: 160rpx;
  57. height: 160rpx;
  58. border-radius: 10rpx;
  59. }
  60. .upload-title {
  61. font-size: 30rpx;
  62. font-family: PingFang SC;
  63. font-weight: bold;
  64. color: #333333;
  65. }
  66. .upload-main {
  67. padding-top: 32rpx;
  68. display: flex;
  69. justify-content: center;
  70. align-items: center;
  71. flex-direction: column;
  72. }
  73. .upload-main .upload-font {
  74. margin-top: 24rpx;
  75. font-size: 30rpx;
  76. font-family: PingFang SC;
  77. font-weight: bold;
  78. color: #333333;
  79. }
  80. .upload {
  81. width: 690rpx;
  82. margin: 20rpx auto 0;
  83. padding: 34rpx 30rpx 40rpx 30rpx;
  84. background: #ffffff;
  85. }
  86. .upload .add-img-box {
  87. width: 100%;
  88. flex-direction: row;
  89. flex-wrap: wrap;
  90. margin-top: 50rpx;
  91. }
  92. .upload .add-img-item {
  93. width: 180rpx;
  94. height: 180rpx;
  95. border-radius: 24rpx;
  96. position: relative;
  97. margin: 0rpx 20rpx;
  98. margin-bottom: 25rpx;
  99. }
  100. .upload .add-img-item .add-img {
  101. width: 100%;
  102. height: 100%;
  103. }
  104. .add-img-del {
  105. position: absolute;
  106. width: 40rpx;
  107. height: 40rpx;
  108. left: 155rpx;
  109. bottom: 155rpx;
  110. border-radius: 20rpx;
  111. }
  112. .btn {
  113. position: fixed;
  114. bottom: 0;
  115. width: 750rpx;
  116. height: 98rpx;
  117. background: #24a17d;
  118. text-align: center;
  119. font-size: 36rpx;
  120. font-family: PingFang SC;
  121. font-weight: 500;
  122. color: #ffffff;
  123. line-height: 98rpx;
  124. }