|
@@ -163,52 +163,6 @@
|
|
font-size: 25rpx;
|
|
font-size: 25rpx;
|
|
background-color: #FC614E;
|
|
background-color: #FC614E;
|
|
}
|
|
}
|
|
-.container .activationModal {
|
|
|
|
- position: fixed;
|
|
|
|
- z-index: 2;
|
|
|
|
- left: 0rpx;
|
|
|
|
- top: 0rpx;
|
|
|
|
- width: 100vw;
|
|
|
|
- height: 100vh;
|
|
|
|
- background: rgba(0, 0, 0, 0.7);
|
|
|
|
-}
|
|
|
|
-.container .activationModal .box {
|
|
|
|
- position: absolute;
|
|
|
|
- left: 0;
|
|
|
|
- right: 0;
|
|
|
|
- top: 30%;
|
|
|
|
- margin: auto;
|
|
|
|
- width: 496rpx;
|
|
|
|
- height: 365rpx;
|
|
|
|
- background-color: white;
|
|
|
|
- border-radius: 20rpx;
|
|
|
|
- text-align: center;
|
|
|
|
-}
|
|
|
|
-.container .activationModal .box .sLcon {
|
|
|
|
- margin-top: 34rpx;
|
|
|
|
- width: 100rpx;
|
|
|
|
- height: 100rpx;
|
|
|
|
-}
|
|
|
|
-.container .activationModal .box .tips1 {
|
|
|
|
- margin: 36rpx 0rpx 24rpx;
|
|
|
|
- color: #131313;
|
|
|
|
- font-weight: bold;
|
|
|
|
- font-size: 34rpx;
|
|
|
|
-}
|
|
|
|
-.container .activationModal .box .tips2 {
|
|
|
|
- font-size: 30rpx;
|
|
|
|
- color: #12C962;
|
|
|
|
-}
|
|
|
|
-.container .activationModal .box .close {
|
|
|
|
- position: absolute;
|
|
|
|
- padding: 40rpx;
|
|
|
|
- width: 54rpx;
|
|
|
|
- height: 54rpx;
|
|
|
|
- left: 0;
|
|
|
|
- right: 0;
|
|
|
|
- bottom: -140rpx;
|
|
|
|
- margin: auto;
|
|
|
|
-}
|
|
|
|
.container .payBox {
|
|
.container .payBox {
|
|
position: relative;
|
|
position: relative;
|
|
margin-top: 36rpx;
|
|
margin-top: 36rpx;
|
|
@@ -253,15 +207,76 @@
|
|
font-size: 30rpx;
|
|
font-size: 30rpx;
|
|
}
|
|
}
|
|
.container .renewBox .renew .left {
|
|
.container .renewBox .renew .left {
|
|
|
|
+ flex: 1;
|
|
|
|
+ margin-right: 40rpx;
|
|
display: flex;
|
|
display: flex;
|
|
align-items: center;
|
|
align-items: center;
|
|
|
|
+ justify-content: space-between;
|
|
color: #666666;
|
|
color: #666666;
|
|
}
|
|
}
|
|
.container .renewBox .renew .left .money {
|
|
.container .renewBox .renew .left .money {
|
|
color: #FC614E;
|
|
color: #FC614E;
|
|
}
|
|
}
|
|
.container .renewBox .renew .pay {
|
|
.container .renewBox .renew .pay {
|
|
- padding: 6rpx 50rpx;
|
|
|
|
|
|
+ padding: 6rpx 40rpx;
|
|
border-radius: 50rpx;
|
|
border-radius: 50rpx;
|
|
background-image: linear-gradient(129deg, #F9D9BF 0%, #F6D0B2 45%, #F3C0A3 70%, #F1B998 100%);
|
|
background-image: linear-gradient(129deg, #F9D9BF 0%, #F6D0B2 45%, #F3C0A3 70%, #F1B998 100%);
|
|
}
|
|
}
|
|
|
|
+.container .activationModal {
|
|
|
|
+ position: fixed;
|
|
|
|
+ z-index: 2;
|
|
|
|
+ left: 0rpx;
|
|
|
|
+ top: 0rpx;
|
|
|
|
+ width: 100vw;
|
|
|
|
+ height: 100vh;
|
|
|
|
+ background: rgba(0, 0, 0, 0.7);
|
|
|
|
+}
|
|
|
|
+.container .activationModal .box {
|
|
|
|
+ position: absolute;
|
|
|
|
+ left: 0;
|
|
|
|
+ right: 0;
|
|
|
|
+ top: 30%;
|
|
|
|
+ margin: auto;
|
|
|
|
+ width: 496rpx;
|
|
|
|
+ height: 365rpx;
|
|
|
|
+ background-color: white;
|
|
|
|
+ border-radius: 20rpx;
|
|
|
|
+ text-align: center;
|
|
|
|
+}
|
|
|
|
+.container .activationModal .box .sLcon {
|
|
|
|
+ margin-top: 34rpx;
|
|
|
|
+ width: 100rpx;
|
|
|
|
+ height: 100rpx;
|
|
|
|
+}
|
|
|
|
+.container .activationModal .box .tips1 {
|
|
|
|
+ margin: 36rpx 0rpx 24rpx;
|
|
|
|
+ color: #131313;
|
|
|
|
+ font-weight: bold;
|
|
|
|
+ font-size: 34rpx;
|
|
|
|
+}
|
|
|
|
+.container .activationModal .box .tips2 {
|
|
|
|
+ font-size: 30rpx;
|
|
|
|
+ color: #12C962;
|
|
|
|
+}
|
|
|
|
+.container .activationModal .vipModal {
|
|
|
|
+ position: relative;
|
|
|
|
+ left: 0;
|
|
|
|
+ right: 0;
|
|
|
|
+ top: 30%;
|
|
|
|
+ margin: auto;
|
|
|
|
+ border-radius: 20rpx;
|
|
|
|
+ text-align: center;
|
|
|
|
+}
|
|
|
|
+.container .activationModal .vipModal .mBg {
|
|
|
|
+ width: 600rpx;
|
|
|
|
+}
|
|
|
|
+.container .activationModal .close {
|
|
|
|
+ position: absolute;
|
|
|
|
+ padding: 40rpx;
|
|
|
|
+ width: 54rpx;
|
|
|
|
+ height: 54rpx;
|
|
|
|
+ left: 0;
|
|
|
|
+ right: 0;
|
|
|
|
+ bottom: -140rpx;
|
|
|
|
+ margin: auto;
|
|
|
|
+}
|