index.wxss 7.0 KB

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