index.wxss 5.6 KB

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