You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
|
/* pages/order/components/coupon/index.wxss */
|
|
|
|
|
.box {
|
|
|
|
|
margin: 30rpx 25rpx;
|
|
|
|
|
background: white;
|
|
|
|
|
border-radius: 9rpx;
|
|
|
|
|
}
|
|
|
|
|
.box-title {
|
|
|
|
|
height: 113rpx;
|
|
|
|
|
margin: 0 20rpx;
|
|
|
|
|
font-size: 31rpx;
|
|
|
|
|
color: #E30000;
|
|
|
|
|
font-weight: 500;
|
|
|
|
|
display: flex;
|
|
|
|
|
align-items: center;
|
|
|
|
|
}
|
|
|
|
|
.coupon-btn {
|
|
|
|
|
width: 50rpx;
|
|
|
|
|
line-height: 56rpx;
|
|
|
|
|
/* border: 1px solid #333333; */
|
|
|
|
|
border-radius: 29rpx;
|
|
|
|
|
text-align: center;
|
|
|
|
|
font-size: 28rpx;
|
|
|
|
|
color: #333333;
|
|
|
|
|
}
|
|
|
|
|
.coupon-left {
|
|
|
|
|
line-height: 40rpx;
|
|
|
|
|
background: #FFDEDE;
|
|
|
|
|
border-radius: 13rpx;
|
|
|
|
|
padding: 0 18rpx;
|
|
|
|
|
font-weight: 500;
|
|
|
|
|
font-size: 24rpx;
|
|
|
|
|
color: #E30000;
|
|
|
|
|
margin-right: 20rpx;
|
|
|
|
|
}
|