You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
36 lines
649 B
36 lines
649 B
3 years ago
|
|
||
|
.seledatebody_item.data-v-3ce69cac {
|
||
|
width: 140rpx;
|
||
|
height: 60rpx;
|
||
|
background: #ADCEFF;
|
||
|
border-radius: 10px;
|
||
|
color: #FFFFFF;
|
||
|
display: flex;
|
||
|
align-items: center;
|
||
|
justify-content: center;
|
||
|
margin-top: 18rpx;
|
||
|
}
|
||
|
.datebody_item.data-v-3ce69cac {
|
||
|
width: 140rpx;
|
||
|
height: 60rpx;
|
||
|
background: #FFFFFF;
|
||
|
border-radius: 10px;
|
||
|
color: #BBBBBB;
|
||
|
display: flex;
|
||
|
align-items: center;
|
||
|
justify-content: center;
|
||
|
margin-top: 18rpx;
|
||
|
}
|
||
|
.datebody.data-v-3ce69cac {
|
||
|
width: 520rpx;
|
||
|
height: 500rpx;
|
||
|
background: #F0F0F0;
|
||
|
border-radius: 20px !important;
|
||
|
overflow: hidden;
|
||
|
display: flex;
|
||
|
flex-direction: column;
|
||
|
flex-wrap: wrap;
|
||
|
padding: 15rpx 23rpx;
|
||
|
}
|
||
|
|