tips.wxss 5.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368
  1. page {
  2. background-color: #FC4220;
  3. overflow: hidden;
  4. }
  5. .container {
  6. background-color: #FC4220;
  7. height: 100vh;
  8. overflow: hidden;
  9. }
  10. .main-bg {
  11. width: 100%;
  12. left: 0;
  13. position: absolute;
  14. top: 0;
  15. }
  16. .content {
  17. height: 100%;
  18. width: 100%;
  19. display: flex;
  20. align-items: center;
  21. flex-direction: column;
  22. position: relative;
  23. z-index: 1;
  24. }
  25. .topImg {
  26. width: 614rpx;
  27. height: 254rpx;
  28. margin-top: 120rpx;
  29. margin-bottom: 80rpx;
  30. }
  31. .wrap {
  32. border-radius: 14rpx;
  33. flex: 1;
  34. overflow: hidden;
  35. }
  36. .tips {
  37. width: 100%;
  38. background-color: #fff;
  39. border-radius: 14rpx;
  40. padding: 40rpx 10rpx;
  41. }
  42. .tips view {
  43. font-size: 28rpx;
  44. color: #666;
  45. line-height: 50rpx;
  46. margin-bottom: 32rpx;
  47. position: relative;
  48. padding-left: 40rpx;
  49. }
  50. .tips view::before {
  51. content: '';
  52. position: absolute;
  53. width: 22rpx;
  54. left: 0;
  55. top: 14rpx;
  56. height: 22rpx;
  57. border-radius: 50%;
  58. background: #f87f09;
  59. }
  60. .tips .red{
  61. color: #E22020;
  62. }
  63. .tips .link{
  64. text-decoration: underline
  65. }
  66. /* 今日收益 */
  67. .dayIncome {
  68. border-radius: 14rpx;
  69. margin-top: 27rpx;
  70. overflow: hidden;
  71. background-color: #fff;
  72. }
  73. .main {
  74. border-radius: 14rpx;
  75. background-color: #fff;
  76. padding: 120rpx 24rpx 0;
  77. width: 668rpx;
  78. height: 100%;
  79. }
  80. .tabCnt {
  81. height: 100%;
  82. overflow-y: auto;
  83. }
  84. .tabCnt .tabCnt_item {
  85. display: none;
  86. }
  87. .tabCnt .active {
  88. display: block;
  89. }
  90. .awlletTab {
  91. }
  92. .awlletTab {
  93. margin-top: -120rpx;
  94. }
  95. .awlletTab .awlletTab_warp {
  96. height: 120rpx;
  97. border-bottom: 1px solid #d8d8d8;
  98. display: flex;
  99. align-items: center;
  100. justify-content: space-between;
  101. }
  102. .awlletTab .awlletTab_cell {
  103. text-align: center;
  104. width: 100%;
  105. font-size: 32rpx;
  106. color: #999;
  107. font-weight: 700;
  108. height: 100%;
  109. display: flex;
  110. align-items: center;
  111. justify-content: center;
  112. }
  113. .awlletTab .active {
  114. font-size: 32rpx;
  115. position: relative;
  116. color: #333333;
  117. }
  118. .awlletTab .active::before {
  119. content: '';
  120. position: absolute;
  121. bottom: 0;
  122. left: 50%;
  123. transform: translateX(-50%);
  124. background: #FC4220;
  125. height: 8rpx;
  126. width: 140rpx;
  127. }
  128. /* 列表 */
  129. .mems {
  130. height: 100%;
  131. width: 100%;
  132. overflow-x: hidden;
  133. overflow-y: auto;
  134. }
  135. .mems .mems_cell {
  136. padding: 0 21rpx;
  137. height: 170rpx;
  138. border-bottom: 1px solid #fafafa;
  139. display: flex;
  140. align-items: center;
  141. justify-content: space-between;
  142. }
  143. .mems .left {
  144. display: flex;
  145. flex: 1;
  146. align-items: center;
  147. }
  148. .mems .right {
  149. display: flex;
  150. height: 94rpx;
  151. align-items: flex-end;
  152. flex-direction: column;
  153. justify-content: center;
  154. }
  155. .mems .mems_icon {
  156. width: 94rpx;
  157. height: 94rpx;
  158. border-radius: 50%;
  159. overflow: hidden;
  160. margin-right: 15rpx;
  161. }
  162. .mems .mems_info {
  163. display: flex;
  164. align-items: flex-start;
  165. justify-content: space-between;
  166. flex-direction: column;
  167. flex: 1;
  168. }
  169. .mems .mems_name {
  170. font-size: 32rpx;
  171. color: #333;
  172. }
  173. .mems .mems_target {
  174. margin-top: 15rpx;
  175. display: block;
  176. line-height: 37rpx;
  177. font-size: 26rpx;
  178. color: #999;
  179. }
  180. .mems .mems_money {
  181. font-size: 48rpx;
  182. line-height: 67rpx;
  183. display: flex;
  184. align-items: flex-end;
  185. color: #fd0808;
  186. }
  187. .mems .mems_money text {
  188. font-size: 30rpx;
  189. color: #fd0808;
  190. margin-left: 11rpx;
  191. line-height: 60rpx;
  192. }
  193. .mems .mems_date {
  194. font-size: 26rpx;
  195. line-height: 37rpx;
  196. color: #333;
  197. margin-top: 6rpx;
  198. }
  199. /* footer */
  200. .footer {
  201. padding: 0 41rpx;
  202. box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.10);
  203. transform: translateZ(0);
  204. border-radius: 14rpx;
  205. width: 668rpx;
  206. height: 114rpx;
  207. background-color: #fff;
  208. display: flex;
  209. align-items: center;
  210. justify-content: space-between;
  211. margin: 40rpx 0;
  212. }
  213. .footer .footer_left {
  214. font-size: 30rpx;
  215. display: flex;
  216. align-items: center;
  217. color: #999;
  218. }
  219. .footer .footer_left text {
  220. font-size: 36rpx;
  221. color: #fd0808;
  222. }
  223. .footer .footer_right button {
  224. background: #FF9500;
  225. border-radius: 100px;
  226. width: 155rpx;
  227. height: 62rpx;
  228. font-size: 26rpx;
  229. color: #fff;
  230. }
  231. .noIncome {
  232. height: 300rpx;
  233. display: flex;
  234. align-items: center;
  235. justify-content: center;
  236. flex-direction: column;
  237. padding-bottom: 27rpx;
  238. }
  239. .noIncome image {
  240. width: 233rpx;
  241. height: 185rpx;
  242. display: block;
  243. }
  244. .noIncome view {
  245. font-size: 32rpx;
  246. color: #888;
  247. }
  248. .purse__rule {
  249. width: 100%;
  250. height: 472rpx;
  251. margin-bottom: 52rpx;
  252. position: relative;
  253. }
  254. .purse__rule_head {
  255. height: 98rpx;
  256. left: 50%;
  257. margin-left: -232rpx;
  258. position: absolute;
  259. top: 0;
  260. width: 464rpx;
  261. z-index: 1;
  262. }
  263. .purse__rule_bg {
  264. height: 430rpx;
  265. left: 32rpx;
  266. position: absolute;
  267. top: 48rpx;
  268. width: 686rpx;
  269. }
  270. .purse__rule_detail {
  271. font-size: 28rpx;
  272. font-weight: bold;
  273. height: 260rpx;
  274. left: 100rpx;
  275. position: absolute;
  276. top: 144rpx;
  277. width: 550rpx;
  278. }
  279. .purse__rule_detail label {
  280. display: block;
  281. margin: 10rpx 10rpx 10rpx 20rpx;
  282. padding-left: 25rpx;
  283. position: relative;
  284. }
  285. .purse__rule_detail label::before {
  286. background-color: #333;
  287. content: '';
  288. height: 10rpx;
  289. left: 0;
  290. position: absolute;
  291. top: 18rpx;
  292. transform: rotate(45deg);
  293. width: 10rpx;
  294. }
  295. .purse__rule_detail text {
  296. color: #FF1A19;
  297. line-height: 44rpx;
  298. }
  299. .purse__rule_detail .tag {
  300. background-color: #FF1A19;
  301. border-radius: 28rpx 24rpx 24rpx 0;
  302. color: #fff;
  303. display: inline-block;
  304. font-size: 16rpx;
  305. font-weight: normal;
  306. line-height: 32rpx;
  307. margin: 0 5rpx;
  308. padding: 0 20rpx;
  309. }
  310. .purse__btn_group {
  311. margin: 0 32rpx;
  312. }
  313. .purse__share {
  314. background-image: linear-gradient(-180deg, #E01CFF 0%, #7D08F9 100%);
  315. border-radius: 50rpx;
  316. float: left;
  317. font-size: 32rpx;
  318. height: 100rpx;
  319. line-height: 100rpx;
  320. width: 456rpx;
  321. }
  322. .purse__rank {
  323. background-image: linear-gradient(-180deg, #FFF42C 0%, #FF9F2C 100%);
  324. border-radius: 50rpx;
  325. color: #FF2017;
  326. float: left;
  327. font-size: 32rpx;
  328. font-weight: bold;
  329. height: 100rpx;
  330. line-height: 100rpx;
  331. margin-right: 20rpx;
  332. width: 210rpx;
  333. }