|
|
|
@ -1,26 +1,46 @@
|
|
|
|
|
<!DOCTYPE html>
|
|
|
|
|
<html>
|
|
|
|
|
|
|
|
|
|
<head>
|
|
|
|
|
<meta charset="utf-8">
|
|
|
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
|
|
|
|
|
<meta name="renderer" content="webkit">
|
|
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no">
|
|
|
|
|
<link rel="icon" href="/favicon.ico">
|
|
|
|
|
<head>
|
|
|
|
|
<meta charset="utf-8" />
|
|
|
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
|
|
|
|
|
<meta name="renderer" content="webkit" />
|
|
|
|
|
<meta
|
|
|
|
|
name="viewport"
|
|
|
|
|
content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no"
|
|
|
|
|
/>
|
|
|
|
|
<link rel="icon" href="/favicon.ico" />
|
|
|
|
|
<!--引入cesium基础lib-->
|
|
|
|
|
<link href="https://registry.npmmirror.com/mars3d-cesium/latest/files/Build/Cesium/Widgets/widgets.css" rel="stylesheet" type="text/css" />
|
|
|
|
|
<script src="https://registry.npmmirror.com/mars3d-cesium/latest/files/Build/Cesium/Cesium.js" type="text/javascript"></script>
|
|
|
|
|
<link
|
|
|
|
|
href="https://registry.npmmirror.com/mars3d-cesium/latest/files/Build/Cesium/Widgets/widgets.css"
|
|
|
|
|
rel="stylesheet"
|
|
|
|
|
type="text/css"
|
|
|
|
|
/>
|
|
|
|
|
<script
|
|
|
|
|
src="https://registry.npmmirror.com/mars3d-cesium/latest/files/Build/Cesium/Cesium.js"
|
|
|
|
|
type="text/javascript"
|
|
|
|
|
></script>
|
|
|
|
|
<!-- <link href="http://www.jichuanglanhai.com/demo/map3d/Cesium/Widgets/widgets.css" rel="stylesheet" type="text/css" />
|
|
|
|
|
<script src="http://www.jichuanglanhai.com/demo/map3d/Cesium/Cesium.js" type="text/javascript"></script> -->
|
|
|
|
|
<!--引入mars3d库lib-->
|
|
|
|
|
<link href="https://registry.npmmirror.com/mars3d/latest/files/mars3d.css" rel="stylesheet" type="text/css" />
|
|
|
|
|
<script src="https://registry.npmmirror.com/mars3d/latest/files/mars3d.js" type="text/javascript"></script>
|
|
|
|
|
<link
|
|
|
|
|
href="https://registry.npmmirror.com/mars3d/latest/files/mars3d.css"
|
|
|
|
|
rel="stylesheet"
|
|
|
|
|
type="text/css"
|
|
|
|
|
/>
|
|
|
|
|
<script
|
|
|
|
|
src="https://registry.npmmirror.com/mars3d/latest/files/mars3d.js"
|
|
|
|
|
type="text/javascript"
|
|
|
|
|
></script>
|
|
|
|
|
|
|
|
|
|
<!-- <script src="http://www.jichuanglanhai.com/demo/map3d/turf.min.js" type="text/javascript"></script>
|
|
|
|
|
<link href="http://www.jichuanglanhai.com/demo/map3d/mars3d/mars3d.css" rel="stylesheet" type="text/css" />
|
|
|
|
|
<script src="http://www.jichuanglanhai.com/demo/map3d/mars3d/mars3d.js" type="text/javascript"></script> -->
|
|
|
|
|
<title>若依管理系统</title>
|
|
|
|
|
<!--[if lt IE 11]><script>window.location.href='/html/ie.html';</script><![endif]-->
|
|
|
|
|
<!--[if lt IE 11
|
|
|
|
|
]><script>
|
|
|
|
|
window.location.href = "/html/ie.html";
|
|
|
|
|
</script><!
|
|
|
|
|
[endif]-->
|
|
|
|
|
<style>
|
|
|
|
|
html,
|
|
|
|
|
body,
|
|
|
|
@ -56,7 +76,7 @@
|
|
|
|
|
margin: -75px 0 0 -75px;
|
|
|
|
|
border-radius: 50%;
|
|
|
|
|
border: 3px solid transparent;
|
|
|
|
|
border-top-color: #FFF;
|
|
|
|
|
border-top-color: #fff;
|
|
|
|
|
-webkit-animation: spin 2s linear infinite;
|
|
|
|
|
-ms-animation: spin 2s linear infinite;
|
|
|
|
|
-moz-animation: spin 2s linear infinite;
|
|
|
|
@ -74,7 +94,7 @@
|
|
|
|
|
bottom: 5px;
|
|
|
|
|
border-radius: 50%;
|
|
|
|
|
border: 3px solid transparent;
|
|
|
|
|
border-top-color: #FFF;
|
|
|
|
|
border-top-color: #fff;
|
|
|
|
|
-webkit-animation: spin 3s linear infinite;
|
|
|
|
|
-moz-animation: spin 3s linear infinite;
|
|
|
|
|
-o-animation: spin 3s linear infinite;
|
|
|
|
@ -91,7 +111,7 @@
|
|
|
|
|
bottom: 15px;
|
|
|
|
|
border-radius: 50%;
|
|
|
|
|
border: 3px solid transparent;
|
|
|
|
|
border-top-color: #FFF;
|
|
|
|
|
border-top-color: #fff;
|
|
|
|
|
-moz-animation: spin 1.5s linear infinite;
|
|
|
|
|
-o-animation: spin 1.5s linear infinite;
|
|
|
|
|
-ms-animation: spin 1.5s linear infinite;
|
|
|
|
@ -99,7 +119,6 @@
|
|
|
|
|
animation: spin 1.5s linear infinite;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@-webkit-keyframes spin {
|
|
|
|
|
0% {
|
|
|
|
|
-webkit-transform: rotate(0deg);
|
|
|
|
@ -128,13 +147,12 @@
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
#loader-wrapper .loader-section {
|
|
|
|
|
position: fixed;
|
|
|
|
|
top: 0;
|
|
|
|
|
width: 51%;
|
|
|
|
|
height: 100%;
|
|
|
|
|
background: #7171C6;
|
|
|
|
|
background: #7171c6;
|
|
|
|
|
z-index: 1000;
|
|
|
|
|
-webkit-transform: translateX(0);
|
|
|
|
|
-ms-transform: translateX(0);
|
|
|
|
@ -149,21 +167,20 @@
|
|
|
|
|
right: 0;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
.loaded #loader-wrapper .loader-section.section-left {
|
|
|
|
|
-webkit-transform: translateX(-100%);
|
|
|
|
|
-ms-transform: translateX(-100%);
|
|
|
|
|
transform: translateX(-100%);
|
|
|
|
|
-webkit-transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);
|
|
|
|
|
transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);
|
|
|
|
|
-webkit-transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
|
|
|
|
|
transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.loaded #loader-wrapper .loader-section.section-right {
|
|
|
|
|
-webkit-transform: translateX(100%);
|
|
|
|
|
-ms-transform: translateX(100%);
|
|
|
|
|
transform: translateX(100%);
|
|
|
|
|
-webkit-transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);
|
|
|
|
|
transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);
|
|
|
|
|
-webkit-transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
|
|
|
|
|
transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.loaded #loader {
|
|
|
|
@ -190,8 +207,8 @@
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#loader-wrapper .load_title {
|
|
|
|
|
font-family: 'Open Sans';
|
|
|
|
|
color: #FFF;
|
|
|
|
|
font-family: "Open Sans";
|
|
|
|
|
color: #fff;
|
|
|
|
|
font-size: 19px;
|
|
|
|
|
width: 100%;
|
|
|
|
|
text-align: center;
|
|
|
|
@ -206,13 +223,13 @@
|
|
|
|
|
font-weight: normal;
|
|
|
|
|
font-style: italic;
|
|
|
|
|
font-size: 13px;
|
|
|
|
|
color: #FFF;
|
|
|
|
|
color: #fff;
|
|
|
|
|
opacity: 0.5;
|
|
|
|
|
}
|
|
|
|
|
</style>
|
|
|
|
|
</head>
|
|
|
|
|
</head>
|
|
|
|
|
|
|
|
|
|
<body>
|
|
|
|
|
<body>
|
|
|
|
|
<div id="app">
|
|
|
|
|
<div id="loader-wrapper">
|
|
|
|
|
<div id="loader"></div>
|
|
|
|
@ -222,6 +239,5 @@
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
<script type="module" src="/src/main.js"></script>
|
|
|
|
|
</body>
|
|
|
|
|
|
|
|
|
|
</body>
|
|
|
|
|
</html>
|