index.wxss 2.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153
  1. page {
  2. background: #EDF1F4;
  3. }
  4. .head-box {
  5. padding-bottom: 80rpx;
  6. }
  7. .notice-box {
  8. width: 638rpx;
  9. margin: auto;
  10. background-color: #FFF;
  11. }
  12. .notice-img {
  13. width: 32rpx;
  14. height: 32rpx;
  15. vertical-align: middle;
  16. }
  17. .go-img {
  18. width: 24rpx;
  19. height: 24rpx;
  20. }
  21. .sweep-box {
  22. font-size: 32rpx;
  23. font-weight: 500;
  24. color: #FFFFFF;
  25. }
  26. .sweep-img {
  27. width: 40rpx;
  28. height: 40rpx;
  29. vertical-align: middle;
  30. position: relative;
  31. }
  32. .waiting-max-each {
  33. width: 160rpx;
  34. height: 134rpx;
  35. background: #FFFFFF;
  36. border-radius: 20rpx;
  37. opacity: 1;
  38. font-size: 24rpx;
  39. font-weight: 500;
  40. color: #6B738B;
  41. }
  42. .time-text {
  43. font-size: 32rpx;
  44. font-weight: bold;
  45. color: #1C274C;
  46. }
  47. /* floor--二 */
  48. .primary-box {
  49. background: #EDF1F4;
  50. border-radius: 30rpx 30rpx 0 0;
  51. position: relative;
  52. top: -50rpx;
  53. }
  54. .waiting-each {
  55. width: 172rpx;
  56. height: 117rpx;
  57. background: #FFFFFF;
  58. border-radius: 10rpx;
  59. opacity: 1;
  60. font-size: 24rpx;
  61. font-weight: 500;
  62. color: #6B738B;
  63. }
  64. .order-pool {
  65. width: 122rpx;
  66. }
  67. .waiting-box {
  68. display: flex;
  69. overflow: hidden;
  70. overflow-x: auto;
  71. white-space: nowrap;
  72. }
  73. .waiting-box::-webkit-scrollbar {
  74. display: none;
  75. }
  76. /* 折线图 */
  77. .line-chart {
  78. width: 686rpx;
  79. margin: auto;
  80. background-color: #FFF;
  81. border-radius: 20rpx;
  82. }
  83. .chart-time {
  84. font-size: 22rpx;
  85. font-weight: bold;
  86. color: #1C274C;
  87. }
  88. .chart-type {
  89. width: 208rpx;
  90. height: 48rpx;
  91. background: #F5F7F9;
  92. border-radius: 24rpx 24rpx 24rpx 24rpx;
  93. opacity: 1;
  94. }
  95. .order-text {
  96. display: inline-block;
  97. padding: 4rpx 14rpx;
  98. /* width: 108rpx;
  99. height: 35rpx; */
  100. background: #FFFFFF;
  101. border-radius: 18rpx 18rpx 18rpx 18rpx;
  102. opacity: 1;
  103. font-size: 20rpx;
  104. font-weight: 500;
  105. }
  106. .order-num {
  107. display: inline-block;
  108. padding: 4rpx 14rpx;
  109. border-radius: 18rpx 18rpx 18rpx 18rpx;
  110. opacity: 1;
  111. font-size: 20rpx;
  112. font-weight: 500;
  113. color: #6B738B;
  114. }
  115. .chart-img {
  116. width: 22rpx;
  117. height: 22rpx;
  118. vertical-align: middle;
  119. }
  120. .chart {
  121. height: 500rpx;
  122. }
  123. .mall-ec {
  124. padding: 0 32rpx;
  125. width: 90%;
  126. height: 100%;
  127. }
  128. /* .calendar {
  129. --calendar-height: 618px;
  130. } */