派生自 wuyushui/SewerAndRainNetwork

chenyabin
2021-04-07 b9aa1e3bc9b70df68967b3a37ece51ae1729f5b2
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
 
.custom-popup .leaflet-popup-content-wrapper {
    background-color: rgba(14, 45, 84, 0.9);
    color: #ffffff;
}
.custom-popup .leaflet-popup-content-wrapper, .leaflet-popup-tip{
    background-color: rgba(14, 45, 84, 0.9);
}
.custom-popup a.leaflet-popup-close-button{
    /**/
    text-align: left;
}
 
.custom-popup .leaflet-popup-content{
    text-align: left;
}
.leaflet-div-icon{
    background: transparent;
    border:none;
}
.leaflet-popup-content-wrapper{
    background: transparent !important;
}
.custom-popup .leaflet-popup-tip{
    background-color: #3180a1 ;
}
.custom-popup .leaflet-popup-content{
    padding: 0 ;
    margin: 0 ;
    /*margin: -5px -5px !important;*/
}
 
.tipBgColor {
    background: #F4DED4;
    font-size: 10px;
    /*height: 22px;*/
}