45 lines
764 B
Plaintext
45 lines
764 B
Plaintext
/* packageF/storeManagement/components/discount/discount.wxss */
|
|
@import "/mycss/iconfont.wxss";
|
|
|
|
.discount-type {
|
|
display: flex;
|
|
flex-direction: column;
|
|
justify-content: space-between;
|
|
height: 156rpx;
|
|
padding: 22rpx 29rpx;
|
|
background-color: #fff;
|
|
}
|
|
|
|
.discount-type-item {
|
|
display: flex;
|
|
}
|
|
|
|
.discount-type-item .title {
|
|
font-size: 28rpx;
|
|
color: #323232;
|
|
}
|
|
|
|
.discount-type-item .desc {
|
|
display: flex;
|
|
justify-content: space-between;
|
|
padding-left: 10rpx;
|
|
}
|
|
|
|
.icon-all_select_active {
|
|
font-size: 30rpx;
|
|
margin-right: 10rpx;
|
|
color: #c4c4c4;
|
|
}
|
|
|
|
.icon-all_select_active.active {
|
|
color: #f15353;
|
|
}
|
|
|
|
.discount-type-item .desc .desc-wrapper {
|
|
display: flex;
|
|
}
|
|
|
|
.discount-type-item .desc .desc-wrapper .desc-item {
|
|
margin-right: 10rpx;
|
|
}
|