Commit e773ccb8 authored by songrui's avatar songrui

首屏加载修改

parent 7eed65da
...@@ -15,7 +15,7 @@ ...@@ -15,7 +15,7 @@
<style> <style>
.loader { .loader {
color: #1890FF; color: #1890FF;
font-size: .45rem; font-size: 32px;
text-indent: -9999em; text-indent: -9999em;
overflow: hidden; overflow: hidden;
width: 1em; width: 1em;
...@@ -65,7 +65,7 @@ ...@@ -65,7 +65,7 @@
100% { transform: rotate(360deg) } 100% { transform: rotate(360deg) }
} }
</style> </style>
<div style="height: 100%;display: flex;justify-content: center;align-items: center;"> <div style="height: 100vh;display: flex;justify-content: center;align-items: center;">
<div class="loader"></div> <div class="loader"></div>
</div> </div>
</div> </div>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment