来访时段选择时间区间
This commit is contained in:
@@ -37,6 +37,42 @@ page {
|
||||
border-bottom: none;
|
||||
}
|
||||
|
||||
.form-group-time {
|
||||
flex-wrap: wrap;
|
||||
}
|
||||
|
||||
.time-range {
|
||||
flex: 1;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
}
|
||||
|
||||
.time-picker-wrap {
|
||||
flex: 1;
|
||||
}
|
||||
|
||||
.time-picker {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
height: 88rpx;
|
||||
position: relative;
|
||||
}
|
||||
|
||||
.time-picker .picker-arrow {
|
||||
position: absolute;
|
||||
right: 0;
|
||||
font-size: 32rpx;
|
||||
color: #b8c9db;
|
||||
}
|
||||
|
||||
.time-range-sep {
|
||||
font-size: 28rpx;
|
||||
color: #b8c9db;
|
||||
padding: 0 12rpx;
|
||||
flex-shrink: 0;
|
||||
}
|
||||
|
||||
.form-label {
|
||||
width: 160rpx;
|
||||
font-size: 28rpx;
|
||||
|
||||
Reference in New Issue
Block a user