From bf58722dfd03ea1513f3acc7331d4d4403fca76e Mon Sep 17 00:00:00 2001
From: shuishen <1109946754@qq.com>
Date: Fri, 18 Mar 2022 11:48:37 +0800
Subject: [PATCH] Merge branch 'master' of http://192.168.0.105:10010/r/school-web
---
src/styles/pcpage/campus-nav.scss | 32 +++++++++++++++++++++++++++++++-
1 files changed, 31 insertions(+), 1 deletions(-)
diff --git a/src/styles/pcpage/campus-nav.scss b/src/styles/pcpage/campus-nav.scss
index adbc7b5..6be04d1 100644
--- a/src/styles/pcpage/campus-nav.scss
+++ b/src/styles/pcpage/campus-nav.scss
@@ -3,11 +3,13 @@
top: 20%;
left: 20%;
width: 320px;
- height: 186px;
+ min-height: 186px;
+ max-height: 546px;
z-index: 99;
color: #fff;
background: #fff;
border-radius: 8px;
+ box-shadow: 0 0 4px 2px #dddddd;
.header {
position: relative;
@@ -166,5 +168,33 @@
top: 100px;
}
}
+
+ .path-box {
+ margin: 2.5px 10px 9px 10px;
+ max-height: 348px;
+ box-sizing: border-box;
+ overflow-y: auto;
+ color: #000;
+ border-radius: 8px;
+ box-shadow: 0 0 4px 1px #dddddd;
+
+ li {
+ padding: 0 10px;
+ 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