Former-commit-id: de192e4331cf6507f1d6b65792db9c8e02e7b3d2 [formerly 91ea57c90a4d84e2524a0d1dcb95b13098bad1a6] [formerly de192e4331cf6507f1d6b65792db9c8e02e7b3d2 [formerly 91ea57c90a4d84e2524a0d1dcb95b13098bad1a6] [formerly de192e4331cf6507f1d6b65792db9c8e02e7b3d2 [formerly 91ea57c90a4d84e2524a0d1dcb95b13098bad1a6] [formerly 91ea57c90a4d84e2524a0d1dcb95b13098bad1a6 [formerly 4e659ec9585bd40193f621e2a1adfe447b01735c [formerly ee582d8ba8a8576b17cfda79064ba63bde908a2f]]]]] Former-commit-id: 0c9e1c6252b593c4dba36c9df36e5192b6675cc3 Former-commit-id: 88bb9b5469b468a707ee148ebab85c9a2e8104c5 Former-commit-id: 836e7e9d626eec4065dc693ca0e0d51214e91506 [formerly 68980db7305a4f3f4f237c10ee4f2324cba9b37c] Former-commit-id: 0de4be04331d37214f58befdce53c3dcf9dbdf57 Former-commit-id: a0e329466e0a5c22a69abca0e4888eedee9662e4 Former-commit-id: 02290aab53ae88a42f388f90b1ff5574c09c384e Former-commit-id: 7bede6044d668dc346c8c8126f074d28172ea4de Former-commit-id: 30883c4ea914733f76758639fc4c7719443099ee
182 lines
6.5 KiB
HTML
182 lines
6.5 KiB
HTML
<!DOCTYPE html>
|
||
<html>
|
||
<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 %>icon.ico">
|
||
<title><%= VUE_APP_TITLE %></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: linear-gradient(to bottom, rgba(255,255,255,0.15) 0%, rgba(0,0,0,0.15) 100%), radial-gradient(at top center, rgba(255,255,255,0.40) 0%, rgba(0,0,0,0.40) 120%) #989898;
|
||
background-blend-mode: multiply,multiply;
|
||
}
|
||
.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>
|
||
<script>
|
||
// 感谢您使用 D2Admin
|
||
// D2Admin 完全开源免费,并且长期更新维护
|
||
// 下面的百度统计代码不会拖慢您的应用速度也不会占用多少网络带宽,我们只是想统计一下我们的用户量
|
||
// 所以希望您不要删除我们的统计代码,让我们知道有更多人的在使用,给我们继续开发的动力
|
||
var _hmt = _hmt || [];
|
||
(function() {
|
||
var hm = document.createElement("script");
|
||
hm.src = "https://hm.baidu.com/hm.js?bc38887aa5588add05a38704342ad7e8";
|
||
var s = document.getElementsByTagName("script")[0];
|
||
s.parentNode.insertBefore(hm, s);
|
||
})();
|
||
</script>
|
||
<!-- ua -->
|
||
<script src="<%= BASE_URL %>script/ua-parser.min.js"></script>
|
||
<script src="<%= BASE_URL %>script/ua.js"></script>
|
||
</head>
|
||
<body>
|
||
<noscript>
|
||
<strong>We're sorry but d2-admin doesn't work properly without JavaScript enabled. Please enable it to continue.</strong>
|
||
</noscript>
|
||
<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">欢迎使用 D2Admin。初次加载较慢,请耐心等待</div>
|
||
<div class="d2-app-loading-sub-info">如果很久很久都没有加载成功,请清空缓存重新加载页面</div>
|
||
<div style="margin-top: 10px;">
|
||
<a class="d2-app-loading-btn" href="https://github.com/d2-projects/d2-admin" target="blank">Github仓库</a>
|
||
<a class="d2-app-loading-btn" href="https://doc.d2admin.fairyever.com/zh/" target="blank">中文文档</a>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
<!-- built files will be auto injected -->
|
||
</body>
|
||
</html>
|