|
@@ -175,7 +175,7 @@
|
|
|
top: 0rpx;
|
|
|
width: 100vw;
|
|
|
height: 100vh;
|
|
|
- background-color: rgba(0, 0, 0, 0.3);
|
|
|
+ background: rgba(0, 0, 0, 0.7);
|
|
|
}
|
|
|
.container .activationModal .box {
|
|
|
position: absolute;
|
|
@@ -188,9 +188,6 @@
|
|
|
background-color: white;
|
|
|
border-radius: 20rpx;
|
|
|
text-align: center;
|
|
|
- animation-name: zoomIn;
|
|
|
- animation-duration: 0.4s;
|
|
|
- animation-fill-mode: forwards;
|
|
|
}
|
|
|
.container .activationModal .box .sLcon {
|
|
|
margin-top: 34rpx;
|
|
@@ -217,16 +214,6 @@
|
|
|
bottom: -140rpx;
|
|
|
margin: auto;
|
|
|
}
|
|
|
-@keyframes zoomIn {
|
|
|
- from {
|
|
|
- transform: scale(0);
|
|
|
- opacity: 0;
|
|
|
- }
|
|
|
- to {
|
|
|
- opacity: 1;
|
|
|
- transform: scale(1);
|
|
|
- }
|
|
|
-}
|
|
|
.container .payBox {
|
|
|
position: relative;
|
|
|
margin-top: 36rpx;
|