28 lines
435 B
Plaintext
28 lines
435 B
Plaintext
/* pages/mine/product/coupon/addcoupon.wxss */
|
|
page {
|
|
font-size: 28rpx;
|
|
}
|
|
|
|
.row-item-width {
|
|
display: flex;
|
|
flex-direction: row;
|
|
align-items: center;
|
|
justify-content: center;
|
|
width: 30%;
|
|
}
|
|
|
|
.row-item-width input {
|
|
text-align: center;
|
|
}
|
|
|
|
.row-item {
|
|
display: flex;
|
|
flex-direction: row;
|
|
align-items: center;
|
|
justify-content: center;
|
|
width: 95%;
|
|
}
|
|
|
|
.item-padding {
|
|
padding: 5rpx 0rpx;
|
|
} |