tanxue пре 1 месец
родитељ
комит
8611c68f37
2 измењених фајлова са 7 додато и 5 уклоњено
  1. 7 1
      common/styles/global/components.scss
  2. 0 4
      common/styles/global/pages.scss

+ 7 - 1
common/styles/global/components.scss

@@ -468,4 +468,10 @@ $titleBar-tabBar-page: calc(100vh - var(--status-bar-height));
 	}
 	.share-close{width: 360rpx;height: 70rpx;line-height: 70rpx;background-color: #fff;border: 1rpx solid #3fd2a1;
 		color: #3fd2a1;text-align: center;border-radius: 8rpx;margin: 32rpx auto 0;border-radius: 35rpx;}
-}
+}
+
+// 遮盖层
+.shop-mask{
+		position: absolute;top: 0;left: 0;right: 0;bottom: 0;background-color: azure;
+		color: #333;z-index: 999;display: flex;align-items: center;justify-content: center;
+	}

+ 0 - 4
common/styles/global/pages.scss

@@ -1170,10 +1170,6 @@
 			@include ezy-no-repeat-cover;background-image: url("@/static/images/shop/pay-btn.png");
 		}
 	}
-	.shop-mask{
-		position: absolute;top: 0;left: 0;right: 0;bottom: 0;background-color: azure;
-		color: #333;z-index: 4;display: flex;align-items: center;justify-content: center;
-	}
 }
 
 // 手机号快捷登录弹窗