index.less 6.0 KB

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