From 7607d55d6597d772de1a37598d36e74c4542223e Mon Sep 17 00:00:00 2001 From: riku <risaku@163.com> Date: 星期一, 05 二月 2024 17:33:00 +0800 Subject: [PATCH] 优化地图联动相关逻辑 --- underway.html | 20 +++++++++++++++++++- 1 files changed, 19 insertions(+), 1 deletions(-) diff --git a/underway.html b/underway.html index c8b1c4e..37cf900 100644 --- a/underway.html +++ b/underway.html @@ -16,7 +16,8 @@ <link rel="stylesheet" href="./css/border.css?v=6"> <link rel="stylesheet" href="./css/component.css?v=3"> <link rel="stylesheet" href="./css/jackwei.slider.css?v=2"> - <link rel="stylesheet" href="./css//myBootstrap.css"> + <link rel="stylesheet" href="./css/myBootstrap.css"> + <link rel="stylesheet" href="./css/text.css"> <style type="text/css"> /* 鍘婚櫎楂樺痉鍦板浘鐨勫浐瀹氱増鍙峰浘鏍� */ .amap-logo { @@ -28,6 +29,19 @@ } .amap-overlays { z-index: 0; + } + .amap-marker-label{ + /* width: 100px; + max-width: 200px; */ + font-size: 13px; + text-align: center; + color: white; + background-color: transparent; + text-shadow: black 2px 2px 2px; + border-radius: 2px; + border: 0px; + padding: 4px; + /* white-space: pre-wrap; */ } </style> @@ -86,6 +100,10 @@ <i class="fa fa-compass" aria-hidden="true"></i> <span>鏁版嵁鏍囪锛氬紑</span> </button> + <button id="btn_data_dialog" type="button" class="btn btn-outline-info btn-block"> + <i class="fa fa-compass" aria-hidden="true"></i> + <span>鏁版嵁寮规锛氬紑</span> + </button> </form> </div> </div> -- Gitblit v1.9.3