This commit is contained in:
caolc
2022-08-08 09:22:43 +08:00
commit fa1b5f31bd
1535 changed files with 285130 additions and 0 deletions

View File

@@ -0,0 +1,35 @@
.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;
}