|
|
|
|
<!DOCTYPE html>
|
|
|
|
|
<html>
|
|
|
|
|
<head>
|
|
|
|
|
<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="chrome=1"/>
|
|
|
|
|
<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="viewport" content="width=device-width,initial-scale=1.0,maximum-scale=1.0,user-scalable=0">
|
|
|
|
|
<meta name="description" content="DC3,一个基于Spring Cloud的开源的、分布式的物联网(IOT)平台,用于快速开发物联网项目和管理物联设备,是一整套物联系统解决方案。">
|
|
|
|
|
<link rel="icon" href="<%= BASE_URL %>favicon.ico">
|
|
|
|
|
<link rel="stylesheet" href="<%= BASE_URL %>css/animate/3.7.0/animate.min.css">
|
|
|
|
|
<style>
|
|
|
|
|
html,
|
|
|
|
|
body,
|
|
|
|
|
#app {
|
|
|
|
|
margin: 0;
|
|
|
|
|
padding: 0;
|
|
|
|
|
color:#555;
|
|
|
|
|
height: 100%;
|
|
|
|
|
font-size: 12px;
|
|
|
|
|
background-color: white;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.base {
|
|
|
|
|
height: 9em;
|
|
|
|
|
left: 50%;
|
|
|
|
|
margin: -7.5em;
|
|
|
|
|
padding: 3em;
|
|
|
|
|
position: absolute;
|
|
|
|
|
top: 50%;
|
|
|
|
|
width: 9em;
|
|
|
|
|
transform: rotateX(45deg) rotateZ(45deg);
|
|
|
|
|
transform-style: preserve-3d;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.cube,
|
|
|
|
|
.cube:after,
|
|
|
|
|
.cube:before {
|
|
|
|
|
content: '';
|
|
|
|
|
float: left;
|
|
|
|
|
height: 3em;
|
|
|
|
|
position: absolute;
|
|
|
|
|
width: 3em;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.cube {
|
|
|
|
|
background-color: #05afd1;
|
|
|
|
|
position: relative;
|
|
|
|
|
transform: translateZ(3em);
|
|
|
|
|
transform-style: preserve-3d;
|
|
|
|
|
transition: .25s;
|
|
|
|
|
box-shadow: 13em 13em 1.5em rgba(0, 0, 0, 0.1);
|
|
|
|
|
animation: anim 1s infinite;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.cube:after {
|
|
|
|
|
background-color: #049dbc;
|
|
|
|
|
transform: rotateX(-90deg) translateY(3em);
|
|
|
|
|
transform-origin: 100% 100%;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.cube:before {
|
|
|
|
|
background-color: #048ca7;
|
|
|
|
|
transform: rotateY(90deg) translateX(3em);
|
|
|
|
|
transform-origin: 100% 0;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.cube:nth-child(1) {
|
|
|
|
|
animation-delay: 0.05s;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.cube:nth-child(2) {
|
|
|
|
|
animation-delay: 0.1s;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.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>
|
|
|
|
|
</head>
|
|
|
|
|
<body ondragstart="return false">
|
|
|
|
|
<noscript>
|
|
|
|
|
<strong>很抱歉,如果没有 JavaScript 支持,DC3 WEB 将不能正常工作。请启用浏览器的 JavaScript 然后继续。</strong>
|
|
|
|
|
</noscript>
|
|
|
|
|
<script type="text/javascript" src="<%= BASE_URL %>js/prefixfree.min.js" charset="utf-8"></script>
|
|
|
|
|
<div id="app">
|
|
|
|
|
<div class='base'>
|
|
|
|
|
<div class='cube'></div>
|
|
|
|
|
<div class='cube'></div>
|
|
|
|
|
<div class='cube'></div>
|
|
|
|
|
<div class='cube'></div>
|
|
|
|
|
<div class='cube'></div>
|
|
|
|
|
<div class='cube'></div>
|
|
|
|
|
<div class='cube'></div>
|
|
|
|
|
<div class='cube'></div>
|
|
|
|
|
<div class='cube'></div>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</body>
|
|
|
|
|
<script type="text/javascript" src="<%= BASE_URL %>js/axios/0.19.2/axios.min.js" charset="utf-8"></script>
|
|
|
|
|
</html>
|