来访时段选择时间区间

This commit is contained in:
chenglijuan
2026-05-07 09:29:24 +08:00
parent 57243dfdf3
commit 7c59d18596
3 changed files with 67 additions and 9 deletions
+36
View File
@@ -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;