You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
spring-boot-online-exam/frontend/public/loading/loading.html

18 lines
440 B

<!-- 预加载动画容器 -->
<div id="preloadingAnimation">
<!-- lds-roller类用于定义加载动画的样式 -->
<div class="lds-roller">
<!-- 以下多个div元素共同构成一个滚动加载的动画效果 -->
<div></div>
<div></div>
<div></div>
<div></div>
<div></div>
<div></div>
<div></div>
<div></div>
</div>
<!-- 加载提示文本 -->
<div class="load-tips">Loading</div>
</div>