Skip to content

Commit

Permalink
feat: ✨ build
Browse files Browse the repository at this point in the history
  • Loading branch information
jsxiaosi committed Dec 12, 2023
1 parent d18f97a commit aec16fb
Showing 1 changed file with 15 additions and 5 deletions.
20 changes: 15 additions & 5 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,14 @@
align-items: center;
}

.loading-container {
width: 100%;
height: 100%;
display: flex;
justify-content: center;
align-items: center;
}

.loading {
display: block;
font-size: 0;
Expand Down Expand Up @@ -151,11 +159,13 @@
}
}
</style>
<div id="html_loding" class="loading">
<div></div>
<div></div>
<div></div>
<div></div>
<div class="loading-container">
<div id="html_loding" class="loading">
<div></div>
<div></div>
<div></div>
<div></div>
</div>
</div>
</div>
<script>
Expand Down

0 comments on commit aec16fb

Please sign in to comment.