| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768 |
- @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;
- }
- }
- }
- }
|