65 lines
1.1 KiB
Plaintext
65 lines
1.1 KiB
Plaintext
/* user/couponCard/couponCard.wxss */
|
|
|
|
.coupon{
|
|
padding: 0 30rpx;
|
|
}
|
|
.coupon_list{
|
|
background: #ffffff;
|
|
padding: 50rpx 0;
|
|
border-left: 4rpx solid #1dbf53;
|
|
display: -webkit-flex;
|
|
display: flex;
|
|
}
|
|
.coupon_list_l{
|
|
display: inline-block;
|
|
padding: 0 34rpx;
|
|
font-size: 32rpx;
|
|
color: #1dbf53;
|
|
margin-top: 40rpx;
|
|
}
|
|
.coupon_list_l span{
|
|
font-size: 60rpx;
|
|
}
|
|
.coupon_list_r{
|
|
display: inline-block;
|
|
flex: 1;
|
|
/* padding-right: 55rpx; */
|
|
}
|
|
.coupon_list_b{
|
|
height: 100%;
|
|
width: 80rpx;
|
|
position: relative;
|
|
}
|
|
.coupon_list_b span{
|
|
position: absolute;
|
|
top: 173rpx;
|
|
left: 0;
|
|
}
|
|
.coupon_list_b span image{
|
|
width: 21px;
|
|
height: 10px;
|
|
}
|
|
.coupon_list_r_top{
|
|
font-size: 32rpx;
|
|
color: #333333;
|
|
}
|
|
.coupon_list_r_top span{
|
|
width: 105rpx;
|
|
height: 32rpx;
|
|
background-color: #fff1f0;
|
|
border-radius: 5rpx;
|
|
font-size: 20rpx;
|
|
color: #ff4026;
|
|
text-align: center;
|
|
line-height: 32rpx;
|
|
display: inline-block;
|
|
}
|
|
.coupon_list_r_p{
|
|
font-size: 24rpx;
|
|
line-height: 36rpx;
|
|
color: #999999;
|
|
}
|
|
|
|
.rotate{
|
|
transform: rotate(180deg);
|
|
} |