index.wxss 5.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271
  1. .container {
  2. padding: 0rpx 20rpx 30rpx;
  3. /* .payBox {
  4. position: relative;
  5. margin-top: 36rpx;
  6. width: 710rpx;
  7. height: 184rpx;
  8. border-radius: 20rpx;
  9. background: url(http://reader-wx.ai160.com/images/reader/v3/learn/vip_center.png);
  10. background-size: cover;
  11. .copywriting {
  12. position: absolute;
  13. bottom: 70rpx;
  14. left: 30rpx;
  15. color: #FBF3CD;
  16. font-size: 26rpx;
  17. letter-spacing: 2rpx;
  18. text {
  19. margin: 0 6rpx;
  20. }
  21. }
  22. .goPay {
  23. position: absolute;
  24. top: 30rpx;
  25. right: 28rpx;
  26. border-radius: 50rpx;
  27. display: inline-block;
  28. padding: 14rpx 36rpx;
  29. color: #292020;
  30. font-weight: bold;
  31. letter-spacing: 2rpx;
  32. background-image: linear-gradient(116deg, #FFF3DF 0%, #FEC98D 95%);
  33. font-size: 30rpx;
  34. }
  35. } */
  36. }
  37. .container .userBox {
  38. background-color: white;
  39. padding: 20rpx 20rpx 0rpx;
  40. border-radius: 20rpx;
  41. }
  42. .container .userBox .above {
  43. display: flex;
  44. align-items: center;
  45. justify-content: space-between;
  46. padding-bottom: 30rpx;
  47. border-bottom: 1rpx solid #D6D6D6;
  48. }
  49. .container .userBox .above .identity {
  50. position: relative;
  51. display: flex;
  52. flex-direction: column;
  53. align-items: center;
  54. text-align: center;
  55. }
  56. .container .userBox .above .identity .avatar {
  57. width: 106rpx;
  58. height: 106rpx;
  59. border-radius: 50%;
  60. position: relative;
  61. }
  62. .container .userBox .above .identity .identityText {
  63. position: absolute;
  64. bottom: -10rpx;
  65. width: 80rpx;
  66. font-size: 24rpx;
  67. color: white;
  68. background-color: #10CA61;
  69. border-radius: 25rpx;
  70. }
  71. .container .userBox .above .userRight {
  72. flex: 1;
  73. margin-left: 40rpx;
  74. padding: 0px 10rpx;
  75. }
  76. .container .userBox .above .userRight .uRtop {
  77. display: flex;
  78. justify-content: space-between;
  79. }
  80. .container .userBox .above .userRight .uRtop .uRtopleft .nickName {
  81. margin: 10rpx 0rpx 18rpx;
  82. max-width: 340rpx;
  83. color: #333;
  84. font-size: 32rpx;
  85. }
  86. .container .userBox .above .userRight .uRtop .uRtopleft .gradeText {
  87. font-size: 24rpx;
  88. color: #989A9C;
  89. }
  90. .container .userBox .above .userRight .uRtop .uRtopRight {
  91. display: flex;
  92. align-items: center;
  93. }
  94. .container .userBox .above .userRight .uRtop .uRtopRight .edit {
  95. width: 22rpx;
  96. height: 28rpx;
  97. }
  98. .container .userBox .above .userRight .uRtop .uRtopRight text {
  99. margin: 0px 10rpx;
  100. font-size: 24rpx;
  101. color: #666;
  102. }
  103. .container .below {
  104. padding: 20rpx 0rpx;
  105. display: flex;
  106. align-items: center;
  107. justify-content: space-between;
  108. background-color: white;
  109. border-radius: 20rpx;
  110. }
  111. .container .below .sBox {
  112. width: 110rpx;
  113. position: relative;
  114. display: flex;
  115. flex-direction: column;
  116. align-items: center;
  117. }
  118. .container .below .sBox .img {
  119. width: 69rpx;
  120. height: 69rpx;
  121. }
  122. .container .below .sBox .title {
  123. margin-top: 8rpx;
  124. font-size: 26rpx;
  125. color: #333;
  126. }
  127. .container .below .sBox .noticeTips {
  128. position: absolute;
  129. right: 8rpx;
  130. top: -8rpx;
  131. width: 34rpx;
  132. padding: 4rpx 0rpx;
  133. border-radius: 40rpx;
  134. color: white;
  135. font-size: 18rpx;
  136. text-align: center;
  137. background-color: #FF0000;
  138. }
  139. .container .below .contactBtn {
  140. border: none;
  141. padding: 0rpx;
  142. line-height: normal;
  143. margin: 0;
  144. }
  145. .container .medalBox {
  146. margin: 30rpx 0rpx;
  147. padding: 20rpx 30rpx;
  148. background-color: white;
  149. border-radius: 20rpx;
  150. }
  151. .container .medalBox .header {
  152. display: flex;
  153. align-items: center;
  154. justify-content: space-between;
  155. }
  156. .container .medalBox .header .title {
  157. font-size: 30rpx;
  158. font-weight: bold;
  159. color: #000;
  160. }
  161. .container .medalBox .header .jump {
  162. font-size: 26rpx;
  163. color: #666666;
  164. }
  165. .container .medalBox .header .jump .jumpIcon {
  166. width: 12rpx;
  167. height: 22rpx;
  168. }
  169. .container .medalBox .body {
  170. margin-top: 20rpx;
  171. display: flex;
  172. align-items: center;
  173. justify-content: space-between;
  174. }
  175. .container .medalBox .body .medal {
  176. width: 112rpx;
  177. height: 94rpx;
  178. }
  179. .container .activation {
  180. margin-top: 30rpx;
  181. padding: 13rpx 40rpx;
  182. display: flex;
  183. align-items: center;
  184. justify-content: space-between;
  185. background-color: white;
  186. border-radius: 50rpx;
  187. }
  188. .container .activation .tips {
  189. font-size: 28rpx;
  190. color: #666666;
  191. }
  192. .container .activation .subBtn {
  193. padding: 10rpx 50rpx;
  194. border-radius: 50rpx;
  195. color: white;
  196. font-size: 25rpx;
  197. background-color: #FC614E;
  198. }
  199. .container .activationModal {
  200. position: fixed;
  201. z-index: 2;
  202. left: 0rpx;
  203. top: 0rpx;
  204. width: 100vw;
  205. height: 100vh;
  206. background: rgba(0, 0, 0, 0.7);
  207. }
  208. .container .activationModal .box {
  209. position: absolute;
  210. left: 0;
  211. right: 0;
  212. top: 30%;
  213. margin: auto;
  214. width: 496rpx;
  215. height: 365rpx;
  216. background-color: white;
  217. border-radius: 20rpx;
  218. text-align: center;
  219. }
  220. .container .activationModal .box .sLcon {
  221. margin-top: 34rpx;
  222. width: 100rpx;
  223. height: 100rpx;
  224. }
  225. .container .activationModal .box .tips1 {
  226. margin: 36rpx 0rpx 24rpx;
  227. color: #131313;
  228. font-weight: bold;
  229. font-size: 34rpx;
  230. }
  231. .container .activationModal .box .tips2 {
  232. font-size: 30rpx;
  233. color: #12C962;
  234. }
  235. .container .activationModal .box .close {
  236. position: absolute;
  237. padding: 40rpx;
  238. width: 54rpx;
  239. height: 54rpx;
  240. left: 0;
  241. right: 0;
  242. bottom: -140rpx;
  243. margin: auto;
  244. }
  245. .container .payBox {
  246. position: relative;
  247. margin-top: 36rpx;
  248. width: 710rpx;
  249. height: 224rpx;
  250. border-radius: 20rpx;
  251. background: url(http://reader-wx.ai160.com/images/reader/v3/learn/2-1.png);
  252. background-size: cover;
  253. -webkit-box-reflect: below 2rpx linear-gradient(to bottom, transparent 92%, rgba(0, 0, 0, 0.3));
  254. }
  255. .container .payBox .buyBtn {
  256. position: absolute;
  257. left: 168rpx;
  258. top: 156rpx;
  259. color: #39029B;
  260. font-size: 26rpx;
  261. font-weight: bold;
  262. letter-spacing: 2rpx;
  263. }
  264. .container .payBox2 {
  265. margin-top: 70rpx;
  266. background: url(http://reader-wx.ai160.com/images/reader/v3/learn/2-2.png);
  267. background-size: cover;
  268. }