|
|
@@ -471,7 +471,11 @@ $titleBar-tabBar-page: calc(100vh - var(--status-bar-height));
|
|
|
}
|
|
|
|
|
|
// 遮盖层
|
|
|
-.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;
|
|
|
- }
|
|
|
+.ezy-mask-box{
|
|
|
+ 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;
|
|
|
+}
|
|
|
+
|
|
|
+// 没有更多
|
|
|
+.ezy-no-more{color: rgb(119, 119, 119);font-size: 28rpx;text-align: center;}
|
|
|
+
|