From 16cdc43d5eefa486c6c3a490003a44930b700ae9 Mon Sep 17 00:00:00 2001
From: shuishen <1109946754@qq.com>
Date: Thu, 17 Jun 2021 17:37:26 +0800
Subject: [PATCH] Merge branch 'master' of http://192.168.0.105:10010/r/pyhmap
---
widgets/visibleArea/css/style.css | 68 +++++++++++++++++-----------------
1 files changed, 34 insertions(+), 34 deletions(-)
diff --git a/widgets/visibleArea/css/style.css b/widgets/visibleArea/css/style.css
index 1e74713..db350db 100644
--- a/widgets/visibleArea/css/style.css
+++ b/widgets/visibleArea/css/style.css
@@ -1,20 +1,18 @@
.jimu-widget-visibleArea {
position: fixed !important;
- top: 100px !important;
- right: 50px !important;
+ top: 96px !important;
+ right: 10px !important;
width: 200px !important;
- height: 50px !important;
- background-color: rgb(218, 218, 218);
+ height: 40px !important;
+ background-color: rgb(255, 255, 255);
font-size: 14px;
- /* border: 1px solid rgb(69, 154, 251); */
- /* opacity : .8; */
color: rgb(0, 0, 0);
font-size: 16px;
- z-index: 101;
- border-radius: 5px;
+ z-index: 11;
+ border-radius: 10px;
display: none;
box-shadow: 0 0 8px #fff;
- padding: 0px 10px !important;
+ padding: 0px 5px !important;
}
.jimu-widget-visibleArea input[type=range] {
@@ -43,47 +41,49 @@
display: flex;
align-items: center;
justify-content: space-around;
+ font-size: 14px;
}
.jimu-widget-visibleArea #toolbar #chooseView, .jimu-widget-visibleArea #toolbar #clear {
width: auto;
padding: 0 8px;
- height: 35px;
+ height: 30px;
border-radius: 5px;
background-color: #fff;
border: 1px solid transparent;
box-shadow: 3px 3px 15px -5px #39A5FD;
+ cursor: pointer;
+}
+
+.jimu-widget-visibleArea #toolbar #chooseView:hover, .jimu-widget-visibleArea #toolbar #clear:hover {
+ background-color: #3E9FFC;
+ box-shadow: 3px 3px 20px -4px #000000;
+ filter: grayscale(100%) brightness(200%);
}
.jimu-widget-visibleArea #toolbar .closes {
- position: absolute;
- top: -20px;
- right: -13px;
- width: 24px;
- height: 24px;
- color: #fff;
- font-size: 14px;
- line-height: 24px;
- text-align: center;
- background: #3E9FFC;
- border-radius: 50%;
- border: 1px solid #3E9FFC;
+ position: relative;
+ left: 3px;
+ font-size: 18px;
cursor: pointer;
}
+
+.jimu-widget-visibleArea #toolbar .closes:hover {
+ color: red;
+}
+
.jimu-widget-visibleArea #wrapper .close {
+ display: inline-block;
position: absolute;
- top: -20px;
- right: -13px;
- width: 24px;
- height: 24px;
- color: #fff;
- font-size: 14px;
- line-height: 24px;
- text-align: center;
- background: #3E9FFC;
- border-radius: 50%;
- border: 1px solid #3E9FFC;
+ right: 10px;
+ top: 10px;
+ font-size: 20px;
cursor: pointer;
+ z-index: 16;
+}
+
+.jimu-widget-visibleArea #wrapper .close:hover {
+ color: red;
}
.jimu-widget-visibleArea #wrapper {
@@ -91,7 +91,7 @@
height: 399px;
position: absolute;
top: 70px !important;
- left: -30px !important;
+ left: -65px !important;
padding: 18px 6% 20px 6%;
background: rgb(247, 247, 247);
border-radius: 5px;
--
Gitblit v1.9.3