diff --git a/pages/basketballGym/index.wxml b/pages/basketballGym/index.wxml
index 4fe85e6..9f3ba47 100644
--- a/pages/basketballGym/index.wxml
+++ b/pages/basketballGym/index.wxml
@@ -154,7 +154,11 @@
-
+
+
+
+ 场馆维护中,请等待场馆恢复 ~
+
diff --git a/pages/basketballGym/index.wxss b/pages/basketballGym/index.wxss
index 04a352b..2a1ab8a 100644
--- a/pages/basketballGym/index.wxss
+++ b/pages/basketballGym/index.wxss
@@ -410,3 +410,22 @@
.share-btn-box>button::after {
border: none;
}
+.newplot {
+ position: fixed;
+ top: 260rpx;
+ bottom: 0;
+ left: 0;
+ right: 0;
+ display: flex;
+ flex-direction: column;
+ justify-content: center;
+ align-items: center;
+ color: #FFF;
+ font-size: 28rpx;
+}
+
+.newplot>image {
+ width: 200rpx;
+ height: 200rpx;
+ margin-top: -200rpx;
+}
diff --git a/pages/gymnasium/index.wxml b/pages/gymnasium/index.wxml
index b6c2bf4..8271e0e 100644
--- a/pages/gymnasium/index.wxml
+++ b/pages/gymnasium/index.wxml
@@ -90,7 +90,11 @@
-
+
-
\ No newline at end of file
+
+
+
+ 场馆维护中,请等待场馆恢复 ~
+
diff --git a/pages/gymnasium/index.wxss b/pages/gymnasium/index.wxss
index 840afbc..a0be157 100644
--- a/pages/gymnasium/index.wxss
+++ b/pages/gymnasium/index.wxss
@@ -287,4 +287,23 @@
}
.share-btn-box>button::after {
border: none;
-}
\ No newline at end of file
+}
+.newplot {
+ position: fixed;
+ top: 260rpx;
+ bottom: 0;
+ left: 0;
+ right: 0;
+ display: flex;
+ flex-direction: column;
+ justify-content: center;
+ align-items: center;
+ color: #FFF;
+ font-size: 28rpx;
+}
+
+.newplot>image {
+ width: 200rpx;
+ height: 200rpx;
+ margin-top: -200rpx;
+}