1
mayisheng
2022-08-15 81f54040c2cb65537c6c6e1db8358a39a57dea0d
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;
@@ -41,8 +43,8 @@
            left: auto;
            bottom: 0;
            margin: auto;
            width: 14px;
            height: 14px;
            width: 16px;
            height: 16px;
            cursor: pointer;
        }
    }
@@ -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;
        }
    }
}