From cc3cc145a8cc38dcb2fc123b671fac0c39450a33 Mon Sep 17 00:00:00 2001
From: nnnjjj123 <494715143@qq.com>
Date: Fri, 06 Nov 2020 17:06:03 +0800
Subject: [PATCH] Merge remote-tracking branch 'origin/master'

---
 widgets/Screen/css/style.css |  112 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 1 files changed, 112 insertions(+), 0 deletions(-)

diff --git a/widgets/Screen/css/style.css b/widgets/Screen/css/style.css
new file mode 100644
index 0000000..1a7c3a4
--- /dev/null
+++ b/widgets/Screen/css/style.css
@@ -0,0 +1,112 @@
+.jimu-widget-Screen{
+  width: 100%;
+  height: 320px;
+  /* background-color: #323a36; */
+  background-color: #3c464b;
+  font-size: 14px;
+  /* border: 1px solid rgb(69, 154, 251); */
+  color: rgb(238, 235, 235);
+  font-size: 16px;
+  width: 100%;
+  height: 100%;
+  border-radius: 10px;
+  display: none;
+}
+
+.rollinng-table-hezis {
+  position: fixed;
+  z-index: 100;
+  display: flex;
+  justify-content: space-between;
+  align-items: center;
+  padding: 0 15px;
+}
+
+.hezi-left-selects {
+  line-height: 50px;
+}
+
+.hezi-right-selects {
+  height: 32px;
+}
+
+.hezi-leftspans, .hezi-rightspans {
+  font-size: 14px;
+  color: #fff;
+  margin-right: 7px;
+}
+
+.hezi-selects {
+  background-color: #404853;
+  color: #fff;
+  padding: 5px;
+  border: none;
+  outline: none;
+}
+
+
+
+.hezi-selects:hover {
+  background-color: #ccc;
+  color: #3c464b;
+}
+
+.rollinng-table-hezi-xxs {
+  font-size: 20px;
+  margin-bottom: 5px;
+  margin-left: 5px;
+}
+
+.rollinng-table-hezi-xxs:hover {
+  cursor: pointer;
+  color: red;
+}
+
+#sliders1 {
+  position: absolute;
+  left: 150%;
+  top: 0;
+  background-color: #D3D3D3;
+  width: 50%;
+  height: 100%;
+  z-index: 1;
+}
+
+#sliders2 {
+  position: absolute;
+  left: 100%;
+  top: 0;
+  background-color: #D3D3D3;
+  width: 50%;
+  height: 100%;
+  z-index: 1;
+}
+
+#sliders:hover {
+  cursor: ew-resize;
+}
+
+.hiddenHeZis {
+  position: fixed;
+  width: 100%;
+  height: 100%;
+  left: -100%;
+  top: 0%;
+  z-index: 22;
+}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+

--
Gitblit v1.9.3