1 Star 0 Fork 29

Hoyou/cnblog_theme_atum

forked from mysir/cnblog_theme_atum 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
shade.html 1.30 KB
一键复制 编辑 原始数据 按行查看 历史
mysir 提交于 2020-03-04 20:49 . 初版本提交
<!DOCTYPE html>
<html lang="en" >
<body>
<style type="text/css">
body {
margin:0;
padding:0;
overflow:hidden;
margin-top:100%
}
#shade_animal_wrap {
opacity:1;
margin:0;
padding:0;
display:flex;
position:absolute;
top:0;
left:0;
right:0;
bottom:0;
align-items:center;
justify-content:center;
height:100vh;
width:100%;
background-color:#f2f2f2;
z-index:99999;
transition:all 1s ease 0s;
}
.lds-hourglass {
display: inline-block;
position: relative;
width: 64px;
height: 64px;
transform: translateY(-60px);
}
.lds-hourglass:after {
content: " ";
display: block;
border-radius: 50%;
width: 0;
height: 0;
margin: 6px;
box-sizing: border-box;
border: 60px solid #fff;
border-color: #ff8d00 transparent #ff3004 transparent;
animation: lds-hourglass 1.2s infinite;
}
@keyframes lds-hourglass {
0% {
transform: rotate(0);
animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
50% {
transform: rotate(900deg);
animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
100% {
transform: rotate(1800deg);
}
}
</style>
<div id="shade_animal_wrap">
<div class="lds-hourglass"></div>
</div>
</body>
</html>
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/cidiwuyin/cnblog_theme_atum.git
[email protected]:cidiwuyin/cnblog_theme_atum.git
cidiwuyin
cnblog_theme_atum
cnblog_theme_atum
master

搜索帮助