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
+
取消
+
+
-
- -
+