From 25ce610f6ecca7325e7a743dc032c4a76559c63d Mon Sep 17 00:00:00 2001
From: liuyg <376836862@qq.com>
Date: Fri, 02 Jul 2021 09:10:26 +0800
Subject: [PATCH] Merge branch 'master' of http://192.168.0.105:10010/r/pyhmap
---
widgets/Layermanagement/css/style.css | 104 +++++++++++++++++++++++++++------------------------
1 files changed, 55 insertions(+), 49 deletions(-)
diff --git a/widgets/Layermanagement/css/style.css b/widgets/Layermanagement/css/style.css
index 2d50a63..48ac6ca 100644
--- a/widgets/Layermanagement/css/style.css
+++ b/widgets/Layermanagement/css/style.css
@@ -4,46 +4,54 @@
.jimu-widget-Layermanagement .layer-tab {
position: fixed;
- top: 72px;
- right: 10px;
-}
-
-.jimu-widget-Layermanagement .layer-tab button {
- background: #fff;
- box-shadow: 0 0 8px #fff;
- width: 32px;
- 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;
- fill: #edffff;
- margin: 1px 2px;
+ top: 20px;
+ right: 100px;
+ z-index: 16 !important;
+ width: 90px;
+ height: 36px;
+ line-height: 36px;
+ display: flex;
+ align-items: center;
+ justify-content: center;
cursor: pointer;
- overflow: hidden;
- user-select: none;
+ background: rgba(254, 254, 254, 1);
+ font-size: 14px;
}
-.jimu-widget-Layermanagement .layer-tab button:focus {
-
- outline: none !important;
-
+.jimu-widget-Layermanagement .layer-tab>div {
+ width: 100%;
+ height: 24px;
+ border-right: 1px solid #DDDDDD;
+ display: flex;
+ align-items: center;
+ justify-content: center;
+ cursor: pointer;
}
-.jimu-widget-Layermanagement .layer-tab button img {
- width: 20px;
+.jimu-widget-Layermanagement .layer-tab:hover .v-a-o-title {
+ text-decoration: underline;
+}
+
+.jimu-widget-Layermanagement .layer-tab .v-a-o-title {
+ color: #838383 !important;
+ position: relative;
+ left: 3px;
+}
+
+.jimu-widget-Layermanagement .layer-tab i {
+ width: 14px;
+ height: 14px;
+ margin-right: 4px;
+ vertical-align: middle;
+ background: url(../../../images/图层管理.png) no-repeat;
+ background-size: 100% 100%;
}
.jimu-widget-Layermanagement .layer-list {
display: none;
position: fixed;
- top: 72px;
- right: 60px;
+ top: 66px;
+ right: 10px;
width: 320px;
min-height: 80px;
background: #fff;
@@ -100,48 +108,46 @@
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;
position: fixed;
- top: 72px;
- right: 390px;
+ top: 66px;
+ right: 340px;
width: 260px;
height: auto;
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
--
Gitblit v1.9.3