代码拉取完成,页面将自动刷新
同步操作将从 mysir/cnblog_theme_atum 强制同步,此操作会覆盖自 Fork 仓库以来所做的任何修改,且无法恢复!!!
确定后同步将在后台操作,完成时将刷新页面,请耐心等待。
<!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>
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。