positions.css
621 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
#positionBmap_basic{
min-width: 100%;
margin-top: -10px;
height:100%;
}
.mian-portlet-body{
height: 100%;
}
html,body{
overflow:hidden;
height: calc(100% - 10px);
}
/* 隐藏百度地图logo */
.anchorBL,
.anchorBL,
.amap-logo,
.amap-copyright{
display: none;
}
.leftUtils{
position: absolute;
padding-right: 50px;
top: 50px;
width: 100%;
height: 40px;
z-index: 9999;
/*padding-top: 7px;*/
}
.help-block{
color:#000;
font-size: 15px;
}
.BMap_pop {
box-shadow: 0 12px 15px 0 rgba(204, 204, 204, 0.33),0 17px 50px 0 rgba(204, 204, 204, 0.33)!important;
}