zhongrj
2025-11-24 276323dce9613867abb3f58a4cc2abbfb2fd0dea
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
.leaflet-touch .leaflet-control-layers-control, .leaflet-control-layers-control{
  z-index: 999;
  
  a.leaflet-control-layers-control-button{
    background: url(../icons/layers.svg) 0 0 no-repeat;
    background-size: 26px 26px;
    border-radius: 2px;
    background-position: 2px 2px;
  }
 
  div.layers-control-panel{ display: none; }
  
  .open{
    a.leaflet-control-layers-control-button{
      display: none;
    }
 
    div.layers-control-panel{
      display: block;
    }
  }
}