Ai
5 Star 41 Fork 16

ModStartLib/focusany

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
index.html 1.52 KB
一键复制 编辑 原始数据 按行查看 历史
MZ 提交于 2025-11-03 10:00 +08:00 . feat: toast window shadow
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8"/>
<link rel="icon" type="image/svg+xml" href="/logo.svg"/>
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
<title>%name%</title>
<link rel="stylesheet" href="./iconfont/iconfont.css"/>
<style>
html,body{
padding:0;margin:0;
background: transparent !important;
}
#app-loading{
width:100vw;
height:100vh;
display: flex;
border-radius: 15px;
background-image: linear-gradient(130deg, #a8c8f4, #61c4f5, #ba59ff);
background-size: 300% 300%;
animation: border-flow-loading 2s linear infinite;
-webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
}
@keyframes border-flow-loading {
0% {
background-position: 0% 50%;
}
50% {
background-position: 100% 50%;
}
100% {
background-position: 0% 50%;
}
}
#app-loading .container{
margin:auto;
text-align: center;
height:100vh;
overflow:hidden;
}
</style>
</head>
<body>
<div id="app">
<div id="app-loading">
<div class="container">
<img src="/loading.svg" style="height:60px;width:60px;margin:0 auto;" />
</div>
</div>
</div>
<script type="module" src="/src/main.ts"></script>
</body>
</html>
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/modstart-lib/focusany.git
git@gitee.com:modstart-lib/focusany.git
modstart-lib
focusany
focusany
main

搜索帮助