index.less 7.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391
  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. .payBox {
  153. margin-top: 20rpx;
  154. padding: 13rpx 30rpx;
  155. background-color: white;
  156. border-radius: 20rpx;
  157. .title {
  158. font-size: 30rpx;
  159. font-weight: bold;
  160. color: #000;
  161. }
  162. .pay {
  163. margin: 20rpx 0rpx;
  164. display: flex;
  165. align-items: center;
  166. justify-content: space-between;
  167. padding: 0rpx 30rpx;
  168. border-radius: 22rpx;
  169. overflow: hidden;
  170. .payLeft {
  171. .pLTitle {
  172. font-size: 36rpx;
  173. font-weight: bold;
  174. }
  175. .pLcontent {
  176. font-size: 22rpx;
  177. }
  178. }
  179. .payRight {
  180. margin: 24rpx 0rpx;
  181. padding: 12rpx 28rpx;
  182. border-radius: 40rpx;
  183. font-size: 24rpx;
  184. font-weight: bold;
  185. }
  186. }
  187. .vipPay {
  188. background: url('http://reader-wx.ai160.com/images/reader/v3/year.png') no-repeat;
  189. background-size: cover;
  190. .vipTitle {
  191. color: #FFE6B9;
  192. }
  193. .vipContent {
  194. margin-top: 4rpx;
  195. color: #FFE6B9;
  196. }
  197. .vipBtn {
  198. background-image: linear-gradient(to bottom, #F4E7A8, #F9EDCF);
  199. color: #211501;
  200. }
  201. }
  202. .buyPay {
  203. background: url('http://reader-wx.ai160.com/images/reader/v3/10yuan.png') no-repeat;
  204. background-size: cover;
  205. .payLeft {
  206. color: #7D320A;
  207. font-size: 36rpx;
  208. font-weight: bold;
  209. }
  210. .buyBtn {
  211. border: 1rpx solid white;
  212. color: white;
  213. background-color: #7D320A;
  214. }
  215. }
  216. }
  217. .bindNumber {
  218. margin-top: 20rpx;
  219. height: 100rpx;
  220. padding: 0rpx 24rpx;
  221. display: flex;
  222. align-items: center;
  223. justify-content: space-between;
  224. background: url('http://reader-wx.ai160.com/images/reader/v3/phone.png') no-repeat;
  225. background-size: cover;
  226. font-size: 30rpx;
  227. border-radius: 20rpx;
  228. .desc {
  229. color: white;
  230. margin-left: 120rpx;
  231. }
  232. .bindBtn {
  233. background-color: white;
  234. color: #FC614E;
  235. padding: 6rpx 24rpx;
  236. font-size: 30rpx;
  237. font-weight: bold;
  238. border-radius: 25rpx;
  239. }
  240. }
  241. .surplus {
  242. margin-top: 20rpx;
  243. padding: 22rpx 30rpx;
  244. background-color: white;
  245. border-radius: 20rpx;
  246. display: flex;
  247. align-items: center;
  248. justify-content: space-between;
  249. font-size: 32rpx;
  250. .title {
  251. font-size: 30rpx;
  252. font-weight: bold;
  253. color: #000;
  254. }
  255. .num {
  256. color: #F97419;
  257. font-weight: bold;
  258. margin-right: 10rpx;
  259. }
  260. }
  261. .taskBox {
  262. margin-top: 20rpx;
  263. padding: 20rpx 10rpx 0rpx;
  264. background-color: white;
  265. border-radius: 20rpx;
  266. .title {
  267. padding: 0rpx 20rpx;
  268. font-size: 30rpx;
  269. font-weight: bold;
  270. color: #000;
  271. }
  272. .task {
  273. display: flex;
  274. align-items: center;
  275. justify-content: space-between;
  276. padding: 30rpx 22rpx;
  277. border-bottom: 1px solid #EAEAEA;
  278. .taskLeft {
  279. display: flex;
  280. align-items: center;
  281. justify-content: space-between;
  282. .img {
  283. width: 76rpx;
  284. height: 76rpx;
  285. border-radius: 50%;
  286. }
  287. .taskContent {
  288. margin-left: 40rpx;
  289. .tcTitle {
  290. font-size: 30rpx;
  291. font-weight: bold;
  292. color: #333;
  293. }
  294. .tcNum {
  295. color: #FF6259;
  296. font-size: 26rpx;
  297. }
  298. }
  299. }
  300. .taskRightBox {
  301. display: flex;
  302. flex-direction: column;
  303. align-items: flex-end;
  304. /* */
  305. }
  306. .taskRight {
  307. width: 138rpx;
  308. text-align: center;
  309. padding: 10rpx 0rpx;
  310. border-radius: 40rpx;
  311. color: white;
  312. background-color: #FC614E;
  313. font-size: 30rpx;
  314. }
  315. .taskRight-close {
  316. color: #6C6C6C;
  317. background: #D0D0D0;
  318. box-shadow: 0 2px 2px 0 #AEABAB;
  319. }
  320. .taskSurplus {
  321. text-align: center;
  322. margin-top: 4rpx;
  323. color: #686868;
  324. font-size: 20rpx;
  325. }
  326. }
  327. .advert {
  328. border: none;
  329. }
  330. }
  331. }