index.less 7.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392
  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. .uRBtm {
  69. display: flex;
  70. align-items: center;
  71. justify-content: space-between;
  72. border-top: 1px solid rgba(0, 0, 0, 0.1);
  73. padding: 18rpx 0rpx;
  74. .count {
  75. width: 33%;
  76. font-size: 28rpx;
  77. color: rgba(0, 0, 0, 0.6);
  78. border-right: 1px solid rgba(51, 51, 51, 0.3);
  79. text-align: center;
  80. .countNum {
  81. margin-left: 10rpx;
  82. }
  83. }
  84. .countFirst {
  85. text-align: left;
  86. }
  87. .countEnd {
  88. text-align: right;
  89. border: none;
  90. }
  91. }
  92. }
  93. }
  94. }
  95. .below {
  96. padding: 20rpx 30rpx;
  97. display: flex;
  98. align-items: center;
  99. justify-content: space-between;
  100. background-color: white;
  101. border-radius: 20rpx;
  102. .sBox {
  103. position: relative;
  104. display: flex;
  105. flex-direction: column;
  106. align-items: center;
  107. .img {
  108. width: 69rpx;
  109. height: 69rpx;
  110. }
  111. .title {
  112. margin-top: 8rpx;
  113. font-size: 22rpx;
  114. color: #333;
  115. }
  116. .noticeTips {
  117. position: absolute;
  118. right: 10rpx;
  119. top: -8rpx;
  120. width: 34rpx;
  121. padding: 4rpx 0rpx;
  122. border-radius: 40rpx;
  123. color: white;
  124. font-size: 18rpx;
  125. text-align: center;
  126. background-color: #FF0000;
  127. }
  128. }
  129. .contactBtn {
  130. border: none;
  131. padding: 0rpx;
  132. line-height: normal;
  133. margin: 0;
  134. }
  135. }
  136. .iosVip {
  137. margin: 4rpx 0px 0px 6rpx;
  138. font-size: 20rpx;
  139. color: #333;
  140. }
  141. .medalBox {
  142. margin: 30rpx 0rpx;
  143. padding: 20rpx 30rpx;
  144. background-color: white;
  145. border-radius: 20rpx;
  146. .header {
  147. display: flex;
  148. align-items: center;
  149. justify-content: space-between;
  150. .title {
  151. font-size: 30rpx;
  152. font-weight: bold;
  153. color: #000;
  154. }
  155. .jump {
  156. font-size: 26rpx;
  157. color: #666666;
  158. .jumpIcon {
  159. width: 12rpx;
  160. height: 22rpx;
  161. }
  162. }
  163. }
  164. .body {
  165. margin-top: 20rpx;
  166. display: flex;
  167. align-items: center;
  168. justify-content: space-between;
  169. .medal {
  170. width: 112rpx;
  171. height: 94rpx;
  172. }
  173. }
  174. }
  175. .payBox {
  176. margin-top: 20rpx;
  177. padding: 13rpx 30rpx;
  178. background-color: white;
  179. border-radius: 20rpx;
  180. .title {
  181. font-size: 30rpx;
  182. font-weight: bold;
  183. color: #000;
  184. }
  185. .pay {
  186. margin: 20rpx 0rpx;
  187. display: flex;
  188. align-items: center;
  189. justify-content: space-between;
  190. padding: 0rpx 30rpx;
  191. border-radius: 22rpx;
  192. overflow: hidden;
  193. .payLeft {
  194. .pLTitle {
  195. font-size: 36rpx;
  196. font-weight: bold;
  197. }
  198. .pLcontent {
  199. font-size: 22rpx;
  200. }
  201. }
  202. .payRight {
  203. margin: 24rpx 0rpx;
  204. padding: 12rpx 28rpx;
  205. border-radius: 40rpx;
  206. font-size: 24rpx;
  207. font-weight: bold;
  208. }
  209. }
  210. .vipPay {
  211. background: url('http://reader-wx.ai160.com/images/reader/v3/year.png') no-repeat;
  212. background-size: cover;
  213. .vipTitle {
  214. color: #FFE6B9;
  215. }
  216. .vipContent {
  217. margin-top: 4rpx;
  218. color: #FFE6B9;
  219. }
  220. .vipBtn {
  221. background-image: linear-gradient(to bottom, #F4E7A8, #F9EDCF);
  222. color: #211501;
  223. }
  224. }
  225. .buyPay {
  226. background: url('http://reader-wx.ai160.com/images/reader/v3/10yuan.png') no-repeat;
  227. background-size: cover;
  228. .payLeft {
  229. color: #7D320A;
  230. font-size: 36rpx;
  231. font-weight: bold;
  232. }
  233. .buyBtn {
  234. border: 1rpx solid white;
  235. color: white;
  236. background-color: #7D320A;
  237. }
  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. }