|
|
|
@ -286,6 +286,7 @@ page {
|
|
|
|
|
position: absolute; |
|
|
|
|
top: 0; |
|
|
|
|
left: 0; |
|
|
|
|
z-index: 0; |
|
|
|
|
} |
|
|
|
|
.coupon-list .item .coupon-left { |
|
|
|
|
width: 498rpx; |
|
|
|
@ -297,35 +298,7 @@ page {
|
|
|
|
|
position: absolute; |
|
|
|
|
top: 16rpx; |
|
|
|
|
left: 26rpx; |
|
|
|
|
background: linear-gradient(135deg, #39D396 0%, #1B8DCC 100%); |
|
|
|
|
border-radius: -16rpx; |
|
|
|
|
} |
|
|
|
|
.coupon-list .item .left-bg .radiusLT { |
|
|
|
|
width: 50%; |
|
|
|
|
height: 50%; |
|
|
|
|
background-image: radial-gradient(16rpx at top left, #F5F6F8 16rpx, transparent); |
|
|
|
|
} |
|
|
|
|
.coupon-list .item .left-bg .radiusRT { |
|
|
|
|
width: 50%; |
|
|
|
|
height: 50%; |
|
|
|
|
background-image: radial-gradient(16rpx at top right, #F5F6F8 16rpx, transparent); |
|
|
|
|
} |
|
|
|
|
.coupon-list .item .left-bg .radiusLB { |
|
|
|
|
width: 50%; |
|
|
|
|
height: 50%; |
|
|
|
|
background-image: radial-gradient(16rpx at bottom left, #F5F6F8 16rpx, transparent); |
|
|
|
|
} |
|
|
|
|
.coupon-list .item .left-bg .radiusRB { |
|
|
|
|
width: 50%; |
|
|
|
|
height: 50%; |
|
|
|
|
background-image: radial-gradient(16rpx at bottom right, #F5F6F8 16rpx, transparent); |
|
|
|
|
} |
|
|
|
|
.coupon-list .item .coupon-left .coupon-pattern { |
|
|
|
|
width: 202rpx; |
|
|
|
|
height: 64rpx; |
|
|
|
|
position: absolute; |
|
|
|
|
top: 46rpx; |
|
|
|
|
right: 0rpx; |
|
|
|
|
z-index: 1; |
|
|
|
|
} |
|
|
|
|
.coupon-list .item .coupon-left .text-box { |
|
|
|
|
padding-top: 46rpx; |
|
|
|
@ -1598,6 +1571,38 @@ page {
|
|
|
|
|
width: 100% !important; |
|
|
|
|
display: block !important; |
|
|
|
|
} |
|
|
|
|
.product-con .entry-mask { |
|
|
|
|
position: fixed; |
|
|
|
|
top: 0; |
|
|
|
|
left: 0; |
|
|
|
|
right: 0; |
|
|
|
|
bottom: 0; |
|
|
|
|
z-index: 20; |
|
|
|
|
background: rgba(0, 0, 0, 0.6); |
|
|
|
|
backdrop-filter: blur(10rpx); |
|
|
|
|
} |
|
|
|
|
.product-con .entry-mask .entry-box { |
|
|
|
|
position: fixed; |
|
|
|
|
top: 50%; |
|
|
|
|
left: 50%; |
|
|
|
|
transform: translate(-50%, -50%); |
|
|
|
|
z-index: 30; |
|
|
|
|
width: 592rpx; |
|
|
|
|
height: 374rpx; |
|
|
|
|
background: #F1F1F1; |
|
|
|
|
box-shadow: 0rpx 10rpx 16rpx 0rpx rgba(0, 0, 0, 0.06); |
|
|
|
|
border-radius: 28rpx; |
|
|
|
|
padding: 32rpx; |
|
|
|
|
} |
|
|
|
|
.product-con .entry-mask .entry-box .entry { |
|
|
|
|
height: 100%; |
|
|
|
|
overflow: scroll; |
|
|
|
|
font-size: 26rpx; |
|
|
|
|
font-family: SourceHanSansSCVF; |
|
|
|
|
font-weight: 500; |
|
|
|
|
color: #3A3A3C; |
|
|
|
|
line-height: 38rpx; |
|
|
|
|
} |
|
|
|
|
/*产品详情*/ |
|
|
|
|
.product-con .footer { |
|
|
|
|
width: 100%; |
|
|
|
|