Files
lcb/commons/css/custom/coupon.wxss
T
小鱼开发 3bf5c948d8 Initial commit
2024-05-24 14:16:05 +08:00

79 lines
1.6 KiB
Plaintext

.A-coupon-item {
height: 155rpx;
background-repeat:repeat-y;
background-size:100% auto;
border-top:#e6e6e6 2rpx solid;
border-bottom:#e6e6e6 2rpx solid;
}
.A-coupon-item-price{
height:100%;
width: 150rpx;
border-right: 2rpx dashed #f1e5d9;
box-sizing: border-box;
}
.A-coupon-item-price::before {
content: '';
position: absolute;
right: -11rpx;
top: -11rpx;
width: 20rpx;
height: 20rpx;
border-radius: 100%;
background-color: #fff;
border:#e6e6e6 2rpx solid;
}
.A-coupon-item-price::after {
content: '';
position: absolute;
right: -11rpx;
bottom: -11rpx;
width: 20rpx;
height: 20rpx;
border-radius: 100%;
background-color: #fff;
border:#e6e6e6 2rpx solid;
}
.lcb-coupon{
overflow: hidden;
background-image: url('https://qs.haodian.cn/wechat_app/xiaohongbangV2/coupon/coupon-bg.png');
background-size: 100% auto;
background-repeat: repeat-y;
}
.lcb-coupon::before,.lcb-coupon::after{
content: '';
position: absolute;
z-index: 1;
width: 18rpx;
height: 18rpx;
border-radius: 100%;
border: 1px solid #e8e8e8;
left: 457rpx;
background-color: #fff;
border-radius: 100%;
}
.lcb-coupon::before{
top: -9rpx;
}
.lcb-coupon::after{
bottom: -9rpx;
}
.lcb-coupon-info{
width: 467rpx;
height: 168rpx;
border-top: 1px solid #e8e8e8;
border-bottom: 1px solid #e8e8e8;
border-right: 1px dashed #e8e8e8;
}
.lcb-coupon-opt{
width: 223rpx;
height: 168rpx;
border-top: 1px solid #e8e8e8;
border-bottom: 1px solid #e8e8e8;
}
.lcb-coupon-opt .btn{
width: 162rpx;
height: 60rpx;
line-height: 60rpx;
}