addmap.css
1.22 KB
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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
#sectionBmap_basic{
min-width: 100%;
width: 100%;
margin-top: -28px;
border: 2px solid #fdfdfd;
min-height: 400px;
height:100%;
overflow: hidden;
top: 15px;
}
/* 隐藏百度地图logo */
.anchorBL,
.anchorBL,
.amap-logo,
.amap-copyright{
display: none;
}
.BMap_pop div:nth-child(1) ,
.BMap_pop div:nth-child(2) ,
.BMap_pop div:nth-child(3) ,
.BMap_pop div:nth-child(4) ,
.BMap_pop div:nth-child(5) ,
.BMap_pop div:nth-child(6) ,
.BMap_pop div:nth-child(7) {
border:0px solid rgb(255, 255, 255) !important;
background-color:#3B3F51 !important;
}
.BMap_pop div:nth-child(3){
width:23px !important;
}
.BMap_pop div:nth-child(7) {
width:23px !important;
height:24px !important;
}
.BMap_pop div:nth-child(5) {
height:24px !important;
}
/* 图片以后在弄,先隐藏div */
.BMap_pop div:nth-child(8) {
height:0px !important;
/* background:url('/pages/base/stationroute/css/img/iw3-1.png') no-repeat !important; */
/* background-image:url('/pages/base/stationroute/css/img/windowinfo_b.jpg') !important; */
}
.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;
}