forked from p51497208/geo_info_platform
map-left
This commit is contained in:
parent
624ed1f25e
commit
b203736558
|
@ -67,6 +67,10 @@
|
||||||
transition: .3s;
|
transition: .3s;
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
}
|
}
|
||||||
|
.map_header.active{
|
||||||
|
opacity: 0;
|
||||||
|
z-index: 49;
|
||||||
|
}
|
||||||
|
|
||||||
.logo_txt{
|
.logo_txt{
|
||||||
margin-left: 15px;
|
margin-left: 15px;
|
||||||
|
|
1
map.html
1
map.html
|
@ -560,6 +560,7 @@
|
||||||
latOrLonSearch();
|
latOrLonSearch();
|
||||||
})
|
})
|
||||||
|
|
||||||
|
|
||||||
// 左侧滑屏结束后调用该事件,重新渲染知识图谱
|
// 左侧滑屏结束后调用该事件,重新渲染知识图谱
|
||||||
// $('.fixed-left').on('transitionend', function () {
|
// $('.fixed-left').on('transitionend', function () {
|
||||||
// console.log('滑屏结束时,调用渲染知识图谱');
|
// console.log('滑屏结束时,调用渲染知识图谱');
|
||||||
|
|
Loading…
Reference in New Issue