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.
24 lines
434 B
24 lines
434 B
/* 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: #000;
|
|
font-weight: 500;
|
|
display: flex;
|
|
align-items: center;
|
|
}
|
|
.coupon-btn {
|
|
width: 138rpx;
|
|
line-height: 56rpx;
|
|
border: 1px solid #333333;
|
|
border-radius: 29rpx;
|
|
text-align: center;
|
|
font-size: 28rpx;
|
|
color: #000;
|
|
}
|