|
@@ -168,6 +168,7 @@
|
|
position: absolute;
|
|
position: absolute;
|
|
margin-top: 40rpx;
|
|
margin-top: 40rpx;
|
|
width: 100%;
|
|
width: 100%;
|
|
|
|
+ height: 310rpx;
|
|
white-space: nowrap;
|
|
white-space: nowrap;
|
|
}
|
|
}
|
|
.container .goodsList .payBox {
|
|
.container .goodsList .payBox {
|
|
@@ -179,7 +180,6 @@
|
|
text-align: center;
|
|
text-align: center;
|
|
display: inline-block;
|
|
display: inline-block;
|
|
border-radius: 20rpx;
|
|
border-radius: 20rpx;
|
|
- overflow: hidden;
|
|
|
|
}
|
|
}
|
|
.container .goodsList .payBox .pay {
|
|
.container .goodsList .payBox .pay {
|
|
position: absolute;
|
|
position: absolute;
|
|
@@ -191,6 +191,17 @@
|
|
font-weight: bold;
|
|
font-weight: bold;
|
|
border-radius: 50rpx;
|
|
border-radius: 50rpx;
|
|
}
|
|
}
|
|
|
|
+.container .goodsList .payBox::after {
|
|
|
|
+ content: '';
|
|
|
|
+ position: absolute;
|
|
|
|
+ width: 268rpx;
|
|
|
|
+ height: 45rpx;
|
|
|
|
+ left: 0;
|
|
|
|
+ bottom: -42rpx;
|
|
|
|
+ background: linear-gradient(180deg, #2A2116 0%, rgba(255, 255, 255, 0) 100%);
|
|
|
|
+ border-radius: 22rpx 22rpx 0rpx 0rpx;
|
|
|
|
+ opacity: 0.26;
|
|
|
|
+}
|
|
.container .goodsList .pbbg1 {
|
|
.container .goodsList .pbbg1 {
|
|
background-image: url(http://reader-wx.ai160.com/images/reader/v3/12992x.png);
|
|
background-image: url(http://reader-wx.ai160.com/images/reader/v3/12992x.png);
|
|
}
|
|
}
|