|
@@ -88,3 +88,49 @@
|
|
|
height: 30rpx;
|
|
|
opacity: 0.6;
|
|
|
}
|
|
|
+.activationModal {
|
|
|
+ position: fixed;
|
|
|
+ z-index: 2;
|
|
|
+ left: 0rpx;
|
|
|
+ top: 0rpx;
|
|
|
+ width: 100vw;
|
|
|
+ height: 100vh;
|
|
|
+ background: rgba(0, 0, 0, 0.7);
|
|
|
+}
|
|
|
+.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;
|
|
|
+}
|
|
|
+.activationModal .box .sLcon {
|
|
|
+ margin-top: 34rpx;
|
|
|
+ width: 100rpx;
|
|
|
+ height: 100rpx;
|
|
|
+}
|
|
|
+.activationModal .box .tips1 {
|
|
|
+ margin: 36rpx 0rpx 24rpx;
|
|
|
+ color: #131313;
|
|
|
+ font-weight: bold;
|
|
|
+ font-size: 34rpx;
|
|
|
+}
|
|
|
+.activationModal .box .tips2 {
|
|
|
+ font-size: 30rpx;
|
|
|
+ color: #12C962;
|
|
|
+}
|
|
|
+.activationModal .close {
|
|
|
+ position: absolute;
|
|
|
+ padding: 40rpx;
|
|
|
+ width: 54rpx;
|
|
|
+ height: 54rpx;
|
|
|
+ left: 0;
|
|
|
+ right: 0;
|
|
|
+ bottom: -140rpx;
|
|
|
+ margin: auto;
|
|
|
+}
|