index.less 7.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390
  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 30rpx;
  73. display: flex;
  74. align-items: center;
  75. justify-content: space-between;
  76. background-color: white;
  77. border-radius: 20rpx;
  78. .sBox {
  79. position: relative;
  80. display: flex;
  81. flex-direction: column;
  82. align-items: center;
  83. .img {
  84. width: 69rpx;
  85. height: 69rpx;
  86. }
  87. .title {
  88. margin-top: 8rpx;
  89. font-size: 26rpx;
  90. color: #333;
  91. }
  92. .noticeTips {
  93. position: absolute;
  94. right: 10rpx;
  95. top: -8rpx;
  96. width: 34rpx;
  97. padding: 4rpx 0rpx;
  98. border-radius: 40rpx;
  99. color: white;
  100. font-size: 18rpx;
  101. text-align: center;
  102. background-color: #FF0000;
  103. }
  104. }
  105. .contactBtn {
  106. border: none;
  107. padding: 0rpx;
  108. line-height: normal;
  109. margin: 0;
  110. }
  111. }
  112. .iosVip {
  113. margin: 4rpx 0px 0px 6rpx;
  114. font-size: 24rpx;
  115. color: #333;
  116. }
  117. .medalBox {
  118. margin: 30rpx 0rpx;
  119. padding: 20rpx 30rpx;
  120. background-color: white;
  121. border-radius: 20rpx;
  122. .header {
  123. display: flex;
  124. align-items: center;
  125. justify-content: space-between;
  126. .title {
  127. font-size: 30rpx;
  128. font-weight: bold;
  129. color: #000;
  130. }
  131. .jump {
  132. font-size: 26rpx;
  133. color: #666666;
  134. .jumpIcon {
  135. width: 12rpx;
  136. height: 22rpx;
  137. }
  138. }
  139. }
  140. .body {
  141. margin-top: 20rpx;
  142. display: flex;
  143. align-items: center;
  144. justify-content: space-between;
  145. .medal {
  146. width: 112rpx;
  147. height: 94rpx;
  148. }
  149. }
  150. }
  151. .payBox {
  152. margin-top: 20rpx;
  153. padding: 13rpx 30rpx;
  154. background-color: white;
  155. border-radius: 20rpx;
  156. .title {
  157. font-size: 30rpx;
  158. font-weight: bold;
  159. color: #000;
  160. }
  161. .pay {
  162. margin: 20rpx 0rpx;
  163. display: flex;
  164. align-items: center;
  165. justify-content: space-between;
  166. padding: 0rpx 30rpx;
  167. border-radius: 22rpx;
  168. overflow: hidden;
  169. .payLeft {
  170. .pLTitle {
  171. font-size: 36rpx;
  172. font-weight: bold;
  173. }
  174. .pLcontent {
  175. font-size: 22rpx;
  176. }
  177. }
  178. .payRight {
  179. margin: 24rpx 0rpx;
  180. padding: 12rpx 28rpx;
  181. border-radius: 40rpx;
  182. font-size: 24rpx;
  183. font-weight: bold;
  184. }
  185. }
  186. .vipPay {
  187. background: url('http://reader-wx.ai160.com/images/reader/v3/year.png') no-repeat;
  188. background-size: cover;
  189. .vipTitle {
  190. color: #FFE6B9;
  191. }
  192. .vipContent {
  193. margin-top: 4rpx;
  194. color: #FFE6B9;
  195. }
  196. .vipBtn {
  197. background-image: linear-gradient(to bottom, #F4E7A8, #F9EDCF);
  198. color: #211501;
  199. }
  200. }
  201. .buyPay {
  202. background: url('http://reader-wx.ai160.com/images/reader/v3/10yuan.png') no-repeat;
  203. background-size: cover;
  204. .payLeft {
  205. color: #7D320A;
  206. font-size: 36rpx;
  207. font-weight: bold;
  208. }
  209. .buyBtn {
  210. border: 1rpx solid white;
  211. color: white;
  212. background-color: #7D320A;
  213. }
  214. }
  215. }
  216. .bindNumber {
  217. margin-top: 20rpx;
  218. height: 100rpx;
  219. padding: 0rpx 24rpx;
  220. display: flex;
  221. align-items: center;
  222. justify-content: space-between;
  223. background: url('http://reader-wx.ai160.com/images/reader/v3/phone.png') no-repeat;
  224. background-size: cover;
  225. font-size: 30rpx;
  226. border-radius: 20rpx;
  227. .desc {
  228. color: white;
  229. margin-left: 120rpx;
  230. }
  231. .bindBtn {
  232. background-color: white;
  233. color: #FC614E;
  234. padding: 6rpx 24rpx;
  235. font-size: 30rpx;
  236. font-weight: bold;
  237. border-radius: 25rpx;
  238. }
  239. }
  240. .surplus {
  241. margin-top: 20rpx;
  242. padding: 22rpx 30rpx;
  243. background-color: white;
  244. border-radius: 20rpx;
  245. display: flex;
  246. align-items: center;
  247. justify-content: space-between;
  248. font-size: 32rpx;
  249. .title {
  250. font-size: 30rpx;
  251. font-weight: bold;
  252. color: #000;
  253. }
  254. .num {
  255. color: #F97419;
  256. font-weight: bold;
  257. margin-right: 10rpx;
  258. }
  259. }
  260. .taskBox {
  261. margin-top: 20rpx;
  262. padding: 20rpx 10rpx 0rpx;
  263. background-color: white;
  264. border-radius: 20rpx;
  265. .title {
  266. padding: 0rpx 20rpx;
  267. font-size: 30rpx;
  268. font-weight: bold;
  269. color: #000;
  270. }
  271. .task {
  272. display: flex;
  273. align-items: center;
  274. justify-content: space-between;
  275. padding: 30rpx 22rpx;
  276. border-bottom: 1px solid #EAEAEA;
  277. .taskLeft {
  278. display: flex;
  279. align-items: center;
  280. justify-content: space-between;
  281. .img {
  282. width: 76rpx;
  283. height: 76rpx;
  284. border-radius: 50%;
  285. }
  286. .taskContent {
  287. margin-left: 40rpx;
  288. .tcTitle {
  289. font-size: 30rpx;
  290. font-weight: bold;
  291. color: #333;
  292. }
  293. .tcNum {
  294. color: #FF6259;
  295. font-size: 26rpx;
  296. }
  297. }
  298. }
  299. .taskRightBox {
  300. display: flex;
  301. flex-direction: column;
  302. align-items: flex-end;
  303. /* */
  304. }
  305. .taskRight {
  306. width: 138rpx;
  307. text-align: center;
  308. padding: 10rpx 0rpx;
  309. border-radius: 40rpx;
  310. color: white;
  311. background-color: #FC614E;
  312. font-size: 30rpx;
  313. }
  314. .taskRight-close {
  315. color: #6C6C6C;
  316. background: #D0D0D0;
  317. box-shadow: 0 2px 2px 0 #AEABAB;
  318. }
  319. .taskSurplus {
  320. text-align: center;
  321. margin-top: 4rpx;
  322. color: #686868;
  323. font-size: 20rpx;
  324. }
  325. }
  326. .advert {
  327. border: none;
  328. }
  329. }
  330. }