56 lines
921 B
Plaintext
56 lines
921 B
Plaintext
|
/* pages/mine/product/coupon/couponlist.wxss */
|
||
|
page {
|
||
|
background: #f2f2f2;
|
||
|
}
|
||
|
|
||
|
.right-box {
|
||
|
width: 100%;
|
||
|
position: relative;
|
||
|
min-height: 200rpx;
|
||
|
flex: 3;
|
||
|
display: flex;
|
||
|
align-items: center;
|
||
|
justify-content: center;
|
||
|
border-radius: 15rpx 10rpx 10rpx 15rpx;
|
||
|
flex-direction: column;
|
||
|
}
|
||
|
|
||
|
.price {
|
||
|
color: #ffffff;
|
||
|
font-size: 54rpx;
|
||
|
}
|
||
|
|
||
|
.price-icon {
|
||
|
color: #ffffff;
|
||
|
font-size: 28rpx;
|
||
|
}
|
||
|
|
||
|
.price-term {
|
||
|
font-size: 20rpx;
|
||
|
color: #ffffff;
|
||
|
}
|
||
|
|
||
|
.left-box {
|
||
|
width: 100%;
|
||
|
flex: 7;
|
||
|
background: #ffffff;
|
||
|
position: relative;
|
||
|
border-radius: 10rpx 15rpx 15rpx 10rpx;
|
||
|
min-height: 200rpx;
|
||
|
display: flex;
|
||
|
align-items: flex-start;
|
||
|
flex-direction: column;
|
||
|
justify-content: center;
|
||
|
}
|
||
|
|
||
|
.btn-box {
|
||
|
width: 100%;
|
||
|
display: flex;
|
||
|
flex-direction: row;
|
||
|
justify-content: flex-end;
|
||
|
padding: 10rpx;
|
||
|
}
|
||
|
|
||
|
.btn {
|
||
|
padding: 10rpx 40rpx;
|
||
|
}
|