Files
CompanyProject/衣莎项目/源码/YiShaXiYi/user/couponList/couponList.wxss
2024-09-27 01:32:49 +08:00

128 lines
1.7 KiB
Plaintext

/* user/couponList/couponList.wxss */
.order_tab {
position: fixed;
width: 100%;
height: auto;
top: 0;
z-index: 9999;
}
.coupon_con {
margin-top: 54px;
}
.coupon {
padding: 0 30rpx;
}
.coupon_list {
background: #fff;
padding: 50rpx 0;
border-left: 8rpx solid #1dbf53;
display: -webkit-flex;
display: flex;
position: relative;
overflow: hidden;
}
.coupon_list_l {
display: inline-block;
padding: 0 34rpx;
font-size: 32rpx;
color: #1dbf53;
margin-top: 40rpx;
}
.coupon_list2 {
border-left: 4rpx solid #999;
}
.coupon_list2 span, .coupon_list2 view {
color: #999;
}
.coupon_list2 .gqimg {
position: absolute;
right: -30rpx;
top: -30rpx;
width: 159rpx;
height: 159rpx;
}
.gqimg image {
height: 100%;
width: 100%;
}
.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: 21rpx;
height: 11rpx;
}
.coupon_list_r_top {
font-size: 32rpx;
color: #333;
font-weight: 600;
}
.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: #999;
}
.rotate {
transform: rotate(180deg);
}
.empty {
height: 600rpx;
width: 100%;
text-align: center;
font-family: PingFang-SC-Medium;
font-size: 26rpx;
font-weight: 400;
font-stretch: normal;
color: #999;
}
.empty_img {
width: 116rpx;
height: 83rpx;
}