1 Star 0 Fork 17

hello world/Vue3+Ts+Vite+pinia+ element plus+windicss

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
index.html 1.82 KB
一键复制 编辑 原始数据 按行查看 历史
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8" />
<link rel="shortcut icon" href="/favicon.ico" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title></title>
<style>
html,
body,
#app {
height: 100%;
}
.xt-admin {
position: fixed;
top: 0;
left: 0;
bottom: 0;
right: 0;
display: flex;
align-items: center;
justify-content: center;
background-color: rgb(198, 221, 228);
}
.xt-admin .spinner {
position: relative;
width: 60px;
height: 60px;
display: flex;
align-items: center;
justify-content: center;
flex-wrap: wrap;
}
.xt-admin .double-bounce {
position: absolute;
top: 0;
left: 0;
display: flex;
align-items: center;
justify-content: center;
width: 60px;
height: 60px;
}
.xt-admin .double-bounce::before {
content: '';
width: 60px;
height: 60px;
border-radius: 50%;
background-color: #67CF22;
opacity: 0.6;
}
.xt-admin .spinner.animate .double-bounce::before {
animation: bounce 2.0s infinite ease-in-out;
}
.xt-admin .spinner.animate .double-bounce:nth-child(1)::before {
animation-delay: 100ms;
}
.xt-admin .spinner.animate .double-bounce:nth-child(2)::before {
animation-delay: 300ms;
}
@keyframes bounce {
0%,
100% {
transform: scale(0.0);
}
50% {
transform: scale(1.0);
}
}
</style>
</head>
<body>
<div id="app">
<div class="xt-admin">
<div class="animate spinner">
<div class="double-bounce"></div>
<div class="double-bounce"></div>
</div>
</div>
</div>
<script type="module" src="/src/main.ts"></script>
</body>
</html>
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/boss-zhijie/xt-admin-vue3.git
git@gitee.com:boss-zhijie/xt-admin-vue3.git
boss-zhijie
xt-admin-vue3
Vue3+Ts+Vite+pinia+ element plus+windicss
master

搜索帮助

0d507c66 1850385 C8b1a773 1850385