35 lines
734 B
Plaintext
35 lines
734 B
Plaintext
.selectTime.data-v-567ae1e4 {
|
|
width: 100%;
|
|
flex: 1;
|
|
display: flex;
|
|
flex-wrap: nowrap;
|
|
justify-content: space-between;
|
|
-webkit-column-gap: 22rpx;
|
|
column-gap: 22rpx;
|
|
}
|
|
.selectTime .selectTime-time.data-v-567ae1e4 {
|
|
width: 100%;
|
|
font-weight: 400;
|
|
font-size: 28rpx;
|
|
color: #CACCCC;
|
|
line-height: 40rpx;
|
|
text-align: left;
|
|
font-style: normal;
|
|
height: 72rpx;
|
|
border: 1rpx solid #E5E5E5;
|
|
display: flex;
|
|
align-items: center;
|
|
padding-left: 20rpx;
|
|
border-radius: 10rpx;
|
|
transition: all 0.3s;
|
|
}
|
|
.selectTime .selectTime-time-y.data-v-567ae1e4 {
|
|
color: #333;
|
|
border-color: #409EFF;
|
|
}
|
|
.selectTime.disabled .selectTime-time.data-v-567ae1e4 {
|
|
background-color: #f5f5f5;
|
|
cursor: not-allowed;
|
|
}
|
|
|