103 lines
4.5 KiB
HTML
103 lines
4.5 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;
|
||
|
animation: loading-rotate 2s linear infinite;
|
||
|
}
|
||
|
|
||
|
.circular .path {
|
||
|
animation: loading-dash 1.5s ease-in-out infinite;
|
||
|
stroke-dasharray: 90, 150;
|
||
|
stroke-dashoffset: 0;
|
||
|
stroke-width: 2;
|
||
|
stroke: #4073fa;
|
||
|
stroke-linecap: round;
|
||
|
}
|
||
|
|
||
|
@keyframes loading-rotate {
|
||
|
100% {
|
||
|
transform: rotate(1turn);
|
||
|
}
|
||
|
}
|
||
|
|
||
|
@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="/store/assets/index.1dd80bf2.js"></script>
|
||
|
<link rel="modulepreload" crossorigin href="/store/assets/@vue.c3e77981.js">
|
||
|
<link rel="modulepreload" crossorigin href="/store/assets/@vueuse.a48d0173.js">
|
||
|
<link rel="modulepreload" crossorigin href="/store/assets/@element-plus.12c58ce2.js">
|
||
|
<link rel="modulepreload" crossorigin href="/store/assets/lodash-es.2b5acb28.js">
|
||
|
<link rel="modulepreload" crossorigin href="/store/assets/axios.a8078129.js">
|
||
|
<link rel="modulepreload" crossorigin href="/store/assets/dayjs.16ed1fda.js">
|
||
|
<link rel="modulepreload" crossorigin href="/store/assets/async-validator.fb49d0f5.js">
|
||
|
<link rel="modulepreload" crossorigin href="/store/assets/@ctrl.b082b0c1.js">
|
||
|
<link rel="modulepreload" crossorigin href="/store/assets/@popperjs.36402333.js">
|
||
|
<link rel="modulepreload" crossorigin href="/store/assets/escape-html.e5dfadb9.js">
|
||
|
<link rel="modulepreload" crossorigin href="/store/assets/normalize-wheel-es.8aeb3683.js">
|
||
|
<link rel="modulepreload" crossorigin href="/store/assets/element-plus.61695454.js">
|
||
|
<link rel="modulepreload" crossorigin href="/store/assets/lodash.a2abcd4b.js">
|
||
|
<link rel="modulepreload" crossorigin href="/store/assets/vue-router.43c06794.js">
|
||
|
<link rel="modulepreload" crossorigin href="/store/assets/pinia.b5130627.js">
|
||
|
<link rel="modulepreload" crossorigin href="/store/assets/clone.704d8332.js">
|
||
|
<link rel="modulepreload" crossorigin href="/store/assets/color-name.e7a4e1d3.js">
|
||
|
<link rel="modulepreload" crossorigin href="/store/assets/color-convert.755d189f.js">
|
||
|
<link rel="modulepreload" crossorigin href="/store/assets/color-string.e356f5de.js">
|
||
|
<link rel="modulepreload" crossorigin href="/store/assets/color.d986aa86.js">
|
||
|
<link rel="modulepreload" crossorigin href="/store/assets/balanced-match.d2a36341.js">
|
||
|
<link rel="modulepreload" crossorigin href="/store/assets/ms.564e106c.js">
|
||
|
<link rel="modulepreload" crossorigin href="/store/assets/css-color-function.975e80a5.js">
|
||
|
<link rel="modulepreload" crossorigin href="/store/assets/nprogress.ded7f805.js">
|
||
|
<link rel="modulepreload" crossorigin href="/store/assets/clipboard.af74a91f.js">
|
||
|
<link rel="modulepreload" crossorigin href="/store/assets/vue-clipboard3.987889a8.js">
|
||
|
<link rel="modulepreload" crossorigin href="/store/assets/tslib.60310f1a.js">
|
||
|
<link rel="modulepreload" crossorigin href="/store/assets/zrender.3eba8991.js">
|
||
|
<link rel="modulepreload" crossorigin href="/store/assets/echarts.8535e5a6.js">
|
||
|
<link rel="modulepreload" crossorigin href="/store/assets/highlight.js.31cd7941.js">
|
||
|
<link rel="modulepreload" crossorigin href="/store/assets/@highlightjs.b8b719e9.js">
|
||
|
<link rel="stylesheet" href="/store/assets/element-plus.b2e602af.css">
|
||
|
<link rel="stylesheet" href="/store/assets/nprogress.f5128a35.css">
|
||
|
<link rel="stylesheet" href="/store/assets/highlight.47e00288.css">
|
||
|
<link rel="stylesheet" href="/store/assets/index.aa200e6a.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>
|
||
|
<script charset="utf-8" src="https://map.qq.com/api/gljs?v=1.exp&key=SMJBZ-WCHK4-ZPZUA-DSIXI-XDDVQ-XWFX7&libraries=service"></script>
|