index.wxss 6.5 KB

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