代码拉取完成,页面将自动刷新
<!DOCTYPE html>
<html lang="zh-cmn-Hans">
<head>
<meta charset="UTF-8" />
<link rel="icon" href="/favicon.ico" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>%VITE_APP_TITLE%</title>
</head>
<body>
<div id="app">
<style>
html,
body,
#app {
position: relative;
display: flex;
align-items: center;
justify-content: center;
width: 100%;
height: 100%;
overflow: hidden;
}
.loading-box {
display: flex;
justify-content: space-between;
width: 40px;
height: 40px;
}
.loading-item {
width: 15%;
height: 100%;
background-color: #007aff;
animation: load-animation 1.2s infinite ease-in-out;
}
.loading-item:nth-child(1) {
animation-delay: -1.2s;
}
.loading-item:nth-child(2) {
animation-delay: -1.1s;
}
.loading-item:nth-child(3) {
animation-delay: -1s;
}
.loading-item:nth-child(4) {
animation-delay: -0.9s;
}
.loading-item:nth-child(5) {
animation-delay: -0.8s;
}
@keyframes load-animation {
0%,
40%,
100% {
transform: scaleY(0.4);
}
20% {
transform: scaleY(1);
}
}
</style>
<div class="loading-box">
<div class="loading-item"></div>
<div class="loading-item"></div>
<div class="loading-item"></div>
<div class="loading-item"></div>
<div class="loading-item"></div>
</div>
</div>
<script type="module" src="/src/main.ts"></script>
</body>
</html>
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。