index.less 5.7 KB

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