|
@@ -102,3 +102,39 @@
|
|
|
color: white;
|
|
|
font-size: 36rpx;
|
|
|
}
|
|
|
+.commodity .activationModal {
|
|
|
+ position: fixed;
|
|
|
+ z-index: 2;
|
|
|
+ left: 0rpx;
|
|
|
+ top: 0rpx;
|
|
|
+ width: 100vw;
|
|
|
+ height: 100vh;
|
|
|
+ background: rgba(0, 0, 0, 0.7);
|
|
|
+}
|
|
|
+.commodity .activationModal .box {
|
|
|
+ position: absolute;
|
|
|
+ left: 0;
|
|
|
+ right: 0;
|
|
|
+ top: 30%;
|
|
|
+ margin: auto;
|
|
|
+ width: 660rpx;
|
|
|
+ height: 550rpx;
|
|
|
+ background-color: white;
|
|
|
+ border-radius: 20rpx;
|
|
|
+ text-align: center;
|
|
|
+}
|
|
|
+.commodity .activationModal .box .sLcon {
|
|
|
+ margin-top: 164rpx;
|
|
|
+ width: 580rpx;
|
|
|
+ height: 326rpx;
|
|
|
+}
|
|
|
+.commodity .activationModal .box .close {
|
|
|
+ position: absolute;
|
|
|
+ padding: 40rpx;
|
|
|
+ width: 54rpx;
|
|
|
+ height: 54rpx;
|
|
|
+ left: 0;
|
|
|
+ right: 0;
|
|
|
+ bottom: -140rpx;
|
|
|
+ margin: auto;
|
|
|
+}
|