This commit is contained in:
2026-02-11 11:28:49 +08:00
parent dce9718320
commit cf0896453b

View File

@@ -109,7 +109,7 @@
/* --- 导航结果面板 (底部弹出) --- */
#panel {
position: fixed;
bottom: 75px;
bottom: 95px;
left: 0;
width: 100%;
height: 35%;
@@ -129,7 +129,7 @@
#location-btn {
position: fixed;
right: 10px;
bottom: 75px;
bottom: 105px;
/* 默认位置 */
width: 44px;
height: 44px;
@@ -159,7 +159,7 @@
/* --- 调整比例尺位置 --- */
.amap-scalecontrol {
/* 初始状态:避开底部的定位按钮或留出安全间距 */
bottom: 80px !important;
bottom: 110px !important;
left: 10px !important;
transition: bottom 0.3s ease;
/* 增加平滑动画 */