From 1b2c1edb61190eeb19f465ff031eaa3b2a1b8dbc Mon Sep 17 00:00:00 2001
From: nnnjjj123 <494715143@qq.com>
Date: Tue, 17 Nov 2020 10:43:54 +0800
Subject: [PATCH] 地图图标
---
widgets/Screen/css/style.css | 8 ++++++--
1 files changed, 6 insertions(+), 2 deletions(-)
diff --git a/widgets/Screen/css/style.css b/widgets/Screen/css/style.css
index 1a7c3a4..d65dfc0 100644
--- a/widgets/Screen/css/style.css
+++ b/widgets/Screen/css/style.css
@@ -11,6 +11,8 @@
height: 100%;
border-radius: 10px;
display: none;
+ position: fixed;
+ z-index: 100;
}
.rollinng-table-hezis {
@@ -20,6 +22,8 @@
justify-content: space-between;
align-items: center;
padding: 0 15px;
+ background-color:#3c464b;
+ border-radius: 10px;
}
.hezi-left-selects {
@@ -65,7 +69,7 @@
#sliders1 {
position: absolute;
left: 150%;
- top: 0;
+ top: 45px;
background-color: #D3D3D3;
width: 50%;
height: 100%;
@@ -75,7 +79,7 @@
#sliders2 {
position: absolute;
left: 100%;
- top: 0;
+ top: 45px;
background-color: #D3D3D3;
width: 50%;
height: 100%;
--
Gitblit v1.9.3