<!DOCTYPE html>
|
<html class="no-js css-menubar" lang="zh-cn">
|
<head>
|
<title>上海电信</title>
|
<meta charset="utf-8" />
|
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
|
<meta name="viewport" content="width=device-width,initial-scale=1.0,minimum-scale=1.0,maximum-scale=1.0,user-scalable=no,minimal-ui" />
|
<!-- 360浏览器默认使用Webkit内核 -->
|
<meta name="renderer" content="webkit" />
|
|
|
<!--第三方lib-->
|
<script
|
type="text/javascript"
|
src="lib/include-lib.js?time=20210329"
|
libpath="lib/"
|
include="jquery,jquery.range,bootstrap,bootstrap-checkbox,font-awesome,web-icons,layer,haoutil,nprogress,toastr,admui,turf,echarts-liquidfill,mars3d,mars3d-widget,mars3d-esri"
|
></script>
|
<!-- <script src="js/FloorGraphic.js"></script> -->
|
<script type="text/javascript" src="js/jquery_cookie.js"></script>
|
<link href="css/style.css?time=20210329" rel="stylesheet" />
|
<link href="css/divGraphic.css" rel="stylesheet" />
|
<link rel="stylesheet" href="./css/bootstrap-datetimepicker.min.css" />
|
|
<style type="text/css">
|
.btn_box{
|
width: 705px;
|
/* height: 130px; */
|
position: absolute;
|
z-index: 100;
|
background-color: rgba(62, 106, 200, 0.4);
|
left: 150px;
|
bottom: 40px;
|
}
|
.btn_box>button{
|
width: 50px;
|
height: 30px;
|
background-color: rgba(54, 149, 231, 0.2);
|
border-radius: 5px;
|
color: #ffffff;
|
}
|
.msg_btn{
|
background-color: #6991ff;
|
}
|
.red{
|
color: red!important;
|
}
|
#data_yn{
|
width: 80px;
|
height: 80px;
|
background-color: rgba(54, 149, 231, 0.2);
|
position: absolute;
|
left: 20px;
|
bottom: 30px;
|
font-size: 12px;
|
border-radius: 50%;
|
text-align: center;
|
}
|
#data_yn p{
|
height: 80px;
|
line-height: 80px;
|
|
}
|
</style>
|
|
</head>
|
|
<body class="dark">
|
<div id="centerDiv">
|
<div id="mars3dContainer" class="mars3d-container"></div>
|
</div>
|
<div class="HN_btn">
|
<button type="button" class="show_hn">显示</button>
|
</div>
|
<div id="data_yn">
|
</div>
|
<div id="color_boxs" style="position: absolute;bottom: 100px; left: 200px;display: none;">
|
<div id="colorpanel">
|
</div>
|
<table width=217 border="1" cellspacing="0" cellpadding="0" style="border:1px #000000 solid;border-bottom:none;border-collapse: collapse" bordercolor="000000">
|
</table>
|
</div>
|
<div class="btn_box" id="building_btn">
|
<button class="hide_">整体</button>
|
<button class="merge">合并</button>
|
<button class="open2">展开</button>
|
<button class="change">切换</button>
|
</div>
|
|
<!--业务代码-->
|
|
<script type="text/javascript">
|
|
function doOut() {
|
if (current!=null) current.style.backgroundColor = current._background;
|
}
|
</script>
|
<!-- <script src="js/change_params.js" type="text/javascript" charset="utf-8"></script> -->
|
<!-- <script src="js/functions.js"></script> -->
|
<!-- <script src="js/function2.js"></script> -->
|
<!-- <script src="js/function3.js"></script> -->
|
<script src="js/new_functions.js"></script>
|
<!-- <script src="js/ruijin.js"></script> -->
|
<script src="js/index.js?time=20210329"></script>
|
<script charset="UTF-8" src="./js/datatime/bootstrap/js/bootstrap-datetimepicker.zh-CN.js" type="text/javascript"></script>
|
<script charset="UTF-8" src="./js/datatime/bootstrap/js/bootstrap-datetimepicker.js" type="text/javascript"></script>
|
</body>
|
</html>
|