Commit 31cebfca authored by Kimber's avatar Kimber

'up'

parent 5c21331d
......@@ -120,8 +120,14 @@
margin-top:5vh;
width: 300px;
}
.a0a_ ul:first-child{margin-left:12vw;}
.a0a_ ul:last-child{margin-right:12vw;}
.a0a_ ul:first-child{
margin-left:12vw;
li{margin-right:50px;}
}
.a0a_ ul:last-child{
margin-right:12vw;
li{margin-left:50px;}
}
.a0a_ ul li{
cursor: pointer;
border-radius: 5px;
......@@ -136,7 +142,6 @@
border:1px solid green;
height:35px;
width:140px;
margin-left:50px;
}
.a0a_ ul .active{
background-image:url(static/img/h_btn_a.png);
......@@ -156,25 +161,25 @@
<div style="margin-top: -44px;">中和地信企业管理平台</div>
<div class="floating-text">中和地信有限公司欢迎您</div>
<div class="a0a_" id="h_tab">
<ul>
<li data-id="1" class="active">应急管理</li>
<li data-id="2" class="" >自然资源</li></ul>
<!-- <div class="a0a_" id="h_tab">
<ul>
<li data-id="2" class="" >自然资源</li>
<li data-id="3" class="" >水利系统</li>
</ul>
<ul>
<li data-id="4" class="">电子档案</li>
<li data-id="5" class="" >后台管理</li>
</ul>
</div>
</div> -->
</div>
</div>
<div class="fixed flex-text maxIndex pointer" style="right: 30px;top: 45px;"
<!-- <div class="fixed flex-text maxIndex pointer" style="right: 30px;top: 45px;"
@click="gotoManagement()"
:class="isFullScreen?'tr-top':'tr-top-re'">
<img style="width: 24px;height: 24px;" src="static/backstage.png" alt="">
<div class="f20 color-theme ml10">后台管理</div>
</div>
</div> -->
<div class="wp100 hv100 fixed" style="left: 0;top: 0;" id="map"></div>
......@@ -991,11 +996,8 @@
// tab event
var h_tab = this.$el.querySelector("#h_tab");
console.log('h_tab ________________ ', h_tab);
h_tab.onclick = function(e){
var tag = e.target || e.srcElement;
console.log('tag ________________ ', tag);
if(tag.nodeName === 'LI'){
var did = ~~tag.dataset.id;
......@@ -1003,6 +1005,8 @@
window.open('/datav/natural.html')
}else if(did === 3){
window.open('/datav/watersource.html')
}else if(did === 5){
window.open('/')
};
};
};
......
......@@ -808,7 +808,7 @@
<div class="a-md33" id="amd33">
<div class="abs-full">
<div class="m-tt">
<h4>位移报警趋势</h4>
<h4>24小时各监测点降水量</h4>
</div>
<div class="m-body">
<div class="wrap">
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment