Files
wx_oms/unpackage/dist/dev/mp-weixin/salesRanking/components/datePopup.wxss
caolc fa1b5f31bd oms
2022-08-08 09:22:43 +08:00

36 lines
649 B
Plaintext

.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;
}