1 Star 0 Fork 40

小喵逗鱼 / stepin-template

forked from stepui / stepin-template 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
index.html 2.81 KB
一键复制 编辑 原始数据 按行查看 历史
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Vite + Vue + TS</title>
</head>
<body>
<div id="stepin-app">
<style>
body {
height: 100vh;
text-align: center;
align-items: center;
background-color: #003f8c;
display: flex;
justify-content: center;
}
.loader {
color: rgb(124, 124, 124);
font-family: "Poppins",sans-serif;
font-weight: 500;
font-size: 25px;
-webkit-box-sizing: content-box;
box-sizing: content-box;
height: 40px;
padding: 10px 10px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
border-radius: 8px;
}
.words {
overflow: hidden;
}
.word {
display: block;
height: 100%;
padding-left: 6px;
color: #ffca29;
animation: spin_4991 4s infinite;
}
@keyframes spin_4991 {
10% {
-webkit-transform: translateY(-105%);
transform: translateY(-105%);
}
25% {
-webkit-transform: translateY(-100%);
transform: translateY(-100%);
}
35% {
-webkit-transform: translateY(-205%);
transform: translateY(-205%);
}
50% {
-webkit-transform: translateY(-200%);
transform: translateY(-200%);
}
60% {
-webkit-transform: translateY(-305%);
transform: translateY(-305%);
}
75% {
-webkit-transform: translateY(-300%);
transform: translateY(-300%);
}
85% {
-webkit-transform: translateY(-405%);
transform: translateY(-405%);
}
100% {
-webkit-transform: translateY(-400%);
transform: translateY(-400%);
}
}
</style>
<img style="margin-bottom: 8px;" width="64px" src="/vite.svg" />
<div class="loader">
<div>loading</div>
<div class="words">
<span class="word">buttons</span>
<span class="word">forms</span>
<span class="word">switches</span>
<span class="word">cards</span>
<span class="word">buttons</span>
</div>
</div>
<div class="" style="color: rgba(255, 255, 255, 0.35)">首次加载可能较慢,请耐心等待...</div>
</div>
<script type="module" src="/src/main.ts"></script>
<script>
if (!global) {
var global = globalThis;
}
</script>
</body>
</html>
1
https://gitee.com/little_mew_amusing_fish/stepin-template.git
git@gitee.com:little_mew_amusing_fish/stepin-template.git
little_mew_amusing_fish
stepin-template
stepin-template
main

搜索帮助