|
@@ -67,59 +67,53 @@
|
|
|
font-size: 24rpx;
|
|
|
color: #666;
|
|
|
}
|
|
|
-.container .goodsList {
|
|
|
+.container .product {
|
|
|
margin-top: 40rpx;
|
|
|
width: 100%;
|
|
|
- height: 310rpx;
|
|
|
- white-space: nowrap;
|
|
|
box-sizing: border-box;
|
|
|
+ background-color: white;
|
|
|
+ padding: 18rpx 23rpx 70rpx;
|
|
|
+ border-radius: 20rpx;
|
|
|
+}
|
|
|
+.container .product .title {
|
|
|
+ margin-bottom: 14rpx;
|
|
|
+ font-size: 28rpx;
|
|
|
+ color: #000000;
|
|
|
+}
|
|
|
+.container .product .goodsList {
|
|
|
+ display: flex;
|
|
|
+ align-items: center;
|
|
|
+ justify-content: space-between;
|
|
|
}
|
|
|
-.container .goodsList .payBox {
|
|
|
+.container .product .goodsList .payBox {
|
|
|
position: relative;
|
|
|
- margin-right: 22rpx;
|
|
|
- width: 268rpx;
|
|
|
- height: 268rpx;
|
|
|
+ width: 318rpx;
|
|
|
+ height: 318rpx;
|
|
|
background-size: cover;
|
|
|
text-align: center;
|
|
|
display: inline-block;
|
|
|
border-radius: 20rpx;
|
|
|
}
|
|
|
-.container .goodsList .payBox .pay {
|
|
|
- position: absolute;
|
|
|
- bottom: 24rpx;
|
|
|
- left: 50%;
|
|
|
- transform: translateX(-50%);
|
|
|
- padding: 6rpx 40rpx;
|
|
|
- font-size: 26rpx;
|
|
|
- font-weight: bold;
|
|
|
- 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 {
|
|
|
- background-image: url(http://reader-wx.ai160.com/images/reader/v3/12992x.png);
|
|
|
-}
|
|
|
-.container .goodsList .pbbg1 .pay {
|
|
|
- background: linear-gradient(325deg, #FFBD96 0%, #FFF1E7 100%);
|
|
|
+.container .product .goodsList .payBox .name {
|
|
|
+ margin-top: 42rpx;
|
|
|
+ font-weight: 500;
|
|
|
+ font-size: 40rpx;
|
|
|
}
|
|
|
-.container .goodsList .pbbg2 {
|
|
|
- background-image: url(http://reader-wx.ai160.com/images/reader/v3/2992x.png);
|
|
|
+.container .product .goodsList .payBox .price {
|
|
|
+ margin-top: 22rpx;
|
|
|
+ font-weight: 500;
|
|
|
+ font-size: 56rpx;
|
|
|
}
|
|
|
-.container .goodsList .pbbg2 .pay {
|
|
|
- background: linear-gradient(285deg, #DFF2EE 0%, #D8E9FD 39%, #BDE6F8 72%, #BAE7F7 100%);
|
|
|
+.container .product .goodsList .payBox .originPrice {
|
|
|
+ margin-top: 28rpx;
|
|
|
+ font-size: 24rpx;
|
|
|
+ text-decoration: line-through;
|
|
|
}
|
|
|
-.container .goodsList .pbbg3 {
|
|
|
- background-image: url(http://reader-wx.ai160.com/images/reader/v3/55152x.png);
|
|
|
+.container .product .goodsList .year {
|
|
|
+ background-image: url(https://reader-wx.ai160.com/images/reader/pay/yuedao365.webp);
|
|
|
+ color: #FEF4B5;
|
|
|
}
|
|
|
-.container .goodsList .pbbg3 .pay {
|
|
|
- background: linear-gradient(325deg, #FFBD96 0%, #FFF1E7 100%);
|
|
|
+.container .product .goodsList .month {
|
|
|
+ background-image: url(http://reader-wx.ai160.com/images/reader/pay/yuedao90.webp);
|
|
|
+ color: #7D320A;
|
|
|
}
|