Former-commit-id: 059ed7d58b3c488375846077097379862402d726 [formerly 059ed7d58b3c488375846077097379862402d726 [formerly 059ed7d58b3c488375846077097379862402d726 [formerly 059ed7d58b3c488375846077097379862402d726 [formerly f9d20a743a59963c7030ee2bb3687e67cd7e2f77 [formerly d0423d102ad5e8d239dfa81b759def26723e9a18]]]]] Former-commit-id: 978419dc6a5104bd0b62208aa196ae559addf276 Former-commit-id: c528a955665e1948e0f00a92bc8bc48150593a0a Former-commit-id: 5302260354464937a1b6148cb1caca6d269bc8d1 [formerly 2babee13937d41adb934f13e58cc289a93be6fcb] Former-commit-id: 4489dc13cf7a1835acfe11f73120b3a28bf823a8 Former-commit-id: 23bd3b9d4c99092f16d1e242828f6843b9197f35 Former-commit-id: 4475b3a0276b87da789cf8a36d245ea805165fcb Former-commit-id: 3aaeabed60aa694bc6925fbff05559cbfeeff86c Former-commit-id: 95637f510a4c313f571865cf2d96dd437f568706
162 lines
5.4 KiB
HTML
Executable File
162 lines
5.4 KiB
HTML
Executable File
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<meta name="viewport" content="width=device-width,initial-scale=1.0">
|
|
<link rel="shortcut icon" type="image/ico" href="/static/icon.ico" />
|
|
<title>D2Admin</title>
|
|
<style>
|
|
html, body, #app {
|
|
height: 100%;
|
|
margin: 0px;
|
|
padding: 0px;
|
|
}
|
|
.d2-app-loading-group {
|
|
height: 100%;
|
|
width: 100%;
|
|
display: flex;
|
|
justify-content: center;
|
|
align-items: center;
|
|
flex-direction: column;
|
|
background: #757F9A;
|
|
background: -webkit-linear-gradient(to top, #D7DDE8, #757F9A);
|
|
background: linear-gradient(to top, #D7DDE8, #757F9A);
|
|
}
|
|
.d2-app-loading-title {
|
|
color: #FFF;
|
|
font-weight: bold;
|
|
font-size: 14px;
|
|
margin-top: 40px;
|
|
margin-bottom: 10px;
|
|
letter-spacing: 0.2em;
|
|
}
|
|
.d2-app-loading-sub-title {
|
|
color: #FFF;
|
|
font-size: 10px;
|
|
margin-bottom: 10px;
|
|
}
|
|
.d2-app-loading-sub-info {
|
|
color: #FFF;
|
|
font-size: 10px;
|
|
opacity: .8;
|
|
margin-bottom: 4px;
|
|
}
|
|
.d2-app-loading-btn {
|
|
text-decoration: none;
|
|
display: inline-block;
|
|
line-height: 1;
|
|
white-space: nowrap;
|
|
cursor: pointer;
|
|
background: #fff;
|
|
border: 1px solid #dcdfe6;
|
|
border-color: #dcdfe6;
|
|
color: #606266;
|
|
-webkit-appearance: none;
|
|
text-align: center;
|
|
box-sizing: border-box;
|
|
outline: none;
|
|
margin: 0;
|
|
transition: .1s;
|
|
font-weight: 500;
|
|
-moz-user-select: none;
|
|
-webkit-user-select: none;
|
|
-ms-user-select: none;
|
|
padding: 12px 20px;
|
|
font-size: 14px;
|
|
border-radius: 4px;
|
|
/* 圆角 */
|
|
padding: 7px 15px;
|
|
border-radius: 20px;
|
|
font-size: 12px;
|
|
}
|
|
.d2-app-loading-grid {
|
|
width: 30px;
|
|
height: 30px;
|
|
}
|
|
.d2-app-loading-grid .d2-app-loading {
|
|
width: 10px;
|
|
height: 10px;
|
|
background-color: #FFF;
|
|
float: left;
|
|
-webkit-animation: d2-app-loading-grid-scale-delay 1.3s infinite ease-in-out;
|
|
animation: d2-app-loading-grid-scale-delay 1.3s infinite ease-in-out;
|
|
}
|
|
.d2-app-loading-grid .d2-app-loading1 {
|
|
border-top-left-radius: 4px;
|
|
-webkit-animation-delay: 0.2s;
|
|
animation-delay: 0.2s; }
|
|
.d2-app-loading-grid .d2-app-loading2 {
|
|
-webkit-animation-delay: 0.3s;
|
|
animation-delay: 0.3s; }
|
|
.d2-app-loading-grid .d2-app-loading3 {
|
|
border-top-right-radius: 4px;
|
|
-webkit-animation-delay: 0.4s;
|
|
animation-delay: 0.4s; }
|
|
.d2-app-loading-grid .d2-app-loading4 {
|
|
-webkit-animation-delay: 0.1s;
|
|
animation-delay: 0.1s; }
|
|
.d2-app-loading-grid .d2-app-loading5 {
|
|
-webkit-animation-delay: 0.2s;
|
|
animation-delay: 0.2s; }
|
|
.d2-app-loading-grid .d2-app-loading6 {
|
|
-webkit-animation-delay: 0.3s;
|
|
animation-delay: 0.3s; }
|
|
.d2-app-loading-grid .d2-app-loading7 {
|
|
border-bottom-left-radius: 4px;
|
|
-webkit-animation-delay: 0s;
|
|
animation-delay: 0s; }
|
|
.d2-app-loading-grid .d2-app-loading8 {
|
|
-webkit-animation-delay: 0.1s;
|
|
animation-delay: 0.1s; }
|
|
.d2-app-loading-grid .d2-app-loading9 {
|
|
border-bottom-right-radius: 4px;
|
|
-webkit-animation-delay: 0.2s;
|
|
animation-delay: 0.2s; }
|
|
|
|
@-webkit-keyframes d2-app-loading-grid-scale-delay {
|
|
0%, 70%, 100% {
|
|
-webkit-transform: scale3D(1, 1, 1);
|
|
transform: scale3D(1, 1, 1);
|
|
} 35% {
|
|
-webkit-transform: scale3D(0, 0, 1);
|
|
transform: scale3D(0, 0, 1);
|
|
}
|
|
}
|
|
|
|
@keyframes d2-app-loading-grid-scale-delay {
|
|
0%, 70%, 100% {
|
|
-webkit-transform: scale3D(1, 1, 1);
|
|
transform: scale3D(1, 1, 1);
|
|
} 35% {
|
|
-webkit-transform: scale3D(0, 0, 1);
|
|
transform: scale3D(0, 0, 1);
|
|
}
|
|
}
|
|
</style>
|
|
</head>
|
|
<body>
|
|
<div id="app">
|
|
<div class="d2-app-loading-group">
|
|
<div class="d2-app-loading-grid">
|
|
<div class="d2-app-loading d2-app-loading1"></div>
|
|
<div class="d2-app-loading d2-app-loading2"></div>
|
|
<div class="d2-app-loading d2-app-loading3"></div>
|
|
<div class="d2-app-loading d2-app-loading4"></div>
|
|
<div class="d2-app-loading d2-app-loading5"></div>
|
|
<div class="d2-app-loading d2-app-loading6"></div>
|
|
<div class="d2-app-loading d2-app-loading7"></div>
|
|
<div class="d2-app-loading d2-app-loading8"></div>
|
|
<div class="d2-app-loading d2-app-loading9"></div>
|
|
</div>
|
|
<div class="d2-app-loading-title">加载中</div>
|
|
<div class="d2-app-loading-sub-title">本示例项目加载了大量的组件,初次加载会比较慢,请耐心等待</div>
|
|
<div class="d2-app-loading-sub-info">如果很久很久都没有加载成功,请清空缓存重新加载页面</div>
|
|
<div style="margin-top: 10px;">
|
|
<a class="d2-app-loading-btn" href="https://github.com/FairyEver/d2-admin" target="blank">Github仓库</a>
|
|
<a class="d2-app-loading-btn" href="https://fairyever.gitee.io/d2-admin-doc/zh/" target="blank">中文文档</a>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</body>
|
|
</html>
|