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
23
24
.leaflet-control-objdetect{
  z-index: 999 !important;
 
  a.leaflet-control-objdetect-button{
    background: url(icon.svg) no-repeat 0 0;
    background-size: 26px 26px;
    border-radius: 2px;
  }
 
  div.objdetect-panel{ display: none; }
  
  .open{
    a.leaflet-control-objdetect-button{
      display: none;
    }
 
    div.objdetect-panel{
      display: block;
    }
  }
}
.leaflet-touch .leaflet-control-objdetect a {
  background-position: 2px 2px;
}