113 lines
4.1 KiB
HTML
113 lines
4.1 KiB
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
|
<meta name="viewport" content="initial-scale=1.0, user-scalable=no" />
|
|
<meta http-equiv="X-UA-Compatible" content="IE=Edge">
|
|
<link rel="stylesheet" href="../../js/layui-v2.8.18/layui/css/layui.css" media="all" />
|
|
|
|
<style type="text/css">
|
|
body, html,#allmap {width: 100%;height: 100%;overflow: hidden;margin:0;font-family:"微软雅黑";}
|
|
.one{
|
|
flex: 0;
|
|
margin-top: 3%;
|
|
color: #ffffff;
|
|
letter-spacing: 2px;
|
|
font-size: 14px;
|
|
font-weight: bold;
|
|
margin-left: 4%;
|
|
margin-right: 0%;
|
|
|
|
}
|
|
|
|
.one span{
|
|
border: 2px solid #1B9DFC;
|
|
}
|
|
|
|
.fonts{
|
|
flex: 1;
|
|
font-size: 14px;
|
|
}
|
|
.layui-tree-txt {
|
|
display: inline-block;
|
|
vertical-align: middle;
|
|
color: #fff;
|
|
}
|
|
.layui-btn {
|
|
display: inline-block;
|
|
vertical-align: middle;
|
|
height: 38px;
|
|
line-height: 38px;
|
|
border: 1px solid transparent;
|
|
padding: 0 18px;
|
|
background-color: #071c659c;
|
|
color: #fff;
|
|
white-space: nowrap;
|
|
text-align: center;
|
|
font-size: 14px;
|
|
border-radius: 2px;
|
|
cursor: pointer;
|
|
-moz-user-select: none;
|
|
-webkit-user-select: none;
|
|
-ms-user-select: none;
|
|
}
|
|
</style>
|
|
<script type="text/javascript" src="../../js/libs/jquery-2.1.1.min.js"></script>
|
|
<script type="text/javascript" src="../../js/layui-v2.8.18/layui/layui.js"></script>
|
|
<script type="text/javascript" src="http://api.map.baidu.com/api?v=2.0&ak=PM43nB8eDNTBrXkQwGrTQFcmOni3Z9nO"></script>
|
|
<script type="text/javascript" src="../../js/jq.js"></script>
|
|
<script type="text/javascript" src="../../js/publicJs.js"></script>
|
|
<script type="text/javascript" src="../../js/common.js"></script>
|
|
<script type="text/javascript" src="../../js/map_amplify.js"></script>
|
|
<title>地图展示</title>
|
|
</head>
|
|
<body>
|
|
<div id='result' style="z-index: 19891020;position: absolute;">
|
|
<span style="font-size: 1.2em;color: black;margin-left: 10px;display: none">地名搜索:</span>
|
|
<input id="suggestId" type="text" class="" style="background-color: transparent;text-indent: 4px;border: 1px solid #898d91;font-size: 1.2em;color:black;margin-top: 7px;border-radius: 5px;line-height: 32px;display: none"/>
|
|
<div id="searchResultPanel" style="border:0px solid #C0C0C0;width:150px;height:auto; display:none;"></div>
|
|
</div>
|
|
<div id="allmap"></div>
|
|
|
|
<div style="position: absolute;height: 100px;width: 150px;background-color: rgba(144, 146, 150, 0.6);bottom: 10px;border-radius: 15px;margin-left: 10px;">
|
|
<div class="tou" style="display: flex;flex-direction: column;">
|
|
<div class="one" style="margin-top: 10px;margin-left: 10px;">
|
|
<img src="../../img/home/redFlag.png" style="width: 20px;">
|
|
未开始<span class="fonts" id="not_finish" style="border: 0px;">0</span>
|
|
</div>
|
|
<div class="one" style="margin-left: 10px;">
|
|
<img src="../../img/home/greenFlag.png" style="width: 20px;">
|
|
已完成<span class="fonts" id="basic_num" style="border: 0px;">0</span>
|
|
</div>
|
|
<!-- <div class="one">-->
|
|
<!-- <img src="../../img/home/tangerine_1.png" style="">-->
|
|
<!-- 组塔<span class="fonts" id="group_tower_num" style="border: 0px;">0</span>-->
|
|
<!-- </div>-->
|
|
|
|
<div class="one" style="margin-left: 10px;">
|
|
<img src="../../img/home/blue_frame.png" style="width: 26px;">项目部<span class="fonts" style="border: 0px;"></span>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
|
|
<div style="position: absolute;height: 95%;width: 26%;background-color: rgba(144, 146, 150, 0.6); right:0px; top: 4%;border-radius: 15px;margin-right: 10px;" id="main">
|
|
<button class="layui-btn btn-primary" id="getCheckData">展示选中工程的进度</button>
|
|
<div class="tou" style="display: flex;flex-direction: column;" id="tree">
|
|
|
|
</div>
|
|
|
|
<div style="position: absolute;top: 47%" >
|
|
<div style="background: url('../../img/home/packUp.png');width: 38px;height: 76px;" id="packUp" onclick="getPack(1)"></div>
|
|
|
|
<div style="background: url('../../img/home/unwind.png');width: 38px;height: 76px;display: none;margin-left: -75%;" id="unwind" onclick="getPack(2)"></div>
|
|
</div>
|
|
</div>
|
|
|
|
</body>
|
|
</html>
|
|
<style>
|
|
.anchorBL{
|
|
display:none;
|
|
}
|
|
</style> |