mineIncome.wxss 1.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768
  1. /* pages/mineIncome/mineIncome.wxss */
  2. page {
  3. background-color: rgba(238, 238, 238, 1);
  4. }
  5. .top {
  6. background: linear-gradient(52deg, #FF5B50 0%, #FF7D45 100%);
  7. padding: 44rpx 0 37rpx 0;
  8. text-align: center;
  9. }
  10. .text {
  11. font-size: 24rpx;
  12. font-family: PingFang SC;
  13. font-weight: 500;
  14. color: #FFFFFF;
  15. opacity: 0.8;
  16. }
  17. .money {
  18. margin-top: 15rpx;
  19. font-size: 40rpx;
  20. font-family: PingFang SC;
  21. font-weight: 500;
  22. color: #FFFFFF;
  23. }
  24. .top-bt {
  25. display: flex;
  26. }
  27. .left {
  28. flex: 1;
  29. }
  30. .right {
  31. flex: 1;
  32. }
  33. .select {
  34. margin-top: 20rpx;
  35. font-size: 24rpx;
  36. font-family: PingFang SC;
  37. font-weight: 500;
  38. color: #202020;
  39. }
  40. .content {
  41. padding: 30rpx;
  42. }
  43. .day {
  44. padding-left: 28rpx;
  45. margin-top: 40rpx;
  46. font-size: 24rpx;
  47. color: #747474;
  48. margin-bottom: 20rpx;
  49. }
  50. .list {
  51. background-color: #ffffff;
  52. border-radius: 10rpx;
  53. padding: 35rpx 27rpx;
  54. font-size: 32rpx;
  55. font-family: PingFang SC;
  56. font-weight: 500;
  57. color: #202020;
  58. }