From 6f4fae53c213fef5226cc25fc30e3d00b14de8e8 Mon Sep 17 00:00:00 2001 From: Surpriseplus <845948745@qq.com> Date: 星期日, 26 二月 2023 16:26:10 +0800 Subject: [PATCH] 顶部菜单修改 --- src/assets/css/index.css | 43 ++++++++++++++++++++++++------------------- 1 files changed, 24 insertions(+), 19 deletions(-) diff --git a/src/assets/css/index.css b/src/assets/css/index.css index 84b1c6f..f8c93e0 100644 --- a/src/assets/css/index.css +++ b/src/assets/css/index.css @@ -37,9 +37,13 @@ } .topTitle { - width: 415px; + /* width: 415px; height: 70px; - background: url("../img/LOGO.png") no-repeat center; + background: url("../img/LOGO.png") no-repeat center; */ + width: 240px; + height: 50px; + background: url("../img/LOGO.png") no-repeat center center; + background-size: 100% 100%; } .topMenu { @@ -72,9 +76,9 @@ } .menulabel { - font-size: 14px; + font-size: 10px; font-family: Source Han Sans CN; - font-weight: 500; + text-align: center; width: 120px; color: #fff @@ -215,7 +219,7 @@ color: white; } - + .topUser .el-link--default:hover { color: #409eff !important; @@ -233,40 +237,41 @@ position: absolute; z-index: 1024; margin-top: 15px; - background: rgba(244,248,255, 0.85); + background: rgba(244, 248, 255, 0.9); border-radius: 5px; - + border: 1px solid #DCDFE6; } .secondMenuDiv div { line-height: 30px; - padding: 10px; - font-size: 18px; + font-size: 10px; font-family: Microsoft YaHei; font-weight: 400; - line-height: 49px; + line-height: 20px; min-width: 120px; } .secondMenuDiv .changeLiStyle { - color: #409eff ; + color: #409eff; box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.1); - border:1px solid #409eff; + border: 1px solid #409eff; /* background: #182E45 */ /* */ - + } + .distance-legend { bottom: 55px !important; - } +} - .ol-scale-line { +.ol-scale-line { bottom: 55px !important; - right:10px - } - .ol-scale-line{ + right: 10px +} + +.ol-scale-line { display: block !important; - } \ No newline at end of file +} \ No newline at end of file -- Gitblit v1.9.3