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.

34 lines
624 B

5 years ago
/* 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;
3 months ago
color: #E30000;
5 years ago
font-weight: 500;
display: flex;
align-items: center;
}
.coupon-btn {
3 months ago
width: 50rpx;
5 years ago
line-height: 56rpx;
3 months ago
/* border: 1px solid #333333; */
5 years ago
border-radius: 29rpx;
text-align: center;
font-size: 28rpx;
3 months ago
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;
5 years ago
}