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/campus-nav.scss |   33 ++++++++++++++++++++++++++++-----
 1 files changed, 28 insertions(+), 5 deletions(-)

diff --git a/src/styles/pcpage/campus-nav.scss b/src/styles/pcpage/campus-nav.scss
index 79979d6..1f50dd4 100644
--- a/src/styles/pcpage/campus-nav.scss
+++ b/src/styles/pcpage/campus-nav.scss
@@ -3,7 +3,8 @@
     top: 20%;
     left: 20%;
     width: 320px;
-    height: 186px;
+    min-height: 186px;
+    max-height: 546px;
     z-index: 99;
     color: #fff;
     background: #fff;
@@ -117,19 +118,19 @@
             align-items: center;
             height: calc(100% - 44px);
 
-            & > div:nth-child(1) {
+            &>div:nth-child(1) {
                 display: flex;
                 flex-direction: column;
                 align-items: center;
                 height: 100%;
 
-                & > div {
+                &>div {
                     flex: 1;
                     line-height: 53px;
                 }
             }
 
-            & > div:nth-child(2) {
+            &>div:nth-child(2) {
                 width: 100px;
                 text-align: center;
             }
@@ -167,13 +168,35 @@
                 top: 100px;
             }
         }
+
+        .path-box {
+            margin: 2.5px 10px 9px 10px;
+            height: auto;
+            box-sizing: border-box;
+            overflow-y: auto;
+            color: #000;
+            border-radius: 8px;
+            box-shadow: 0 0 4px 1px #dddddd;
+
+            li {
+                padding: 0 10px;
+                height: 36px;
+                line-height: 36px;
+
+            }
+
+        }
+
     }
+
 }
+
 .el-input-group__prepend {
     cursor: pointer;
+
     &:hover {
         .mydingwei.el-icon-location {
             font-size: 25px;
         }
     }
-}
+}
\ No newline at end of file

--
Gitblit v1.9.3