|
|
@@ -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;
|
|
|
+ }
|