income.wxss 2.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153
  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: 120rpx;
  22. height: 6rpx;
  23. border-radius: 0rpx 0rpx 0rpx 0rpx;
  24. opacity: 1;
  25. }
  26. .tab-flex {
  27. display: flex;
  28. align-items: center;
  29. }
  30. .tab-title {
  31. font-size: 40rpx;
  32. font-weight: 800;
  33. color: #203460;
  34. }
  35. .tab-text {
  36. font-size: 24rpx;
  37. font-weight: 500;
  38. color: #A4A9B7;
  39. }
  40. .income-time {
  41. font-size: 22rpx;
  42. font-weight: bold;
  43. color: #1C274C;
  44. }
  45. .income-money {
  46. font-size: 22rpx;
  47. font-weight: 500;
  48. color: #A4A9B7;
  49. }
  50. .below-img {
  51. width: 22rpx;
  52. height: 22rpx;
  53. }
  54. .item-box {
  55. width: 686rpx;
  56. /* height: 701rpx; */
  57. background: #FFFFFF;
  58. border-radius: 20rpx 20rpx 20rpx 20rpx;
  59. opacity: 1;
  60. margin: auto;
  61. }
  62. .pica-t {
  63. font-size: 24rpx;
  64. font-weight: 500;
  65. color: #A4A9B7;
  66. }
  67. .after-sale {
  68. font-size: 24rpx;
  69. font-weight: 500;
  70. color: #1C274C;
  71. }
  72. .t-red {
  73. font-size: 24rpx;
  74. font-weight: 500;
  75. color: #FF2121;
  76. }
  77. .items {
  78. width: 574rpx;
  79. height: 120rpx;
  80. background: #F5F7F9;
  81. border-radius: 20rpx 20rpx 20rpx 20rpx;
  82. opacity: 1;
  83. margin: auto;
  84. }
  85. .img-box {
  86. width: 120rpx;
  87. height: 120rpx;
  88. background: #D9D9D9;
  89. border-radius: 20rpx 20rpx 20rpx 20rpx;
  90. opacity: 1;
  91. }
  92. .item-title {
  93. font-size: 30rpx;
  94. font-weight: bold;
  95. color: #1C274C;
  96. }
  97. .item-tab {
  98. font-size: 22rpx;
  99. font-weight: 500;
  100. color: #A4A9B7;
  101. background-color: #FFFFFF;
  102. padding: 5rpx 12rpx;
  103. }
  104. .server-text {
  105. font-size: 22rpx;
  106. font-weight: bold;
  107. color: #A4A9B7;
  108. }
  109. .text-b {
  110. color: #1C274C;
  111. }
  112. .wire {
  113. width: 622rpx;
  114. height: 0rpx;
  115. opacity: 1;
  116. border: 1rpx solid rgba(164,169,183,0.2);
  117. margin: auto;
  118. }
  119. .total {
  120. color: #A4A9B7;
  121. }
  122. .unit {
  123. color: #FF9600;
  124. }
  125. .total-prices {
  126. color: #FF9600;
  127. font-weight: bold;
  128. }
  129. .user-info {
  130. /* height: 54rpx; */
  131. margin-top: 20rpx;
  132. background: #F5F7F9;
  133. border-radius: 27rpx 27rpx 27rpx 27rpx;
  134. opacity: 1;
  135. font-size: 24rpx;
  136. font-weight: 500;
  137. color: #1C274C;
  138. line-height: 54rpx;
  139. }
  140. .user-img {
  141. width: 40rpx;
  142. height: 40rpx;
  143. background: #9B9B9B;
  144. border-radius: 0rpx 0rpx 0rpx 0rpx;
  145. opacity: 1;
  146. border-radius: 50%;
  147. vertical-align: middle;
  148. margin: 0 8rpx 0 0;
  149. }