index.less 8.5 KB

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