index.less 7.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294
  1. .container {
  2. position: relative;
  3. padding: 55rpx 20rpx 240rpx;
  4. .userBox {
  5. background-color: white;
  6. padding: 20rpx 20rpx 0;
  7. border-radius: 20rpx;
  8. .above {
  9. display: flex;
  10. align-items: center;
  11. justify-content: space-between;
  12. padding-bottom: 30rpx;
  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. max-width: 340rpx;
  45. color: #333;
  46. font-size: 32rpx;
  47. }
  48. .gradeText {
  49. margin: 14rpx 0;
  50. font-size: 24rpx;
  51. color: #989A9C;
  52. }
  53. .validity {
  54. font-size: 24rpx;
  55. color: #FE9221;
  56. }
  57. }
  58. .uRtopRight {
  59. display: flex;
  60. align-items: center;
  61. .edit {
  62. width: 22rpx;
  63. height: 28rpx;
  64. }
  65. text {
  66. margin: 0px 10rpx;
  67. font-size: 24rpx;
  68. color: #666;
  69. }
  70. }
  71. }
  72. }
  73. }
  74. }
  75. .menu {
  76. margin-top: 30rpx;
  77. border-radius: 20rpx;
  78. background-color: white;
  79. .activation {
  80. padding: 28rpx 20rpx;
  81. display: flex;
  82. align-items: center;
  83. justify-content: space-between;
  84. border-bottom: 1rpx solid #EEEEEE;
  85. .tips {
  86. display: flex;
  87. align-items: center;
  88. font-weight: 400;
  89. .tipsImg {
  90. margin-right: 14rpx;
  91. width: 44rpx;
  92. height: 44rpx;
  93. }
  94. font-size: 30rpx;
  95. }
  96. .black {
  97. margin-right: 20rpx;
  98. width: 16rpx;
  99. height: 30rpx;
  100. opacity: 0.8;
  101. }
  102. }
  103. .activation:last-child {
  104. border: none;
  105. }
  106. }
  107. .scrollViewBox {
  108. position: relative;
  109. width: 100vw;
  110. .goodsList {
  111. margin-top: 40rpx;
  112. width: 100%;
  113. height: 310rpx;
  114. white-space: nowrap;
  115. box-sizing: border-box;
  116. .payBox {
  117. position: relative;
  118. margin-right: 22rpx;
  119. width: 268rpx;
  120. height: 268rpx;
  121. background-size: cover;
  122. text-align: center;
  123. display: inline-block;
  124. border-radius: 20rpx;
  125. .pay {
  126. position: absolute;
  127. bottom: 24rpx;
  128. left: 50%;
  129. transform: translateX(-50%);
  130. padding: 6rpx 40rpx;
  131. font-size: 26rpx;
  132. font-weight: bold;
  133. border-radius: 50rpx;
  134. }
  135. }
  136. .payBox::after {
  137. content: '';
  138. position: absolute;
  139. width: 268rpx;
  140. height: 45rpx;
  141. left: 0;
  142. bottom: -42rpx;
  143. background: linear-gradient(180deg, #2A2116 0%, rgba(255, 255, 255, 0) 100%);
  144. border-radius: 22rpx 22rpx 0rpx 0rpx;
  145. opacity: 0.26;
  146. }
  147. .pbbg1 {
  148. background-image: url(http://reader-wx.ai160.com/images/reader/v3/12992x.png);
  149. .pay {
  150. background: linear-gradient(325deg, #FFBD96 0%, #FFF1E7 100%);
  151. }
  152. }
  153. .pbbg2 {
  154. background-image: url(http://reader-wx.ai160.com/images/reader/v3/2992x.png);
  155. .pay {
  156. background: linear-gradient(285deg, #DFF2EE 0%, #D8E9FD 39%, #BDE6F8 72%, #BAE7F7 100%);
  157. }
  158. }
  159. .pbbg3 {
  160. background-image: url(http://reader-wx.ai160.com/images/reader/v3/55152x.png);
  161. .pay {
  162. background: linear-gradient(325deg, #FFBD96 0%, #FFF1E7 100%);
  163. }
  164. }
  165. }
  166. .goodsTips {
  167. position: absolute;
  168. font-size: 24rpx;
  169. color: #555;
  170. bottom: 0;
  171. }
  172. }
  173. .longpressBox {
  174. position: relative;
  175. .iosVip {
  176. margin-top: 30rpx;
  177. height: 230rpx;
  178. width: 710rpx;
  179. }
  180. .qrCode {
  181. position: absolute;
  182. top: 59rpx;
  183. right: 40rpx;
  184. width: 174rpx;
  185. height: 174rpx;
  186. }
  187. }
  188. .activationModal {
  189. position: fixed;
  190. z-index: 2;
  191. left: 0rpx;
  192. top: 0rpx;
  193. width: 100vw;
  194. height: 100vh;
  195. background: rgba(0, 0, 0, 0.7);
  196. .box {
  197. position: absolute;
  198. left: 0;
  199. right: 0;
  200. top: 30%;
  201. margin: auto;
  202. width: 496rpx;
  203. height: 365rpx;
  204. background-color: white;
  205. border-radius: 20rpx;
  206. text-align: center;
  207. .sLcon {
  208. margin-top: 34rpx;
  209. width: 100rpx;
  210. height: 100rpx;
  211. }
  212. .tips1 {
  213. margin: 36rpx 0rpx 24rpx;
  214. color: #131313;
  215. font-weight: bold;
  216. font-size: 34rpx;
  217. }
  218. .tips2 {
  219. font-size: 30rpx;
  220. color: #12C962;
  221. }
  222. }
  223. /* .vipModal {
  224. position: relative;
  225. left: 0;
  226. right: 0;
  227. top: 30%;
  228. margin: auto;
  229. border-radius: 20rpx;
  230. text-align: center;
  231. .mBg {
  232. width: 600rpx;
  233. }
  234. }
  235. */
  236. .close {
  237. position: absolute;
  238. padding: 40rpx;
  239. width: 54rpx;
  240. height: 54rpx;
  241. left: 0;
  242. right: 0;
  243. bottom: -140rpx;
  244. margin: auto;
  245. }
  246. }
  247. }