index.less 8.4 KB

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