| 12345678910111213141516171819202122232425 |
- /* 解决leaflet瓦片显示有白线问题 */
- .leaflet-tile-container img {
- width: 257px !important;
- height: 257px !important;
- }
- .leaflet-control-common {
- font-size: 12px;
- /* color: red !important; */
- }
- .leaflet-control-selected {
- /* background-color: #1888ff !important; */
- /* color: #ffffff !important; */
- background-color: #eff6ff !important;
- color: #1888ff !important;
- }
- .my-div-icon {
- z-index: -1000 !important;
- text-align: center;
- font-size: 16px;
- font-weight: bold;
- color: #ff00ff;
- }
|