index.less 4.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240
  1. .container {
  2. padding: 0rpx 20rpx 30rpx;
  3. .userBox {
  4. background-color: white;
  5. padding: 20rpx 20rpx 0rpx;
  6. border-radius: 20rpx;
  7. .above {
  8. display: flex;
  9. align-items: center;
  10. justify-content: space-between;
  11. padding-bottom: 30rpx;
  12. border-bottom: 1rpx solid #D6D6D6;
  13. .identity {
  14. position: relative;
  15. display: flex;
  16. flex-direction: column;
  17. align-items: center;
  18. text-align: center;
  19. .avatar {
  20. width: 106rpx;
  21. height: 106rpx;
  22. border-radius: 50%;
  23. position: relative;
  24. }
  25. .identityText {
  26. position: absolute;
  27. bottom: -10rpx;
  28. width: 80rpx;
  29. font-size: 24rpx;
  30. color: white;
  31. background-color: #10CA61;
  32. border-radius: 25rpx;
  33. }
  34. }
  35. .userRight {
  36. flex: 1;
  37. margin-left: 40rpx;
  38. padding: 0px 10rpx;
  39. .uRtop {
  40. display: flex;
  41. justify-content: space-between;
  42. .uRtopleft {
  43. .nickName {
  44. margin: 10rpx 0rpx 18rpx;
  45. max-width: 340rpx;
  46. color: #333;
  47. font-size: 32rpx;
  48. }
  49. .gradeText {
  50. font-size: 24rpx;
  51. color: #989A9C;
  52. }
  53. }
  54. .uRtopRight {
  55. display: flex;
  56. align-items: center;
  57. .edit {
  58. width: 22rpx;
  59. height: 28rpx;
  60. }
  61. text {
  62. margin: 0px 10rpx;
  63. font-size: 24rpx;
  64. color: #666;
  65. }
  66. }
  67. }
  68. }
  69. }
  70. }
  71. .below {
  72. padding: 20rpx 0rpx;
  73. display: flex;
  74. align-items: center;
  75. justify-content: space-between;
  76. background-color: white;
  77. border-radius: 20rpx;
  78. .sBox {
  79. width: 110rpx;
  80. position: relative;
  81. display: flex;
  82. flex-direction: column;
  83. align-items: center;
  84. .img {
  85. width: 69rpx;
  86. height: 69rpx;
  87. }
  88. .title {
  89. margin-top: 8rpx;
  90. font-size: 26rpx;
  91. color: #333;
  92. }
  93. .noticeTips {
  94. position: absolute;
  95. right: 8rpx;
  96. top: -8rpx;
  97. width: 34rpx;
  98. padding: 4rpx 0rpx;
  99. border-radius: 40rpx;
  100. color: white;
  101. font-size: 18rpx;
  102. text-align: center;
  103. background-color: #FF0000;
  104. }
  105. }
  106. .contactBtn {
  107. border: none;
  108. padding: 0rpx;
  109. line-height: normal;
  110. margin: 0;
  111. }
  112. }
  113. .iosVip {
  114. margin: 4rpx 0px 0px 6rpx;
  115. font-size: 24rpx;
  116. color: #333;
  117. }
  118. .medalBox {
  119. margin: 30rpx 0rpx;
  120. padding: 20rpx 30rpx;
  121. background-color: white;
  122. border-radius: 20rpx;
  123. .header {
  124. display: flex;
  125. align-items: center;
  126. justify-content: space-between;
  127. .title {
  128. font-size: 30rpx;
  129. font-weight: bold;
  130. color: #000;
  131. }
  132. .jump {
  133. font-size: 26rpx;
  134. color: #666666;
  135. .jumpIcon {
  136. width: 12rpx;
  137. height: 22rpx;
  138. }
  139. }
  140. }
  141. .body {
  142. margin-top: 20rpx;
  143. display: flex;
  144. align-items: center;
  145. justify-content: space-between;
  146. .medal {
  147. width: 112rpx;
  148. height: 94rpx;
  149. }
  150. }
  151. }
  152. .activation {
  153. margin-top: 30rpx;
  154. padding: 13rpx 40rpx;
  155. display: flex;
  156. align-items: center;
  157. justify-content: space-between;
  158. background-color: white;
  159. border-radius: 50rpx;
  160. .tips {
  161. font-size: 28rpx;
  162. color: #666666;
  163. }
  164. .subBtn {
  165. padding: 10rpx 50rpx;
  166. border-radius: 50rpx;
  167. color: white;
  168. font-size: 25rpx;
  169. background-color: #FC614E;
  170. }
  171. }
  172. .payBox {
  173. position: relative;
  174. margin-top: 36rpx;
  175. width: 710rpx;
  176. height: 184rpx;
  177. border-radius: 20rpx;
  178. background: url(http://reader-wx.ai160.com/images/reader/v3/learn/vip_center.png);
  179. background-size: cover;
  180. .copywriting {
  181. position: absolute;
  182. bottom: 70rpx;
  183. left: 30rpx;
  184. color: #FBF3CD;
  185. font-size: 26rpx;
  186. letter-spacing: 2rpx;
  187. text {
  188. margin: 0 6rpx;
  189. }
  190. }
  191. .goPay {
  192. position: absolute;
  193. top: 30rpx;
  194. right: 28rpx;
  195. border-radius: 50rpx;
  196. display: inline-block;
  197. padding: 14rpx 36rpx;
  198. color: #292020;
  199. font-weight: bold;
  200. letter-spacing: 2rpx;
  201. background-image: linear-gradient(116deg, #FFF3DF 0%, #FEC98D 95%);
  202. font-size: 30rpx;
  203. }
  204. }
  205. }