index.less 6.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370
  1. .container {
  2. padding: 0rpx 20rpx 30rpx;
  3. .userBox {
  4. display: flex;
  5. align-items: center;
  6. justify-content: space-between;
  7. background-color: white;
  8. padding: 20rpx 12rpx 0rpx;
  9. border-radius: 20rpx;
  10. .identity {
  11. display: flex;
  12. flex-direction: column;
  13. align-items: center;
  14. text-align: center;
  15. .avatar {
  16. width: 106rpx;
  17. height: 106rpx;
  18. border-radius: 50%;
  19. position: relative;
  20. }
  21. .identityText {
  22. width: 80rpx;
  23. margin-top: 6rpx;
  24. font-size: 24rpx;
  25. color: white;
  26. background-color: #10CA61;
  27. border-radius: 25rpx;
  28. }
  29. }
  30. .userRight {
  31. flex: 1;
  32. margin-left: 30rpx;
  33. padding: 0px 10rpx;
  34. .uRtop {
  35. display: flex;
  36. justify-content: space-between;
  37. .uRtopleft {
  38. .nickName {
  39. max-width: 340rpx;
  40. color: #333;
  41. font-size: 32rpx;
  42. }
  43. .gradeText {
  44. margin: 18rpx 0rpx 12rpx;
  45. font-size: 24rpx;
  46. color: #989A9C;
  47. }
  48. }
  49. .uRtopRight {
  50. display: flex;
  51. align-items: center;
  52. .edit {
  53. width: 22rpx;
  54. height: 28rpx;
  55. }
  56. text {
  57. margin: 0px 10rpx;
  58. font-size: 24rpx;
  59. color: #666;
  60. }
  61. }
  62. }
  63. .uRBtm {
  64. display: flex;
  65. align-items: center;
  66. justify-content: space-between;
  67. border-top: 1px solid rgba(0, 0, 0, 0.1);
  68. padding: 18rpx 0rpx;
  69. .count {
  70. width: 33%;
  71. font-size: 28rpx;
  72. color: rgba(0, 0, 0, 0.6);
  73. border-right: 1px solid rgba(51, 51, 51, 0.3);
  74. text-align: center;
  75. .countNum {
  76. margin-left: 10rpx;
  77. }
  78. }
  79. .countFirst {
  80. text-align: left;
  81. }
  82. .countEnd {
  83. text-align: right;
  84. border: none;
  85. }
  86. }
  87. }
  88. }
  89. .iosVip {
  90. margin: 4rpx 0px 0px 6rpx;
  91. font-size: 20rpx;
  92. color: #333;
  93. }
  94. .sectionBoxs {
  95. margin-top: 20rpx;
  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. display: flex;
  104. flex-direction: column;
  105. align-items: center;
  106. .img {
  107. width: 69rpx;
  108. height: 69rpx;
  109. }
  110. .title {
  111. margin-top: 8rpx;
  112. font-size: 24rpx;
  113. color: #333;
  114. }
  115. }
  116. .contactBtn {
  117. border: none;
  118. padding: 0rpx;
  119. line-height: normal;
  120. margin: 0;
  121. }
  122. }
  123. .medalBox {
  124. margin-top: 20rpx;
  125. padding: 20rpx 30rpx;
  126. background-color: white;
  127. border-radius: 20rpx;
  128. .header {
  129. display: flex;
  130. align-items: center;
  131. justify-content: space-between;
  132. .title {
  133. font-size: 30rpx;
  134. font-weight: bold;
  135. color: #000;
  136. }
  137. .jump {
  138. font-size: 26rpx;
  139. color: #666666;
  140. .jumpIcon {
  141. width: 12rpx;
  142. height: 22rpx;
  143. }
  144. }
  145. }
  146. .body {
  147. margin-top: 20rpx;
  148. display: flex;
  149. align-items: center;
  150. justify-content: space-between;
  151. .medal {
  152. width: 112rpx;
  153. height: 94rpx;
  154. }
  155. }
  156. }
  157. .payBox {
  158. margin-top: 20rpx;
  159. padding: 13rpx 30rpx;
  160. background-color: white;
  161. border-radius: 20rpx;
  162. .title {
  163. font-size: 30rpx;
  164. font-weight: bold;
  165. color: #000;
  166. }
  167. .pay {
  168. margin: 20rpx 0rpx;
  169. display: flex;
  170. align-items: center;
  171. justify-content: space-between;
  172. padding: 0rpx 30rpx;
  173. border-radius: 22rpx;
  174. overflow: hidden;
  175. .payLeft {
  176. .pLTitle {
  177. font-size: 36rpx;
  178. font-weight: bold;
  179. }
  180. .pLcontent {
  181. font-size: 22rpx;
  182. }
  183. }
  184. .payRight {
  185. margin: 24rpx 0rpx;
  186. padding: 12rpx 28rpx;
  187. border-radius: 40rpx;
  188. font-size: 24rpx;
  189. font-weight: bold;
  190. }
  191. }
  192. .vipPay {
  193. background: url('http://reader-wx.ai160.com/images/reader/v3/year.png') no-repeat;
  194. background-size: cover;
  195. .vipTitle {
  196. color: #FFE6B9;
  197. }
  198. .vipContent {
  199. margin-top: 4rpx;
  200. color: #FFE6B9;
  201. }
  202. .vipBtn {
  203. background-image: linear-gradient(to bottom, #F4E7A8, #F9EDCF);
  204. color: #211501;
  205. }
  206. }
  207. .buyPay {
  208. background: url('http://reader-wx.ai160.com/images/reader/v3/10yuan.png') no-repeat;
  209. background-size: cover;
  210. .payLeft {
  211. color: #7D320A;
  212. font-size: 36rpx;
  213. font-weight: bold;
  214. }
  215. .buyBtn {
  216. border: 1rpx solid white;
  217. color: white;
  218. background-color: #7D320A;
  219. }
  220. }
  221. }
  222. .surplus {
  223. margin-top: 20rpx;
  224. padding: 22rpx 30rpx;
  225. background-color: white;
  226. border-radius: 20rpx;
  227. display: flex;
  228. align-items: center;
  229. justify-content: space-between;
  230. font-size: 32rpx;
  231. .title {
  232. font-size: 30rpx;
  233. font-weight: bold;
  234. color: #000;
  235. }
  236. .num {
  237. color: #F97419;
  238. font-weight: bold;
  239. margin-right: 10rpx;
  240. }
  241. }
  242. .taskBox {
  243. margin-top: 20rpx;
  244. padding: 20rpx 10rpx 0rpx;
  245. background-color: white;
  246. border-radius: 20rpx;
  247. .title {
  248. padding: 0rpx 20rpx;
  249. font-size: 30rpx;
  250. font-weight: bold;
  251. color: #000;
  252. }
  253. .task {
  254. display: flex;
  255. align-items: center;
  256. justify-content: space-between;
  257. padding: 30rpx 22rpx;
  258. border-bottom: 1px solid #EAEAEA;
  259. .taskLeft {
  260. display: flex;
  261. align-items: center;
  262. justify-content: space-between;
  263. .img {
  264. width: 76rpx;
  265. height: 76rpx;
  266. border-radius: 50%;
  267. }
  268. .taskContent {
  269. margin-left: 40rpx;
  270. .tcTitle {
  271. font-size: 30rpx;
  272. font-weight: bold;
  273. color: #333;
  274. }
  275. .tcNum {
  276. color: #FF6259;
  277. font-size: 26rpx;
  278. }
  279. }
  280. }
  281. .taskRightBox {
  282. display: flex;
  283. flex-direction: column;
  284. align-items: flex-end;
  285. /* */
  286. }
  287. .taskRight {
  288. width: 138rpx;
  289. text-align: center;
  290. padding: 10rpx 0rpx;
  291. border-radius: 40rpx;
  292. color: white;
  293. background-color: #FC614E;
  294. font-size: 30rpx;
  295. }
  296. .taskRight-close {
  297. color: #6C6C6C;
  298. background: #D0D0D0;
  299. box-shadow: 0 2px 2px 0 #AEABAB;
  300. }
  301. .taskSurplus {
  302. text-align: center;
  303. margin-top: 4rpx;
  304. color: #686868;
  305. font-size: 20rpx;
  306. }
  307. }
  308. .advert {
  309. border: none;
  310. }
  311. }
  312. }