index.wxss 6.8 KB

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