src/styles/pcpage/campus-nav.scss
@@ -117,19 +117,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;
            }
@@ -168,4 +168,12 @@
            }
        }
    }
}
}
.el-input-group__prepend {
    cursor: pointer;
    &:hover {
        .mydingwei.el-icon-location {
            font-size: 25px;
        }
    }
}