| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153 |
- page {
- background: #EDF1F4;
- }
- .head-box {
- padding-bottom: 80rpx;
- }
- .notice-box {
- width: 638rpx;
- margin: auto;
- background-color: #FFF;
- }
- .notice-img {
- width: 32rpx;
- height: 32rpx;
- vertical-align: middle;
- }
- .go-img {
- width: 24rpx;
- height: 24rpx;
- }
- .sweep-box {
- font-size: 32rpx;
- font-weight: 500;
- color: #FFFFFF;
- }
- .sweep-img {
- width: 40rpx;
- height: 40rpx;
- vertical-align: middle;
- position: relative;
- }
- .waiting-max-each {
- width: 160rpx;
- height: 134rpx;
- background: #FFFFFF;
- border-radius: 20rpx;
- opacity: 1;
- font-size: 24rpx;
- font-weight: 500;
- color: #6B738B;
- }
- .time-text {
- font-size: 32rpx;
- font-weight: bold;
- color: #1C274C;
- }
- /* floor--二 */
- .primary-box {
- background: #EDF1F4;
- border-radius: 30rpx 30rpx 0 0;
- position: relative;
- top: -50rpx;
- }
- .waiting-each {
- width: 172rpx;
- height: 117rpx;
- background: #FFFFFF;
- border-radius: 10rpx;
- opacity: 1;
- font-size: 24rpx;
- font-weight: 500;
- color: #6B738B;
- }
- .order-pool {
- width: 122rpx;
- }
- .waiting-box {
- display: flex;
- overflow: hidden;
- overflow-x: auto;
- white-space: nowrap;
- }
- .waiting-box::-webkit-scrollbar {
- display: none;
- }
- /* 折线图 */
- .line-chart {
- width: 686rpx;
- margin: auto;
- background-color: #FFF;
- border-radius: 20rpx;
- }
- .chart-time {
- font-size: 22rpx;
- font-weight: bold;
- color: #1C274C;
- }
- .chart-type {
- width: 208rpx;
- height: 48rpx;
- background: #F5F7F9;
- border-radius: 24rpx 24rpx 24rpx 24rpx;
- opacity: 1;
- }
- .order-text {
- display: inline-block;
- padding: 4rpx 14rpx;
- /* width: 108rpx;
- height: 35rpx; */
- background: #FFFFFF;
- border-radius: 18rpx 18rpx 18rpx 18rpx;
- opacity: 1;
- font-size: 20rpx;
- font-weight: 500;
- }
- .order-num {
- display: inline-block;
- padding: 4rpx 14rpx;
- border-radius: 18rpx 18rpx 18rpx 18rpx;
- opacity: 1;
- font-size: 20rpx;
- font-weight: 500;
- color: #6B738B;
- }
- .chart-img {
- width: 22rpx;
- height: 22rpx;
- vertical-align: middle;
- }
- .chart {
- height: 500rpx;
- }
- .mall-ec {
- padding: 0 32rpx;
- width: 90%;
- height: 100%;
- }
- /* .calendar {
- --calendar-height: 618px;
- } */
|