mirror of
https://github.com/pure-admin/vue-pure-admin.git
synced 2025-11-03 13:44:47 +08:00
chore: update
This commit is contained in:
69
dist/index.html
vendored
69
dist/index.html
vendored
@@ -21,80 +21,17 @@
|
||||
<script>
|
||||
window.process = {};
|
||||
</script>
|
||||
<script type="module" crossorigin src="/vue-pure-admin/static/js/index-16a5163c.js"></script>
|
||||
<script type="module" crossorigin src="/vue-pure-admin/static/js/index-17f10454.js"></script>
|
||||
<link rel="stylesheet" href="/vue-pure-admin/static/css/index-f006dd2b.css">
|
||||
<link rel="stylesheet" href="/vue-pure-admin/assets/layout-theme-default.css" id="theme-link-tag">
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<div id="app">
|
||||
<style>
|
||||
#app,
|
||||
body,
|
||||
html {
|
||||
align-items: center;
|
||||
display: flex;
|
||||
height: 100%;
|
||||
justify-content: center;
|
||||
overflow: hidden;
|
||||
position: relative;
|
||||
width: 100%
|
||||
}
|
||||
|
||||
.loader,
|
||||
.loader:after,
|
||||
.loader:before {
|
||||
animation: load-animation 1.8s ease-in-out infinite;
|
||||
animation-fill-mode: both;
|
||||
border-radius: 50%;
|
||||
height: 2.5em;
|
||||
width: 2.5em
|
||||
}
|
||||
|
||||
.loader {
|
||||
animation-delay: -.16s;
|
||||
color: #406eeb;
|
||||
font-size: 10px;
|
||||
margin: 80px auto;
|
||||
position: relative;
|
||||
text-indent: -9999em;
|
||||
top: 0;
|
||||
transform: translateZ(0);
|
||||
transform: translate(-50%)
|
||||
}
|
||||
|
||||
.loader:after,
|
||||
.loader:before {
|
||||
content: "";
|
||||
position: absolute;
|
||||
top: 0
|
||||
}
|
||||
|
||||
.loader:before {
|
||||
animation-delay: -.32s;
|
||||
left: -3.5em
|
||||
}
|
||||
|
||||
.loader:after {
|
||||
left: 3.5em
|
||||
}
|
||||
|
||||
@keyframes load-animation {
|
||||
|
||||
0%,
|
||||
80%,
|
||||
to {
|
||||
box-shadow: 0 2.5em 0 -1.3em
|
||||
}
|
||||
|
||||
40% {
|
||||
box-shadow: 0 2.5em 0 0
|
||||
}
|
||||
}
|
||||
</style>
|
||||
<style>#app,body,html{align-items:center;display:flex;height:100%;justify-content:center;overflow:hidden;position:relative;width:100%}.loader,.loader:after,.loader:before{animation:load-animation 1.8s ease-in-out infinite;animation-fill-mode:both;border-radius:50%;height:2.5em;width:2.5em}.loader{animation-delay:-.16s;color:#406eeb;font-size:10px;margin:80px auto;position:relative;text-indent:-9999em;top:0;transform:translateZ(0);transform:translate(-50%)}.loader:after,.loader:before{content:"";position:absolute;top:0}.loader:before{animation-delay:-.32s;left:-3.5em}.loader:after{left:3.5em}@keyframes load-animation{0%,80%,to{box-shadow:0 2.5em 0 -1.3em}40%{box-shadow:0 2.5em 0 0}}</style>
|
||||
<div class="loader"></div>
|
||||
</div>
|
||||
|
||||
|
||||
</body>
|
||||
|
||||
</html>
|
||||
Reference in New Issue
Block a user