@import "../../pages/submission/wxss/detePicker.scss"; .time-range { display: flex; .default { font-family: PingFang SC, PingFang SC; font-size: 24rpx; color: #999999; } .left { display: flex; align-items: center; flex-shrink: 0; .iconfont { font-family: PingFang SC, PingFang SC; font-size: 24rpx; color: #333333; } .iconfont::before { font-size: 28rpx; margin-right: 20rpx; } .dateType { min-width: 128rpx; font-family: PingFang SC, PingFang SC; font-size: 24rpx; color: #999999; text-align: center; } .blue { color: #3874F6; } } .right { display: flex; flex: 1; width: 0; flex-shrink: 0; justify-content: space-between; .iconfont { transform: rotate(-90deg); color: #999999; } .range { display: flex; align-items: center; font-family: PingFang SC, PingFang SC; font-size: 24rpx; color: #3874F6; .middle { color: #999999; padding: 0 15rpx; } } } }