73 lines
1.6 KiB
Plaintext
73 lines
1.6 KiB
Plaintext
.selectTime.data-v-78f903fe {
|
|
flex: 1;
|
|
display: flex;
|
|
flex-wrap: nowrap;
|
|
justify-content: space-between;
|
|
-webkit-column-gap: 26rpx;
|
|
column-gap: 26rpx;
|
|
}
|
|
.selectTime .selectTime-time.data-v-78f903fe {
|
|
width: 328rpx;
|
|
height: 56rpx;
|
|
border-radius: 10rpx;
|
|
border: 2rpx solid #E9E9E9;
|
|
display: flex;
|
|
transition: all 0.3s;
|
|
background: #F8F8F8;
|
|
}
|
|
.selectTime .selectTime-time .selectTime-time-left.data-v-78f903fe {
|
|
font-weight: 400;
|
|
font-size: 28rpx;
|
|
color: #999999;
|
|
line-height: 40rpx;
|
|
justify-content: center;
|
|
font-style: normal;
|
|
flex: 1;
|
|
display: flex;
|
|
align-items: center;
|
|
padding-left: 19rpx;
|
|
position: relative;
|
|
}
|
|
.selectTime .selectTime-time .selectTime-time-left .clearing.data-v-78f903fe {
|
|
width: 20rpx;
|
|
height: 20rpx;
|
|
position: absolute;
|
|
right: 8rpx;
|
|
top: 50%;
|
|
-webkit-transform: translateY(-50%);
|
|
transform: translateY(-50%);
|
|
}
|
|
.selectTime .selectTime-time .selectTime-time-right.data-v-78f903fe {
|
|
width: 59rpx;
|
|
height: 100%;
|
|
border-left: 2rpx solid #E9E9E9;
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
}
|
|
.selectTime .selectTime-time .selectTime-time-right image.data-v-78f903fe {
|
|
width: 35rpx;
|
|
height: 33rpx;
|
|
}
|
|
.selectTime .selectTime-time-y.data-v-78f903fe {
|
|
color: #333;
|
|
border-color: #409EFF;
|
|
}
|
|
.selectTime.disabled .selectTime-time.data-v-78f903fe {
|
|
background-color: #f5f5f5;
|
|
cursor: not-allowed;
|
|
}
|
|
.selectTime .select-title.data-v-78f903fe {
|
|
box-sizing: border-box;
|
|
font-weight: 400;
|
|
font-size: 28rpx;
|
|
color: #333333;
|
|
line-height: 40rpx;
|
|
text-align: left;
|
|
font-style: normal;
|
|
width: 317rpx;
|
|
padding-left: 14rpx;
|
|
padding-bottom: 20rpx;
|
|
}
|
|
|