From 2b8e498c0550d8e8bf17a9dafddb136cc7bd1e1a Mon Sep 17 00:00:00 2001
From: liuyg <376836862@qq.com>
Date: Thu, 01 Jul 2021 10:28:35 +0800
Subject: [PATCH] 导航样式
---
widgets/LeftNavigationBar/css/style.css | 17 ++++++++++-------
widgets/instructions/css/style.css | 2 +-
widgets/Layermanagement/css/style.css | 38 +++++++++++++++++---------------------
3 files changed, 28 insertions(+), 29 deletions(-)
diff --git a/widgets/Layermanagement/css/style.css b/widgets/Layermanagement/css/style.css
index 2d50a63..3f7ef69 100644
--- a/widgets/Layermanagement/css/style.css
+++ b/widgets/Layermanagement/css/style.css
@@ -4,7 +4,7 @@
.jimu-widget-Layermanagement .layer-tab {
position: fixed;
- top: 72px;
+ top: 112px;
right: 10px;
}
@@ -30,9 +30,7 @@
}
.jimu-widget-Layermanagement .layer-tab button:focus {
-
outline: none !important;
-
}
.jimu-widget-Layermanagement .layer-tab button img {
@@ -42,7 +40,7 @@
.jimu-widget-Layermanagement .layer-list {
display: none;
position: fixed;
- top: 72px;
+ top: 112px;
right: 60px;
width: 320px;
min-height: 80px;
@@ -100,12 +98,11 @@
border: none;
}
-.jimu-widget-Layermanagement .layer-list .control-btn img{
+.jimu-widget-Layermanagement .layer-list .control-btn img {
margin: auto;
width: 16px;
height: 16px;
}
-
.jimu-widget-Layermanagement .tree-layer-opcity {
display: none;
@@ -117,31 +114,30 @@
background: #Fff;
border-radius: 5px;
box-shadow: 0 0 8px #fff;
- }
-
- .jimu-widget-Layermanagement .tree-layer-opcity h3 {
+}
+
+.jimu-widget-Layermanagement .tree-layer-opcity h3 {
margin: 0;
height: 36px;
line-height: 36px;
text-align: center;
- }
-
-
- .jimu-widget-Layermanagement .tree-layer-opcity .close {
+}
+
+.jimu-widget-Layermanagement .tree-layer-opcity .close {
position: absolute;
top: 4px;
right: 4px;
- }
-
- .jimu-widget-Layermanagement .tree-layer-opcity li>div:first-child {
+}
+
+.jimu-widget-Layermanagement .tree-layer-opcity li>div:first-child {
padding: 0 10px;
line-height: 28px;
overflow: hidden;
- text-overflow:ellipsis;
+ text-overflow: ellipsis;
white-space: nowrap;
- }
-
- .jimu-widget-Layermanagement .tree-layer-opcity li>div:last-child {
+}
+
+.jimu-widget-Layermanagement .tree-layer-opcity li>div:last-child {
margin: 10px 10px;
width: calc(100% - 20px);
- }
\ No newline at end of file
+}
\ No newline at end of file
diff --git a/widgets/LeftNavigationBar/css/style.css b/widgets/LeftNavigationBar/css/style.css
index ef4c450..cbb52dd 100644
--- a/widgets/LeftNavigationBar/css/style.css
+++ b/widgets/LeftNavigationBar/css/style.css
@@ -65,41 +65,44 @@
overflow: hidden;
user-select: none;
top: 72px;
- left: 10px;
+ /* left: 10px; */
+ right: 10px;
z-index: 16 !important;
}
.jimu-widget-LeftNavigationBar .left-navigation-bar-but img {
width: 30px;
}
+
.jimu-widget-LeftNavigationBar #l-n-b-m-search-closeOUR {
position: absolute;
right: 5px;
top: 5px;
cursor: pointer;
- font-size: 18px;
+ font-size: 18px;
}
-
.jimu-widget-LeftNavigationBar #l-n-b-m-search-closeOUR:hover {
color: red;
}
+
.jimu-widget-LeftNavigationBar .left-navigation-bar-main {
position: fixed;
-
width: 0px;
height: 0px;
/* height: 200px; */
/* max-height: 1000px; */
padding: 0px;
-
background-color: #fff;
z-index: 15 !important;
top: 72px;
- left: 60px;
+ /* left: 10px; */
+ right: 60px;
+ /* top: 72px; */
+ /* left: 60px; */
border-radius: 5px;
box-shadow: 0 0 8px #fff;
- transition: all 0.5s;
+ /* transition: all 0.5s; */
display: none;
/* border: 1px saddlebrown solid; */
}
diff --git a/widgets/instructions/css/style.css b/widgets/instructions/css/style.css
index 968ac8c..1bab7bd 100644
--- a/widgets/instructions/css/style.css
+++ b/widgets/instructions/css/style.css
@@ -6,7 +6,7 @@
/* min-width: 160px !important; */
right: auto !important;
bottom: auto !important;
- left: 60px !important;
+ left: 10px !important;
top: 72px !important;
/* 240px */
background: rgba(255, 255, 255, 1);
--
Gitblit v1.9.3