.main { position: relative; } .content { padding: 0 10rpx; } .search-box { margin-top: 8rpx; width: 100%; align-items: center; /**/ } .flex { width: calc(100% - 33rpx); display: flex; justify-content: center; align-items: center; } .search-item { display: flex; align-items: center; justify-content: left; font-size: 9rpx; /* width: 120rpx; */ display: inline-block; } .search-item>text { text-align: center; margin-right: 5rpx; display: inline-block; } .input { width: 75rpx; height: 24rpx; line-height: 24rpx; background: #FFFFFF; border-radius: 2rpx; box-sizing: border-box; font-size: 9rpx; color: #00A2FF; padding-left: 6rpx; display: inline-block; vertical-align: middle; } .time-placeholder { font-size: 9rpx; color: #B5D7E7; } .pad { padding: 0 5rpx; display: inline-block; } .inquire, .clear { height: 24rpx; width: 45rpx; border-radius: 2rpx; font-size: 9rpx; text-align: center; line-height: 24rpx; } .inquire { background: #1689FF; border: 1px solid #B8EFF3; color: #FFFFFF; margin: 0 5rpx 0 10rpx; } .clear { color: #614B33; background-color: #fdf3e0; } .close { background-color: #f49219; width: 23rpx; height: 23rpx; line-height: 20rpx; border-radius: 50%; color: #fff; font-size: 18rpx; text-align: center; margin-left: 10rpx; } .table { margin-top: 5.8rpx; height: 335rpx; /* overflow: hidden; */ } .table-tit { height: 24rpx; width: 1050rpx; line-height: 24rpx; background: #1689FF; border-radius: 1rpx; /* display: inline-block; */ /* border: 1px solid #B8EFF3; */ /* justify-content: center; */ /* flex-wrap: wrap; */ /* vertical-align: middle; */ display: flex; align-items: center; justify-content: flex-start; flex-direction: row; } .table-item { font-size: 10rpx; color: #FFFFFF; margin-right: 3rpx; /* height: 33.5rpx; */ /* line-height: 24rpx; */ display: inline-block; word-wrap: break-word; word-break: normal; } .table-content { height: 33.5rpx; width: 1050rpx; /* display: inline-block; */ /* line-height: 33.5rpx; */ border-bottom: 1px solid #79BBE9; /* justify-content: left; */ /* align-items: center; */ /* vertical-align: bottom; */ display: flex; align-items: center; justify-content: flex-start; flex-direction: row; } .table-content>view { /* display: flex; justify-content: center; flex-direction: column; align-items: flex-start; */ /* display: inline-block; vertical-align: middle; */ } .over1 { overflow-x: auto; width: 600rpx; white-space: nowrap; height: 24rpx; } .over2 { overflow-x: auto; white-space: nowrap; height: 24rpx; width: 600rpx; } .picker { display: inline-block; } .flex3 { width: 750rpx; /* height: 33rpx; */ /* display: flex; align-items: center; justify-content: left; */ overflow-x: auto; white-space: nowrap; display: inline-block; vertical-align: middle; } .flex3>view { white-space: normal; /* height: 33rpx; */ } .wid { width: 75rpx; } .col { font-size: 8rpx; color: #145676; } .m-l-one { padding-left: 5rpx; } .one { width: 30rpx; box-sizing: border-box; } .two { width: 40rpx; } .three { width: 105rpx; } .four { width: 70rpx; } .five { width: 80rpx; } .six { width: 60rpx; } .seven { width: 55rpx; } .eight { width: 50rpx; } .nine { width: 55rpx; } .ten { width: 140rpx; } .twelve { width: 240rpx; } .eleven { height: 20rpx; line-height: 20rpx; text-align: center; background: #B8EFF3; border-radius: 12rpx; border: 2px solid #3398FF; font-weight: 500; font-size: 9rpx; color: #007EFF; /* margin-top: 7rpx; */ /* padding: 0 8rpx; */ width: 35rpx; /* display: inline-block; */ align-items: center !important; } .l-h { line-height: 33.5rpx; } .bottom { justify-content: center; margin-top: 5rpx; } .previous, .next { width: 76rpx; height: 23rpx; line-height: 23rpx; text-align: center; background: #3398FF; border-radius: 12rpx; font-size: 11rpx; color: #FFFFFF; } .next { margin: 0 11.7rpx; } .total { line-height: 23rpx; font-size: 9rpx; color: #145676; } .tip { font-size: 10rpx; background: rgba(255, 193, 152, .5); color: #D98727; position: absolute; top: 10rpx; left: 175rpx; border-radius: 8rpx; /* opacity: 0.5; */ padding: 2.3rpx 7.6rpx; } .tip-icon { width: 11.7rpx; height: 11.7rpx; margin-right: 4.6rpx; vertical-align: middle; } .m-r { margin-right: 10rpx; } .wid-time { width: 100rpx; } .wid1 { width: 280rpx; justify-content: start; }