You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
57 lines
1.8 KiB
57 lines
1.8 KiB
<!DOCTYPE html>
|
|
<html lang="en" style="font-size: 12px;">
|
|
<head>
|
|
<meta charset="UTF-8"/>
|
|
<title id="title-main">大数据</title>
|
|
<link href="dscommon.css" rel="stylesheet">
|
|
<meta content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0" name="viewport"/>
|
|
<link id="link-icon" href="favicon.ico" rel="icon">
|
|
<link href="main.css" rel="stylesheet">
|
|
<style type="text/css">
|
|
html, body, #divReactContain {
|
|
width: 100%;
|
|
height: 100%;
|
|
min-width: 1600px;
|
|
min-height: 800px;
|
|
}
|
|
.initLoading{
|
|
width:100%;
|
|
height:100%;
|
|
display: flex;
|
|
justify-content: center;
|
|
align-items: center;
|
|
background-color:#3e3e3e;
|
|
}
|
|
.initLoading-p{
|
|
margin-top: 0.5rem;
|
|
background-color: #fbfbfb;
|
|
color: #3e3e3e;
|
|
padding: 0.25rem 1rem;
|
|
border-radius: 0.5rem;
|
|
}
|
|
.initLoading-img{
|
|
width: 123px;
|
|
height: 123px;
|
|
|
|
}
|
|
.bigData_basicData .app{
|
|
width:100%;
|
|
height:100%
|
|
}
|
|
</style>
|
|
</head>
|
|
<body id="body" class="font-hei">
|
|
<div id="bigData_basicData" style="width: 100%;height: 100%">
|
|
<div class="initLoading">
|
|
<div>
|
|
<img class="initLoading-img" src="./images/loading/loadingblack.gif"/>
|
|
<p class="initLoading-p">正在加载资源...</p>
|
|
</div>
|
|
|
|
</div>
|
|
</div>
|
|
</body>
|
|
<script type="text/javascript" src="http://api.map.baidu.com/getscript?v=2.0&ak=RsYSNSeKNpxq2veyGq2YOiZq7y8ntUR2"></script>
|
|
<script type="text/javascript" src="dscommon.build.js"></script>
|
|
<script type="text/javascript" src="main.build.js"></script>
|
|
</html> |