120 lines
4.4 KiB
HTML
120 lines
4.4 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="zh-CN">
|
|
<head>
|
|
<meta charset="UTF-8" />
|
|
<link rel="icon" href="/favicon.ico" />
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
|
<title>后台管理系统</title>
|
|
<style>
|
|
* {
|
|
margin: 0;
|
|
padding: 0;
|
|
}
|
|
.preload {
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
height: 100vh;
|
|
width: 100vw;
|
|
}
|
|
|
|
.circular {
|
|
height: 42px;
|
|
width: 42px;
|
|
-webkit-animation: loading-rotate 2s linear infinite;
|
|
animation: loading-rotate 2s linear infinite;
|
|
}
|
|
|
|
.circular .path {
|
|
-webkit-animation: loading-dash 1.5s ease-in-out infinite;
|
|
animation: loading-dash 1.5s ease-in-out infinite;
|
|
stroke-dasharray: 90, 150;
|
|
stroke-dashoffset: 0;
|
|
stroke-width: 2;
|
|
stroke: #4073fa;
|
|
stroke-linecap: round;
|
|
}
|
|
|
|
@-webkit-keyframes loading-rotate {
|
|
100% {
|
|
transform: rotate(1turn);
|
|
}
|
|
}
|
|
|
|
@keyframes loading-rotate {
|
|
100% {
|
|
transform: rotate(1turn);
|
|
}
|
|
}
|
|
|
|
@-webkit-keyframes loading-dash {
|
|
|
|
0% {
|
|
stroke-dasharray: 90, 150;
|
|
stroke-dashoffset: -40px;
|
|
}
|
|
|
|
100% {
|
|
stroke-dasharray: 90, 150;
|
|
stroke-dashoffset: -120px;
|
|
}
|
|
}
|
|
|
|
@keyframes loading-dash {
|
|
|
|
0% {
|
|
stroke-dasharray: 90, 150;
|
|
stroke-dashoffset: -40px;
|
|
}
|
|
|
|
100% {
|
|
stroke-dasharray: 90, 150;
|
|
stroke-dashoffset: -120px;
|
|
}
|
|
}
|
|
</style>
|
|
<script type="module" crossorigin src="/assets/index.f4fbb0f6.js"></script>
|
|
<link rel="modulepreload" crossorigin href="/assets/@vue.791b8507.js">
|
|
<link rel="modulepreload" crossorigin href="/assets/@vueuse.f02d1475.js">
|
|
<link rel="modulepreload" crossorigin href="/assets/axios.2d915936.js">
|
|
<link rel="modulepreload" crossorigin href="/assets/dayjs.66926594.js">
|
|
<link rel="modulepreload" crossorigin href="/assets/@element-plus.501b100e.js">
|
|
<link rel="modulepreload" crossorigin href="/assets/lodash-es.29c53eac.js">
|
|
<link rel="modulepreload" crossorigin href="/assets/async-validator.fb49d0f5.js">
|
|
<link rel="modulepreload" crossorigin href="/assets/@ctrl.82a509e0.js">
|
|
<link rel="modulepreload" crossorigin href="/assets/@popperjs.36402333.js">
|
|
<link rel="modulepreload" crossorigin href="/assets/escape-html.e5dfadb9.js">
|
|
<link rel="modulepreload" crossorigin href="/assets/normalize-wheel-es.8aeb3683.js">
|
|
<link rel="modulepreload" crossorigin href="/assets/element-plus.9e966673.js">
|
|
<link rel="modulepreload" crossorigin href="/assets/lodash.b68d77aa.js">
|
|
<link rel="modulepreload" crossorigin href="/assets/vue-router.253c1a48.js">
|
|
<link rel="modulepreload" crossorigin href="/assets/vue-demi.bfae2336.js">
|
|
<link rel="modulepreload" crossorigin href="/assets/pinia.4792d4cc.js">
|
|
<link rel="modulepreload" crossorigin href="/assets/clone.9d64bb7a.js">
|
|
<link rel="modulepreload" crossorigin href="/assets/color-convert.69e17089.js">
|
|
<link rel="modulepreload" crossorigin href="/assets/color-name.e7a4e1d3.js">
|
|
<link rel="modulepreload" crossorigin href="/assets/color-string.e356f5de.js">
|
|
<link rel="modulepreload" crossorigin href="/assets/color.903ca10f.js">
|
|
<link rel="modulepreload" crossorigin href="/assets/css-color-function.a8f9466d.js">
|
|
<link rel="modulepreload" crossorigin href="/assets/nprogress.a96d99f2.js">
|
|
<link rel="modulepreload" crossorigin href="/assets/zrender.f91f2f01.js">
|
|
<link rel="modulepreload" crossorigin href="/assets/echarts.6ad8c478.js">
|
|
<link rel="modulepreload" crossorigin href="/assets/highlight.js.4ebdf9a4.js">
|
|
<link rel="modulepreload" crossorigin href="/assets/@highlightjs.47e0d2e4.js">
|
|
<link rel="stylesheet" href="/assets/element-plus.feea4970.css">
|
|
<link rel="stylesheet" href="/assets/nprogress.a2a0c377.css">
|
|
<link rel="stylesheet" href="/assets/highlight.5f5db245.css">
|
|
<link rel="stylesheet" href="/assets/index.10b420e0.css">
|
|
</head>
|
|
<body>
|
|
<div id="app">
|
|
<div class="preload">
|
|
<svg viewBox="25 25 50 50" class="circular">
|
|
<circle cx="50" cy="50" r="20" fill="none" class="path"></circle>
|
|
</svg>
|
|
</div>
|
|
</div>
|
|
|
|
</body>
|
|
</html>
|