index.less 9.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373
  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. .black {
  174. margin-right: 20rpx;
  175. width: 16rpx;
  176. height: 30rpx;
  177. opacity: 0.8;
  178. }
  179. }
  180. .scrollViewBox {
  181. height: 330rpx;
  182. .goodsList {
  183. position: absolute;
  184. margin-top: 40rpx;
  185. left: 0;
  186. padding-left: 20rpx;
  187. width: 100%;
  188. height: 310rpx;
  189. white-space: nowrap;
  190. box-sizing: border-box;
  191. .payBox {
  192. position: relative;
  193. margin-right: 22rpx;
  194. width: 268rpx;
  195. height: 268rpx;
  196. background-size: cover;
  197. text-align: center;
  198. display: inline-block;
  199. border-radius: 20rpx;
  200. .pay {
  201. position: absolute;
  202. bottom: 24rpx;
  203. left: 50%;
  204. transform: translateX(-50%);
  205. padding: 6rpx 40rpx;
  206. font-size: 26rpx;
  207. font-weight: bold;
  208. border-radius: 50rpx;
  209. }
  210. }
  211. .payBox::after {
  212. content: '';
  213. position: absolute;
  214. width: 268rpx;
  215. height: 45rpx;
  216. left: 0;
  217. bottom: -42rpx;
  218. background: linear-gradient(180deg, #2A2116 0%, rgba(255, 255, 255, 0) 100%);
  219. border-radius: 22rpx 22rpx 0rpx 0rpx;
  220. opacity: 0.26;
  221. }
  222. .pbbg1 {
  223. background-image: url(http://reader-wx.ai160.com/images/reader/v3/12992x.png);
  224. .pay {
  225. background: linear-gradient(325deg, #FFBD96 0%, #FFF1E7 100%);
  226. }
  227. }
  228. .pbbg2 {
  229. background-image: url(http://reader-wx.ai160.com/images/reader/v3/2992x.png);
  230. .pay {
  231. background: linear-gradient(285deg, #DFF2EE 0%, #D8E9FD 39%, #BDE6F8 72%, #BAE7F7 100%);
  232. }
  233. }
  234. .pbbg3 {
  235. background-image: url(http://reader-wx.ai160.com/images/reader/v3/55152x.png);
  236. .pay {
  237. background: linear-gradient(325deg, #FFBD96 0%, #FFF1E7 100%);
  238. }
  239. }
  240. }
  241. }
  242. .longpressBox {
  243. position: relative;
  244. .iosVip {
  245. margin-top: 30rpx;
  246. height: 230rpx;
  247. width: 710rpx;
  248. }
  249. .qrCode {
  250. position: absolute;
  251. top: 59rpx;
  252. right: 40rpx;
  253. width: 174rpx;
  254. height: 174rpx;
  255. }
  256. }
  257. .activationModal {
  258. position: fixed;
  259. z-index: 2;
  260. left: 0rpx;
  261. top: 0rpx;
  262. width: 100vw;
  263. height: 100vh;
  264. background: rgba(0, 0, 0, 0.7);
  265. .box {
  266. position: absolute;
  267. left: 0;
  268. right: 0;
  269. top: 30%;
  270. margin: auto;
  271. width: 496rpx;
  272. height: 365rpx;
  273. background-color: white;
  274. border-radius: 20rpx;
  275. text-align: center;
  276. .sLcon {
  277. margin-top: 34rpx;
  278. width: 100rpx;
  279. height: 100rpx;
  280. }
  281. .tips1 {
  282. margin: 36rpx 0rpx 24rpx;
  283. color: #131313;
  284. font-weight: bold;
  285. font-size: 34rpx;
  286. }
  287. .tips2 {
  288. font-size: 30rpx;
  289. color: #12C962;
  290. }
  291. }
  292. /* .vipModal {
  293. position: relative;
  294. left: 0;
  295. right: 0;
  296. top: 30%;
  297. margin: auto;
  298. border-radius: 20rpx;
  299. text-align: center;
  300. .mBg {
  301. width: 600rpx;
  302. }
  303. }
  304. */
  305. .close {
  306. position: absolute;
  307. padding: 40rpx;
  308. width: 54rpx;
  309. height: 54rpx;
  310. left: 0;
  311. right: 0;
  312. bottom: -140rpx;
  313. margin: auto;
  314. }
  315. }
  316. }