addmap.css
1.95 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
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
#mapContainer{
min-width: 100%;
width: calc(100% + 26px);
/* margin-top: -28px; */
border: 2px solid #fdfdfd;
min-height: 659px;
height:100%;
overflow: hidden;
}
.BMap_pop img:nth-child(10){
display: none !important;
}
#realSearchInput, .select2-container--bootstrap .select2-selection--single {
height: 47px;
line-height: 1.42857;
padding: 6px 24px 6px 12px;
background-color: #555;
border: 1px solid #555;
}
.select2-container--bootstrap .select2-selection--single .select2-selection__rendered {
color: #fff;
padding: 0;
margin-top: 5px;
}
.select2-container--bootstrap.select2-container--disabled .select2-selection, .select2-container--bootstrap.select2-container--disabled .select2-selection--multiple .select2-selection__choice {
background-color: #bfbfbf;
}
#pjax-container{
overflow: hidden;
}
/* 隐藏百度地图logo */
.anchorBL,
.anchorBL,
.amap-logo,
.amap-copyright{
display: none;
}
.mapRightWrap.search {
height: 47px;
padding-top: 0;
background-color: #626775 !important;
}
.mapRightWrap {
position: absolute;
width: 320px;
height: 150px;
right: 30px;
/* background-color: #3B3F51; */
background-color: #12507c;
top: 98px;
/* padding-top: 15px; */
transition: all .3s ease;
}
.z-depth-3 {
box-shadow: 0 12px 15px 0 rgba(0,0,0,0.24),0 17px 50px 0 rgba(0,0,0,0.19);
}
.mapRightWrap::-webkit-scrollbar-thumb {
box-shadow: 0 0 0 5px rgba(231, 236, 241, 0.52) inset;
}
.mapRightWrap.search .input-group input {
height: 48px;
background-color: #626775;
border: 1px solid #626775;
color: white;
}
.mapRightWrap.search .input-group .input-group-btn button {
color: #FFFFFF;
background-color: #1BBC9B;
border-color: #1BBC9B;
}
.mapRightWrap.search .input-group-btn button {
height: 48px;
width: 80px;
font-size: 15px;
}