first commit
This commit is contained in:
65
衣莎项目/源码/YiShaXiYi/user/couponCard/couponCard.wxss
Normal file
65
衣莎项目/源码/YiShaXiYi/user/couponCard/couponCard.wxss
Normal file
@@ -0,0 +1,65 @@
|
||||
/* 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);
|
||||
}
|
||||
Reference in New Issue
Block a user