index.wxss 5.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274
  1. .container {
  2. padding: 30rpx 20rpx;
  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 .payBox {
  123. margin-top: 20rpx;
  124. padding: 13rpx 30rpx;
  125. background-color: white;
  126. border-radius: 20rpx;
  127. }
  128. .container .payBox .title {
  129. font-size: 30rpx;
  130. font-weight: bold;
  131. color: #000;
  132. }
  133. .container .payBox .pay {
  134. margin: 20rpx 0rpx;
  135. display: flex;
  136. align-items: center;
  137. justify-content: space-between;
  138. padding: 0rpx 30rpx;
  139. border-radius: 22rpx;
  140. overflow: hidden;
  141. }
  142. .container .payBox .pay .payLeft .pLTitle {
  143. font-size: 36rpx;
  144. font-weight: bold;
  145. }
  146. .container .payBox .pay .payLeft .pLcontent {
  147. font-size: 22rpx;
  148. }
  149. .container .payBox .pay .payRight {
  150. margin: 24rpx 0rpx;
  151. padding: 12rpx 28rpx;
  152. border-radius: 40rpx;
  153. font-size: 24rpx;
  154. font-weight: bold;
  155. }
  156. .container .payBox .vipPay {
  157. background: url('http://reader-wx.ai160.com/images/reader/v3/year.png') no-repeat;
  158. background-size: cover;
  159. }
  160. .container .payBox .vipPay .vipTitle {
  161. color: #FFE6B9;
  162. }
  163. .container .payBox .vipPay .vipContent {
  164. margin-top: 4rpx;
  165. color: #FFE6B9;
  166. }
  167. .container .payBox .vipPay .vipBtn {
  168. background-image: linear-gradient(to bottom, #F4E7A8, #F9EDCF);
  169. color: #211501;
  170. }
  171. .container .payBox .buyPay {
  172. background: url('http://reader-wx.ai160.com/images/reader/v3/10yuan.png') no-repeat;
  173. background-size: cover;
  174. }
  175. .container .payBox .buyPay .payLeft {
  176. color: #7D320A;
  177. font-size: 36rpx;
  178. font-weight: bold;
  179. }
  180. .container .payBox .buyPay .buyBtn {
  181. border: 1rpx solid white;
  182. color: white;
  183. background-color: #7D320A;
  184. }
  185. .container .surplus {
  186. margin-top: 20rpx;
  187. padding: 22rpx 30rpx;
  188. background-color: white;
  189. border-radius: 20rpx;
  190. display: flex;
  191. align-items: center;
  192. justify-content: space-between;
  193. font-size: 32rpx;
  194. }
  195. .container .surplus .title {
  196. font-size: 30rpx;
  197. font-weight: bold;
  198. color: #000;
  199. }
  200. .container .surplus .num {
  201. color: #F97419;
  202. font-weight: bold;
  203. margin-right: 10rpx;
  204. }
  205. .container .taskBox {
  206. margin-top: 20rpx;
  207. padding: 20rpx 10rpx 0rpx;
  208. background-color: white;
  209. border-radius: 20rpx;
  210. }
  211. .container .taskBox .title {
  212. padding: 0rpx 20rpx;
  213. font-size: 30rpx;
  214. font-weight: bold;
  215. color: #000;
  216. }
  217. .container .taskBox .task {
  218. display: flex;
  219. align-items: center;
  220. justify-content: space-between;
  221. padding: 30rpx 22rpx;
  222. border-bottom: 1px solid #EAEAEA;
  223. }
  224. .container .taskBox .task .taskLeft {
  225. display: flex;
  226. align-items: center;
  227. justify-content: space-between;
  228. }
  229. .container .taskBox .task .taskLeft .img {
  230. width: 76rpx;
  231. height: 76rpx;
  232. border-radius: 50%;
  233. }
  234. .container .taskBox .task .taskLeft .taskContent {
  235. margin-left: 40rpx;
  236. }
  237. .container .taskBox .task .taskLeft .taskContent .tcTitle {
  238. font-size: 30rpx;
  239. font-weight: bold;
  240. color: #333;
  241. }
  242. .container .taskBox .task .taskLeft .taskContent .tcNum {
  243. color: #FF6259;
  244. font-size: 26rpx;
  245. }
  246. .container .taskBox .task .taskRightBox {
  247. display: flex;
  248. flex-direction: column;
  249. align-items: flex-end;
  250. /* */
  251. }
  252. .container .taskBox .task .taskRight {
  253. width: 138rpx;
  254. text-align: center;
  255. padding: 10rpx 0rpx;
  256. border-radius: 40rpx;
  257. color: white;
  258. background-color: #FC614E;
  259. font-size: 30rpx;
  260. }
  261. .container .taskBox .task .taskRight-close {
  262. color: #6C6C6C;
  263. background: #D0D0D0;
  264. box-shadow: 0 2px 2px 0 #AEABAB;
  265. }
  266. .container .taskBox .task .taskSurplus {
  267. text-align: center;
  268. margin-top: 4rpx;
  269. color: #686868;
  270. font-size: 20rpx;
  271. }
  272. .container .taskBox .advert {
  273. border: none;
  274. }