index.less 7.0 KB

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