index.wxss 6.3 KB

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