From b9f68eadd170e469314430d7bbdb4246f65451cd Mon Sep 17 00:00:00 2001
From: shuishen <1109946754@qq.com>
Date: Thu, 17 Jun 2021 11:31:31 +0800
Subject: [PATCH] 目录树调整添加图层管理等
---
widgets/Layermanagement/css/style.css | 139 ++++++++++-----------------------------------
1 files changed, 32 insertions(+), 107 deletions(-)
diff --git a/widgets/Layermanagement/css/style.css b/widgets/Layermanagement/css/style.css
index c53755e..ff596e2 100644
--- a/widgets/Layermanagement/css/style.css
+++ b/widgets/Layermanagement/css/style.css
@@ -1,121 +1,46 @@
.jimu-widget-Layermanagement {
- position: relative;
- font-size: 14px;
- height: 32px;
- line-height: 32px;
- width: 100%; /* 240px */
- background: rgba(44, 46, 46, 0.7);
- color: #fff;
- border-right: 1px solid #000;
- text-align: center;
- cursor: pointer;
- z-index: 10 !important;
+
}
-.layer-management {
- width: 100%;
-}
-
-.layer-management .menu-switch {
- width: 72px;
- height: 32px;
- line-height: 32px;
-}
-
-.layer-management .menu-switch i {
- display: inline-block;
- width: 16px;
- height: 16px;
- background: url(../../../images/menu.png) no-repeat;
- background-size: 16px;
- vertical-align: middle;
-}
-
-.layer-management .menu-switch span:hover {
- text-decoration: underline;
-}
-
-.layer-management .ztree-demo-background {
- display: none;
+.jimu-widget-Layermanagement .layer-tab {
position: fixed;
- top: 98px;
+ top: 100px;
right: 10px;
- /* bottom: 25px; */
- height: 64%;
- width: 240px;
- background: rgba(31, 39, 48, .7);
- border: 1px solid rgb(69, 154, 251);
- border-radius: 4px;
- color: #fff;
}
-.layer-management .ztree-demo-background .ztree {
- position: absolute;
- top: 47px;
- bottom: 10px;
- overflow: auto;
- width: 100%;
- height: auto;
-}
-
-.layer-management .ztree-demo-background .layer-tag-bar {
- width: 100%;
- height: 46px;
- line-height: 46px;
- border-bottom: 1px solid rgb(69, 154, 251);
-}
-
-.layer-management .ztree-demo-background .layer-tag-bar img {
- float: left;
- margin-top: 8px;
- margin-left: 8px;
- vertical-align: middle;
- height: 32px;
+.jimu-widget-Layermanagement .layer-tab button {
+ background: #fff;
+ box-shadow: 0 0 8px #fff;
width: 32px;
-}
-
-.layer-management .ztree-demo-background .layer-tag-bar span {
- float: left;
- font-size: 18px;
- margin-left: 6px;
-
-}
-
-.layer-management .ztree-demo-background .layer-tag-bar i {
- float: right;
- height: 100%;
- width: 46px;
- font-size: 46px;
- font-weight: 400;
- font-style: normal;
- text-align: center;
+ height: 32px;
+ border-radius: 14%;
+ padding: 0;
+ vertical-align: middle;
+ z-index: 0;
+ box-sizing: border-box;
+ display: inline-block;
+ position: relative;
+ border: 1px solid #444;
+ border-color: #fff;
+ color: #edffff;
+ fill: #edffff;
+ margin: 1px 2px;
cursor: pointer;
-}
-
-.layer-management a {
- color: #fff !important;
-}
-
-.layer-management .ztree li span {
- color: rgb(228, 228, 228);
-}
-
-#treeDemo a.curSelectedNode {
- background-color: transparent !important;
- border: none;
-}
-
-#treeDemo li ul li a span.button.ico_docu {
- background-size: 16px !important;
- display: none;
-}
-
-#layermanagement {
- height: 100%;
overflow: hidden;
+ user-select: none;
}
+.jimu-widget-Layermanagement .layer-tab button:focus {
-#layermanagement iframe {
- height: 95% !important;
+ outline: none !important;
+
+}
+
+.jimu-widget-Layermanagement .layer-list {
+ position: fixed;
+ top: 100px;
+ right: 60px;
+ width: 320px;
+ height: 420px;
+ background: #fff;
}
\ No newline at end of file
--
Gitblit v1.9.3