|
@@ -40,17 +40,13 @@
|
|
|
background: url(http://reader-wx.ai160.com/images/reader/v3/learn/SVIPpop.png);
|
|
|
background-size: cover;
|
|
|
-webkit-box-reflect: below 2rpx linear-gradient(to bottom, transparent 92%, rgba(0, 0, 0, 0.3));
|
|
|
- /* .buyBtn {
|
|
|
- width: 254rpx;
|
|
|
- text-align: center;
|
|
|
- position: absolute;
|
|
|
- left: 90rpx;
|
|
|
- top: 156rpx;
|
|
|
- color: #39029B;
|
|
|
- font-size: 26rpx;
|
|
|
- font-weight: bold;
|
|
|
- letter-spacing: 2rpx;
|
|
|
- } */
|
|
|
+}
|
|
|
+.buyVip .modal .payBox .validity {
|
|
|
+ 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);
|
|
@@ -62,6 +58,42 @@
|
|
|
background-size: cover;
|
|
|
-webkit-box-reflect: below 2rpx linear-gradient(to bottom, transparent 92%, rgba(0, 0, 0, 0.3));
|
|
|
}
|
|
|
+.buyVip .modal .renewBox {
|
|
|
+ margin-top: 70rpx;
|
|
|
+ padding: 0rpx 20rpx;
|
|
|
+}
|
|
|
+.buyVip .modal .renewBox .title {
|
|
|
+ text-align: left;
|
|
|
+ font-size: 40rpx;
|
|
|
+ font-weight: bold;
|
|
|
+ margin-bottom: 18rpx;
|
|
|
+}
|
|
|
+.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 .renewBox .renew .left {
|
|
|
+ flex: 1;
|
|
|
+ margin-right: 40rpx;
|
|
|
+ display: flex;
|
|
|
+ align-items: center;
|
|
|
+ justify-content: space-between;
|
|
|
+ color: #666666;
|
|
|
+}
|
|
|
+.buyVip .modal .renewBox .renew .left .money {
|
|
|
+ color: #FC614E;
|
|
|
+}
|
|
|
+.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 .close {
|
|
|
display: block;
|
|
|
margin: 0 auto;
|