pull/1/head
pnoker 4 years ago
parent 23612c7592
commit bf221a7869

@ -1,70 +1,113 @@
<!DOCTYPE html> <!DOCTYPE html>
<html> <html>
<head> <head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"> <title>DC3 物联万物,智控未来!</title>
<meta name="format-detection" content="telephone=no">
<meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width,initial-scale=1.0,maximum-scale=1.0,user-scalable=0"> <meta http-equiv="X-UA-Compatible" content="chrome=1"/>
<meta name="apple-mobile-web-app-capable" content="yes"> <meta name="apple-mobile-web-app-capable" content="yes">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta name="apple-mobile-web-app-status-bar-style" content="black"> <meta name="apple-mobile-web-app-status-bar-style" content="black">
<meta name="format-detection" content="telephone=no"> <meta name="viewport" content="width=device-width,initial-scale=1.0,maximum-scale=1.0,user-scalable=0">
<meta http-equiv="X-UA-Compatible" content="chrome=1"/> <meta name="description" content="DC3,一个基于Spring Cloud的开源的、分布式的物联网(IOT)平台,用于快速开发物联网项目和管理物联设备,是一整套物联系统解决方案。">
<link rel="stylesheet" href="<%= BASE_URL %>css/animate/3.7.0/animate.min.css">
<link rel="icon" href="<%= BASE_URL %>favicon.ico"> <link rel="icon" href="<%= BASE_URL %>favicon.ico">
<title>DC3 Web UI</title> <link rel="stylesheet" href="<%= BASE_URL %>css/animate/3.7.0/animate.min.css">
<style> <style>
html, html,
body, body,
#app { #app {
height: 100%;
margin: 0; margin: 0;
padding: 0; padding: 0;
color:#555;
height: 100%;
font-size: 12px;
background-color: white;
} }
.load_home { .base {
background-color: #303133; height: 9em;
height: 100%; left: 50%;
display: flex; margin: -7.5em;
flex-direction: column; padding: 3em;
position: absolute;
top: 50%;
width: 9em;
transform: rotateX(45deg) rotateZ(45deg);
transform-style: preserve-3d;
} }
.load_home__main { .cube,
user-select: none; .cube:after,
width: 100%; .cube:before {
flex-grow: 1; content: '';
display: flex; float: left;
justify-content: center; height: 3em;
align-items: center; position: absolute;
flex-direction: column; width: 3em;
} }
.load_home__footer { .cube {
width: 100%; background-color: #05afd1;
flex-grow: 0; position: relative;
text-align: center; transform: translateZ(3em);
padding: 1em 0; transform-style: preserve-3d;
transition: .25s;
box-shadow: 13em 13em 1.5em rgba(0, 0, 0, 0.1);
animation: anim 1s infinite;
} }
.load_home__footer > a { .cube:after {
font-size: 12px; background-color: #049dbc;
color: #ABABAB; transform: rotateX(-90deg) translateY(3em);
text-decoration: none; transform-origin: 100% 100%;
} }
.load_home__loading { .cube:before {
height: 32px; background-color: #048ca7;
width: 32px; transform: rotateY(90deg) translateX(3em);
margin-bottom: 20px; transform-origin: 100% 0;
} }
.load_home__title { .cube:nth-child(1) {
color: #FFF; animation-delay: 0.05s;
font-size: 14px;
margin-bottom: 10px;
} }
.load_home__sub-title { .cube:nth-child(2) {
color: #ABABAB; animation-delay: 0.1s;
font-size: 12px; }
.cube:nth-child(3) {
animation-delay: 0.15s;
}
.cube:nth-child(4) {
animation-delay: 0.2s;
}
.cube:nth-child(5) {
animation-delay: 0.25s;
}
.cube:nth-child(6) {
animation-delay: 0.3s;
}
.cube:nth-child(7) {
animation-delay: 0.35s;
}
.cube:nth-child(8) {
animation-delay: 0.4s;
}
.cube:nth-child(9) {
animation-delay: 0.45s;
}
@keyframes anim {
50% {
transform: translateZ(0.5em);
}
} }
</style> </style>
</head> </head>
@ -72,23 +115,20 @@
<noscript> <noscript>
<strong>很抱歉,如果没有 JavaScript 支持DC3 WEB 将不能正常工作。请启用浏览器的 JavaScript 然后继续。</strong> <strong>很抱歉,如果没有 JavaScript 支持DC3 WEB 将不能正常工作。请启用浏览器的 JavaScript 然后继续。</strong>
</noscript> </noscript>
<script type="text/javascript" src="<%= BASE_URL %>js/prefixfree.min.js" charset="utf-8"></script>
<div id="app"> <div id="app">
<div class="load_home"> <div class='base'>
<div class="load_home__main"> <div class='cube'></div>
<img class="load_home__loading" src="./images/common/loading-init.svg" alt="loading"> <div class='cube'></div>
<div class="load_home__title"> <div class='cube'></div>
正在加载资源 <div class='cube'></div>
</div> <div class='cube'></div>
<div class="load_home__sub-title d"> <div class='cube'></div>
初次加载资源可能需要较多时间 请耐心等待 <div class='cube'></div>
</div> <div class='cube'></div>
</div> <div class='cube'></div>
<div class="load_home__footer">
<a href="https://github.com/pnoker/iot-dc3" target="_blank">
https://github.com/pnoker/iot-dc3 </a>
</div>
</div> </div>
</div> </div>
<script src="<%= BASE_URL %>js/axios/0.19.2/axios.min.js" charset="utf-8"></script>
</body> </body>
<script type="text/javascript" src="<%= BASE_URL %>js/axios/0.19.2/axios.min.js" charset="utf-8"></script>
</html> </html>

File diff suppressed because one or more lines are too long
Loading…
Cancel
Save