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.
 

46 lines
695 B

.coupon-container {
display: flex;
flex-direction: column;
height: 225rpx;
margin-left: 20rpx;
margin-right: 20rpx;
}
.left-image image {
width: 100%;
height: 225rpx;
}
.mall_coupon_ab {
height: 225rpx;
display: flex;
flex-direction: row;
justify-content: space-between;
align-items: center;
text-align: center;
position: relative;
top: -118rpx;
}
.mall_coupon_ab .value {
width: 35%;
font-size: 56rpx;
color: #fff;
}
.mall_coupon_more {
display: flex;
flex-direction: column;
align-items: flex-end;
margin-right: 30rpx;
font-size: 35rpx;
line-height: 47rpx;
}
.mall_coupon_more .grey {
color: #999;
}
page {
background-color: #f4f4f4;
}