22 lines
2.7 KiB
HTML
22 lines
2.7 KiB
HTML
<!doctype html><html lang="en"><head><meta charset="utf-8"><meta content="django-vue-lyadmin"><meta content="http://www.lybbn.cn" author="lybbn" contact="1042594286"><meta http-equiv="X-UA-Compatible" content="IE=edge"><meta name="viewport"><link rel="icon" href="static/favicon.ico"><title>django-vue-lyadmin-pro后台管理系统</title><style>.app-loading {position: absolute;top:0px;left:0px;right:0px;bottom:0px;display: flex;justify-content: center;align-items: center;flex-direction: column;background: #fff;}
|
|
.app-loading__logo {margin-bottom: 30px;}
|
|
.app-loading__logo img {width: 90px;vertical-align: bottom;}
|
|
.app-loading__loader {box-sizing: border-box;width: 35px;height: 35px;border: 5px solid transparent;border-top-color: #000;border-radius: 50%;animation: .5s loader linear infinite;position: relative;}
|
|
.app-loading__loader:before {box-sizing: border-box;content: '';display: block;width: inherit;height: inherit;position: absolute;top: -5px;left: -5px;border: 5px solid #ccc;border-radius: 50%;opacity: .5;}
|
|
.app-loading__title {font-size: 24px;color: #666;margin-top: 30px;}
|
|
.dark .app-loading {background: #222225;}
|
|
.dark .app-loading__loader {border-top-color: #fff;}
|
|
.dark .app-loading__title {color: #d0d0d0;}
|
|
@keyframes loader {
|
|
0% {
|
|
transform: rotate(0deg);
|
|
}
|
|
100% {
|
|
transform: rotate(360deg);
|
|
}
|
|
}</style><script>var _hmt = _hmt || [];
|
|
var hmid = "33e0b6798fd8809c21ef51bc99e3149e";
|
|
(function () { var hm = document.createElement("script"); hm.src = "https://hm.baidu.com/hm.js?" + hmid; var s = document.getElementsByTagName("script")[0]; s.parentNode.insertBefore(hm, s); })();</script><script defer="defer" src="static/js/echarts.f8cde3b5.js"></script><script defer="defer" src="static/js/tinymce.3973fba9.js"></script><script defer="defer" src="static/js/elicons.61c4f779.js"></script><script defer="defer" src="static/js/modules.be4f7764.js"></script><script defer="defer" src="static/js/app.bbe497c6.js"></script><link href="static/css/modules.8c9e63f3.css" rel="stylesheet"><link href="static/css/app.4c37d94c.css" rel="stylesheet"></head><body><noscript><strong>Sorry django-vue-lyadmin (dvlyadmin_pro) doesn't work properly without JavaScript enabled. Please enable it to continue.</strong></noscript><script>var dark = window.localStorage.getItem('siteTheme');
|
|
if(dark && dark=="dark"){
|
|
document.documentElement.classList.add("dark")
|
|
}</script><div id="app" class="lyadmin"><div class="app-loading"><div class="app-loading__logo"><img src="static/img/logo.png"/></div><div class="app-loading__loader"></div><div class="app-loading__title">加载中</div></div></div></body></html> |