换成天地图底图服务

This commit is contained in:
龙澳
2026-03-31 16:55:26 +08:00
parent 08d67c9ec8
commit 7b1b92d825
2 changed files with 16 additions and 18 deletions

View File

@@ -2,6 +2,9 @@
body { font-family: 'Microsoft YaHei', 'SimSun', sans-serif; background: #1a1a2e; color: #e0e0e0 }
#app { width: 100%; height: 100vh; overflow: hidden }
#map { width: 100%; height: 100vh }
#map .leaflet-tile-pane img {
filter: sepia(25%) saturate(60%) brightness(102%) contrast(92%);
}
.leaflet-popup-content-wrapper {
background: rgba(30,30,50,0.95) !important;