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