oms
This commit is contained in:
35
unpackage/dist/dev/mp-weixin/salesRanking/components/datePopup.wxss
vendored
Normal file
35
unpackage/dist/dev/mp-weixin/salesRanking/components/datePopup.wxss
vendored
Normal 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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user