From 4aa108052675b4c7ad8e7a9bee28014d84e7fb51 Mon Sep 17 00:00:00 2001 From: WangXiaoDong <1627315083@qq.com> Date: Sun, 21 Jan 2024 14:47:41 +0800 Subject: [PATCH] fix --- src/assets/style/style.css | 20 ++++++++++++++++++++ src/assets/style/style.less | 21 +++++++++++++++++++++ src/component/HomePage/Generate.vue | 15 +++++++++++---- src/tool/https.js | 4 ++++ 4 files changed, 56 insertions(+), 4 deletions(-) diff --git a/src/assets/style/style.css b/src/assets/style/style.css index decd4e67..ff737d60 100644 --- a/src/assets/style/style.css +++ b/src/assets/style/style.css @@ -954,4 +954,24 @@ i { display: flex; align-items: center; justify-content: center; + flex-direction: column; +} +.mark_loading .mark_loading_text { + text-align: center; + font-size: 1.6rem; +} +.mark_loading .mark_loading_text div { + margin-top: 10px; +} +.mark_loading .mark_loading_text div span { + font-size: 1.8rem; + margin: 0 5px; + color: red; +} +.mark_loading .mark_loading_text .mark_loading_btn { + border: 2px solid; + display: inline-block; + padding: 0 20px; + border-radius: 10px; + cursor: pointer; } diff --git a/src/assets/style/style.less b/src/assets/style/style.less index 398b1cc0..142ad6cb 100644 --- a/src/assets/style/style.less +++ b/src/assets/style/style.less @@ -1042,4 +1042,25 @@ i{ display: flex; align-items: center; justify-content: center; + flex-direction: column; + .mark_loading_text{ + text-align: center; + font-size: 1.6rem; + div{ + margin-top: 10px; + span{ + font-size: 1.8rem; + margin: 0 5px; + color: red; + + } + } + .mark_loading_btn{ + border: 2px solid; + display: inline-block; + padding: 0 20px; + border-radius: 10px; + cursor: pointer; + } + } } diff --git a/src/component/HomePage/Generate.vue b/src/component/HomePage/Generate.vue index 5bcbaa74..37f83db5 100644 --- a/src/component/HomePage/Generate.vue +++ b/src/component/HomePage/Generate.vue @@ -173,11 +173,16 @@ +
+ +
+
您现在排队人数为0
+
取消
+
+
-
- -
+