|
.coupon-wrap {
|
padding: 30rpx;
|
background-color: #EEEEEE;
|
}
|
.item-wrap {
|
margin-bottom: 20rpx;
|
}
|
.range_item{
|
border: 1rpx solid #D9D9D9;
|
border-top: none;
|
padding: 8rpx;
|
border-bottom-left-radius:10rpx ;
|
border-bottom-right-radius:10rpx ;
|
color: #666666;
|
box-shadow: 0 0 8rpx rgba(0, 0, 0, 0.1);
|
}
|
|
/* 新样式 by lyzflash */
|
.coupon-box {
|
border-radius: 12rpx;
|
height: 242rpx;
|
}
|
.coupon-box .circles {
|
left: auto;
|
right: 0;
|
top: 70rpx;
|
bottom: 70rpx;
|
}
|
.coupon-box .circles-right text {
|
border-radius: 10rpx 0 0 10rpx;
|
width: 8rpx;
|
height: 15rpx;
|
background: #f6f6f6;
|
}
|
.coupon-box .operation .coupon-content {
|
position: relative;
|
background-color: #FFFFFF;
|
color: #333333;
|
padding: 20rpx 30rpx;
|
}
|
.coupon-box .coupon-content::before,
|
.coupon-box .coupon-content::after {
|
position: absolute;
|
display: block;
|
content: '';
|
width: 22rpx;
|
height: 11rpx;
|
background: #EEEEEE;
|
z-index: 10;
|
}
|
.coupon-box .coupon-content::before {
|
top: 0;
|
right: -10rpx;
|
border-radius: 0 0 15rpx 15rpx;
|
}
|
.coupon-box .coupon-content::after {
|
bottom: 0;
|
right: -10rpx;
|
border-radius: 15rpx 15rpx 0 0;
|
}
|
.coupon-box .btns {
|
width: 150rpx;
|
padding: 0 20rpx;
|
background: transparent;
|
}
|
.coupon-box.coupon-item- .btns {
|
/* background-color: #BEBEBE; */
|
}
|
.coupon-box .btns button {
|
width: auto;
|
background: #FFFFFF;
|
border-radius: 60rpx;
|
font-size: 22rpx;
|
padding: 4rpx 20rpx;
|
}
|
.coupon-box .operation {
|
padding-left: 0;
|
margin-left: 4rpx;
|
border-radius: 12rpx;
|
}
|
.coupon-product {
|
width: 100%;
|
}
|
.coupon-product-item image {
|
width: 124rpx;
|
height: 124rpx;
|
border-radius: 12rpx;
|
background-color: rgba(0, 0, 0, 0.1);
|
}
|
.coupon-box .coupon-sp .btns {
|
width: 446rpx;
|
background: #FFFFFF;
|
position: relative;
|
color: #333333;
|
box-sizing: border-box;
|
padding: 20rpx;
|
}
|
.coupon-box .coupon-sp .btns:after {
|
position: absolute;
|
content: " ";
|
border-left: 2rpx dashed #EEEEEE;
|
left: -2rpx;
|
height: 100%;
|
}
|
.coupon-sp .coupon-product-item image {
|
width: 180rpx;
|
height: 180rpx;
|
}
|
.btns-box {
|
width: 100%;
|
padding-top: 30rpx;
|
border-top: 1rpx solid #eee;
|
}
|
.btns-box .btns-sp {
|
width: 150rpx;
|
text-align: center;
|
}
|
.btns-box .btns-sp button {
|
color: #FFFFFF;
|
display: inline-block;
|
}
|
.coupon-item-red .btns-sp button {
|
background: #e62423;
|
}
|
.coupon-item-blue .btns-sp button {
|
background: #178ed9;
|
/* linear-gradient(-128deg, #1fd6ff, #3661ff); */
|
}
|
.coupon-item-violet .btns-sp button {
|
background: #ab0bf6;
|
/* linear-gradient(-128deg, #d63efc, #6600c3); */
|
}
|
.coupon-item-yellow .btns-sp button {
|
background: #f4a50b;
|
/* linear-gradient(-128deg, #ffe31f, #ffaf36); */
|
}
|
.coupon-item-gray .btns-sp button {
|
background: #999999;
|
/* linear-gradient(-128deg, #888888, #999999); */
|
}
|
.coupon-item .coupon-sp .coupon-content {
|
align-items: center;
|
}
|
.coupon-sp .coupon-tong {
|
background: #eee;
|
width: 150rpx;
|
height: 150rpx;
|
text-align: center;
|
line-height: 150rpx;
|
border-radius: 150rpx;
|
}
|
.coupon-item-normal {
|
background: #BEBEBE;
|
}
|
.coupon-item-normal .btns button {
|
color: #BEBEBE;
|
}
|
.coupon-item-normal .btns-sp button {
|
background: #BEBEBE;
|
color: #FFFFFF;
|
}
|