代码拉取完成,页面将自动刷新
同步操作将从 林间有风/lin-cms-vue 强制同步,此操作会覆盖自 Fork 仓库以来所做的任何修改,且无法恢复!!!
确定后同步将在后台操作,完成时将刷新页面,请耐心等待。
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width,initial-scale=1.0" />
<link rel="icon" href="<%= BASE_URL %>favicon.ico" />
<link rel="stylesheet" type="text/css" href="./iconfont.css" />
<script src="//at.alicdn.com/t/font_1104271_so151lbumpq.js"></script>
<title>lin-cms</title>
<style>
#loader {
position: fixed;
left: 0;
right: 0;
bottom: 0;
top: 0;
background:#fff;
display: flex;
justify-content: center;
align-items: center;
transition: display 1s ease .5s;
}
.loader-logo {
width: 60px;
height: 91px;
position: fixed;
left: 20%;
top: 43%;
}
.spinner {
position: relative;
line-height: 0;
box-sizing: border-box;
width: 40px;
height: 40px;
color: #3963bc;
}
.spinner:before {
content: '';
width: 100%;
height: 20%;
min-width: 5px;
background: #000;
opacity: 0.1;
position: absolute;
bottom: 0%;
left: 0;
border-radius: 50%;
animation: rotate-square-2-shadow .5s linear infinite;
}
.spinner:after {
content: '';
width: 100%;
height: 100%;
background: #3963bc;
animation: rotate-square-2-animate .5s linear infinite;
position: absolute;
bottom:40%;
left: 0;
border-radius: 3px;
}
@keyframes rotate-square-2-animate {
17% {
border-bottom-right-radius: 3px;
}
25% {
transform: translateY(20%) rotate(22.5deg);
}
50% {
transform: translateY(40%) scale(1, .9) rotate(45deg);
border-bottom-right-radius: 50%;
}
75% {
transform: translateY(20%) rotate(67.5deg);
}
100% {
transform: translateY(0) rotate(90deg);
}
}
@keyframes rotate-square-2-shadow {
0%, 100% {
transform: scale(1, 1);
}
50% {
transform: scale(1.2, 1);
}
}
</style>
</head>
<body>
<div id="loader">
<div class="spinner spinner--rotate-square-2"></div>
<img src="./static/img/logo.png" alt="" class="loader-logo">
</div>
<div id="app"></div>
<!-- built files will be auto injected -->
</body>
</html>
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。