From a3f7347964b80ec3162f8af634d4d1c47378729b Mon Sep 17 00:00:00 2001
From: shuishen <1109946754@qq.com>
Date: Mon, 07 Mar 2022 17:37:27 +0800
Subject: [PATCH] 地图标记更改,地图路线详情显示,标签样式,搜索框内容间距,滚动条样式

---
 src/styles/pcpage/tool/sign.scss |   24 ++++++++++++++----------
 1 files changed, 14 insertions(+), 10 deletions(-)

diff --git a/src/styles/pcpage/tool/sign.scss b/src/styles/pcpage/tool/sign.scss
index 7fdebc1..78d931a 100644
--- a/src/styles/pcpage/tool/sign.scss
+++ b/src/styles/pcpage/tool/sign.scss
@@ -33,6 +33,18 @@
             }
         }
 
+        .btn-box {
+            position: absolute;
+            right: 26px;
+            top: 0;
+            left: auto;
+            bottom: 0;
+            margin: auto;
+            width: 14px;
+            height: 14px;
+            cursor: pointer;
+        }
+
         .close {
             position: absolute;
             right: 6px;
@@ -54,7 +66,7 @@
         .list-box {
             position: absolute;
             width: 100%;
-            height: calc(100% - 40px);
+            height: 100%;
 
             ul {
                 padding: 6px 8px;
@@ -67,7 +79,7 @@
                     position: relative;
                     border-bottom: 1px dashed #ccc;
                     line-height: 40px;
-
+                    cursor: pointer;
 
                     &>img {
                         margin: 0 4px;
@@ -109,14 +121,6 @@
             }
         }
 
-        .btn-box {
-            position: absolute;
-            bottom: 0;
-            width: 100%;
-            height: 40px;
-            line-height: 40px;
-            text-align: center;
 
-        }
     }
 }
\ No newline at end of file

--
Gitblit v1.9.3