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/Rolling/css/style.css | 49 +++++++++++++++++++++++++++++--------------------
1 files changed, 29 insertions(+), 20 deletions(-)
diff --git a/widgets/Rolling/css/style.css b/widgets/Rolling/css/style.css
index e3a4f7f..a14c130 100644
--- a/widgets/Rolling/css/style.css
+++ b/widgets/Rolling/css/style.css
@@ -2,7 +2,7 @@
width: 100%;
height: 320px;
/* background-color: #323a36; */
- background-color: rgba(255, 255, 255,.75);
+ background-color: rgb(255, 255, 255);
font-size: 14px;
/* border: 1px solid rgb(69, 154, 251); */
color: rgb(0, 0, 0);
@@ -11,56 +11,65 @@
height: 100%;
border-radius: 10px;
display: none;
+ box-shadow: 0 0 8px #fff;
}
-.rollinng-table-hezi {
+.jimu-widget-Rolling .rollinng-table-hezi {
+ width: 100%;
+ height: 100%;
display: flex;
justify-content: space-between;
align-items: center;
padding: 0 15px;
}
-.hezi-left-select {
- line-height: 50px;
-}
-
-.hezi-right-select {
+.jimu-widget-Rolling .hezi-left-select {
+ /* line-height: 50px; */
height: 32px;
+ /* border: 1px solid salmon */
}
-.hezi-leftspan, .hezi-rightspan {
+.jimu-widget-Rolling .hezi-right-select {
+ height: 32px;
+ /* border: 1px solid salmon */
+}
+
+.jimu-widget-Rolling .hezi-leftspan, .hezi-rightspan {
font-size: 14px;
- color: #fff;
+ color: #3c464b;
margin-right: 7px;
}
-.hezi-select {
- background-color: #404853;
- color: #fff;
+.jimu-widget-Rolling .hezi-select {
+ background-color: #fff;
+ color: rgb(0, 0, 0);
padding: 5px;
border: none;
outline: none;
+ border-radius: 5px;
+ position: relative;
+ top: 1px;
+ box-shadow: 3px 3px 10px -4px #3E9FFC;
}
-
-
-.hezi-select:hover {
+.jimu-widget-Rolling .hezi-select:hover {
background-color: rgba(255, 255, 255,.75);
color: #3c464b;
}
-.rollinng-table-hezi-xx {
+.jimu-widget-Rolling .rollinng-table-hezi-xx {
font-size: 20px;
margin-bottom: 5px;
margin-left: 5px;
+ /* border: 1px solid salmon */
}
-.rollinng-table-hezi-xx:hover {
+.jimu-widget-Rolling .rollinng-table-hezi-xx:hover {
cursor: pointer;
color: red;
}
-#slider {
+.jimu-widget-Rolling #slider {
position: absolute;
left: 150%;
top: 0;
@@ -70,11 +79,11 @@
z-index: 1;
}
-#slider:hover {
+.jimu-widget-Rolling #slider:hover {
cursor: ew-resize;
}
-.hiddenHeZi {
+.jimu-widget-Rolling .hiddenHeZi {
position: fixed;
width: 100%;
height: 100%;
--
Gitblit v1.9.3