派生自 wuyushui/SewerAndRainNetwork

wangrui
2020-12-14 0d7669f8bf28300362fc0dacd5c794ff823d0297
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
.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;*/
}