income.wxss 1.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136
  1. page {
  2. background-color: #EDF1F4;
  3. }
  4. .income{
  5. height: 100vh;
  6. display: flex;
  7. flex-direction: column;
  8. }
  9. .main-box{
  10. flex: 1;
  11. overflow: hidden;
  12. }
  13. .scroll-box{
  14. height: 100%;
  15. box-sizing: border-box;
  16. }
  17. .back {
  18. background-color: #FFF;
  19. }
  20. .tab-wire {
  21. width: 160rpx;
  22. height: 6rpx;
  23. background: #1677FF;
  24. border-radius: 0rpx 0rpx 0rpx 0rpx;
  25. opacity: 1;
  26. }
  27. .tab-flex {
  28. display: flex;
  29. align-items: center;
  30. }
  31. .tab-title {
  32. font-size: 40rpx;
  33. font-weight: 800;
  34. color: #203460;
  35. }
  36. .tab-text {
  37. font-size: 24rpx;
  38. font-weight: 500;
  39. color: #A4A9B7;
  40. }
  41. .income-time {
  42. font-size: 22rpx;
  43. font-weight: bold;
  44. color: #1C274C;
  45. }
  46. .income-money {
  47. font-size: 22rpx;
  48. font-weight: 500;
  49. color: #A4A9B7;
  50. }
  51. .below-img {
  52. width: 22rpx;
  53. height: 22rpx;
  54. }
  55. .item-box {
  56. width: 686rpx;
  57. /* height: 701rpx; */
  58. background: #FFFFFF;
  59. border-radius: 20rpx 20rpx 20rpx 20rpx;
  60. opacity: 1;
  61. margin: auto;
  62. }
  63. .pica-t {
  64. font-size: 24rpx;
  65. font-weight: 500;
  66. color: #A4A9B7;
  67. }
  68. .had{
  69. color: FF9600;
  70. }
  71. .after-sale {
  72. font-size: 24rpx;
  73. font-weight: 500;
  74. color: #1C274C;
  75. }
  76. .t-red {
  77. font-size: 24rpx;
  78. font-weight: 500;
  79. color: #FF2121;
  80. }
  81. .items {
  82. width: 574rpx;
  83. height: 120rpx;
  84. background: #F5F7F9;
  85. border-radius: 20rpx 20rpx 20rpx 20rpx;
  86. opacity: 1;
  87. margin: auto;
  88. }
  89. .img-box {
  90. width: 120rpx;
  91. height: 120rpx;
  92. background: #D9D9D9;
  93. border-radius: 20rpx 20rpx 20rpx 20rpx;
  94. opacity: 1;
  95. }
  96. .item-title {
  97. font-size: 30rpx;
  98. font-weight: bold;
  99. color: #1C274C;
  100. }
  101. .item-tab {
  102. font-size: 22rpx;
  103. font-weight: 500;
  104. color: #A4A9B7;
  105. background-color: #FFFFFF;
  106. padding: 5rpx 12rpx;
  107. }
  108. .server-text {
  109. font-size: 22rpx;
  110. font-weight: bold;
  111. color: #A4A9B7;
  112. }
  113. .text-b {
  114. color: #1C274C;
  115. }
  116. .wire {
  117. width: 622rpx;
  118. height: 0rpx;
  119. opacity: 1;
  120. border: 1rpx solid rgba(164,169,183,0.2);
  121. margin: auto;
  122. }
  123. .total {
  124. color: #A4A9B7;
  125. }
  126. .unit {
  127. color: #FF9600;
  128. }
  129. .total-prices {
  130. color: #FF9600;
  131. font-weight: bold;
  132. }