|
@@ -10,8 +10,8 @@
|
|
|
.buyVip .modal {
|
|
|
position: relative;
|
|
|
width: 677rpx;
|
|
|
- height: 860rpx;
|
|
|
- margin: 120rpx auto 0rpx;
|
|
|
+ height: 650rpx;
|
|
|
+ margin: 140rpx auto 0rpx;
|
|
|
border-radius: 20rpx;
|
|
|
text-align: center;
|
|
|
overflow: hidden;
|
|
@@ -31,68 +31,62 @@
|
|
|
.buyVip .modal .header .h1 {
|
|
|
margin: 24rpx 0rpx;
|
|
|
}
|
|
|
-.buyVip .modal .payBox {
|
|
|
+.buyVip .modal .goodsList {
|
|
|
+ position: absolute;
|
|
|
+ margin-top: 70rpx;
|
|
|
+ width: 100%;
|
|
|
+ height: 310rpx;
|
|
|
+ padding: 0rpx 20rpx;
|
|
|
+ white-space: nowrap;
|
|
|
+}
|
|
|
+.buyVip .modal .goodsList .payBox {
|
|
|
position: relative;
|
|
|
- margin: 46rpx auto 56rpx;
|
|
|
- width: 480rpx;
|
|
|
- height: 245rpx;
|
|
|
- border-radius: 20rpx;
|
|
|
- background: url(http://reader-wx.ai160.com/images/reader/v3/learn/SVIPpop.png);
|
|
|
+ margin-right: 22rpx;
|
|
|
+ width: 268rpx;
|
|
|
+ height: 268rpx;
|
|
|
background-size: cover;
|
|
|
- -webkit-box-reflect: below 2rpx linear-gradient(to bottom, transparent 92%, rgba(0, 0, 0, 0.3));
|
|
|
+ text-align: center;
|
|
|
+ display: inline-block;
|
|
|
+ border-radius: 20rpx;
|
|
|
}
|
|
|
-.buyVip .modal .payBox .validity {
|
|
|
+.buyVip .modal .goodsList .payBox .pay {
|
|
|
position: absolute;
|
|
|
- font-size: 26rpx;
|
|
|
- left: 24rpx;
|
|
|
bottom: 24rpx;
|
|
|
- color: #F9ECC1;
|
|
|
-}
|
|
|
-.buyVip .modal .payBox2 {
|
|
|
- background: url(http://reader-wx.ai160.com/images/reader/v3/learn/VIPpop.png);
|
|
|
- background-size: cover;
|
|
|
- -webkit-box-reflect: below 2rpx linear-gradient(to bottom, transparent 92%, rgba(0, 0, 0, 0.3));
|
|
|
+ left: 50%;
|
|
|
+ transform: translateX(-50%);
|
|
|
+ padding: 6rpx 40rpx;
|
|
|
+ font-size: 26rpx;
|
|
|
+ font-weight: bold;
|
|
|
+ border-radius: 50rpx;
|
|
|
}
|
|
|
-.buyVip .modal .payBox3 {
|
|
|
- background: url(http://reader-wx.ai160.com/images/reader/v3/learn/2-2.png);
|
|
|
- background-size: cover;
|
|
|
- -webkit-box-reflect: below 2rpx linear-gradient(to bottom, transparent 92%, rgba(0, 0, 0, 0.3));
|
|
|
+.buyVip .modal .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;
|
|
|
}
|
|
|
-.buyVip .modal .renewBox {
|
|
|
- margin-top: 70rpx;
|
|
|
- padding: 0rpx 20rpx;
|
|
|
+.buyVip .modal .goodsList .pbbg1 {
|
|
|
+ background-image: url(http://reader-wx.ai160.com/images/reader/v3/12992x.png);
|
|
|
}
|
|
|
-.buyVip .modal .renewBox .title {
|
|
|
- text-align: left;
|
|
|
- font-size: 40rpx;
|
|
|
- font-weight: bold;
|
|
|
- margin-bottom: 18rpx;
|
|
|
+.buyVip .modal .goodsList .pbbg1 .pay {
|
|
|
+ background: linear-gradient(325deg, #FFBD96 0%, #FFF1E7 100%);
|
|
|
}
|
|
|
-.buyVip .modal .renewBox .renew {
|
|
|
- margin-bottom: 32rpx;
|
|
|
- display: flex;
|
|
|
- align-items: center;
|
|
|
- justify-content: space-between;
|
|
|
- padding: 14rpx 18rpx 14rpx 22rpx;
|
|
|
- background-color: #F2F2F2;
|
|
|
- border-radius: 50rpx;
|
|
|
- font-size: 30rpx;
|
|
|
+.buyVip .modal .goodsList .pbbg2 {
|
|
|
+ background-image: url(http://reader-wx.ai160.com/images/reader/v3/2992x.png);
|
|
|
}
|
|
|
-.buyVip .modal .renewBox .renew .left {
|
|
|
- flex: 1;
|
|
|
- margin-right: 40rpx;
|
|
|
- display: flex;
|
|
|
- align-items: center;
|
|
|
- justify-content: space-between;
|
|
|
- color: #666666;
|
|
|
+.buyVip .modal .goodsList .pbbg2 .pay {
|
|
|
+ background: linear-gradient(285deg, #DFF2EE 0%, #D8E9FD 39%, #BDE6F8 72%, #BAE7F7 100%);
|
|
|
}
|
|
|
-.buyVip .modal .renewBox .renew .left .money {
|
|
|
- color: #FC614E;
|
|
|
+.buyVip .modal .goodsList .pbbg3 {
|
|
|
+ background-image: url(http://reader-wx.ai160.com/images/reader/v3/55152x.png);
|
|
|
}
|
|
|
-.buyVip .modal .renewBox .renew .pay {
|
|
|
- padding: 6rpx 40rpx;
|
|
|
- border-radius: 50rpx;
|
|
|
- background-image: linear-gradient(129deg, #F9D9BF 0%, #F6D0B2 45%, #F3C0A3 70%, #F1B998 100%);
|
|
|
+.buyVip .modal .goodsList .pbbg3 .pay {
|
|
|
+ background: linear-gradient(325deg, #FFBD96 0%, #FFF1E7 100%);
|
|
|
}
|
|
|
.buyVip .close {
|
|
|
display: block;
|