From b72f8f8d58417eb6fb29672d8ac17cfafa46775c Mon Sep 17 00:00:00 2001
From: zhitong.yu <xynz17@163.com>
Date: 星期六, 11 五月 2024 10:51:31 +0800
Subject: [PATCH] 增加:主界面选择系统页面,统计实时刷新,低电量人员数据显示
---
src/main/webapp/Home/HomeCss/Home.css | 69 ++++++++++++++++++----------------
1 files changed, 37 insertions(+), 32 deletions(-)
diff --git a/src/main/webapp/Home/HomeCss/Home.css b/src/main/webapp/Home/HomeCss/Home.css
index 5420f61..3720cd2 100644
--- a/src/main/webapp/Home/HomeCss/Home.css
+++ b/src/main/webapp/Home/HomeCss/Home.css
@@ -1,4 +1,4 @@
-*{
+锘�*{
margin: 0px;
padding: 0px;
}
@@ -236,49 +236,61 @@
#tab{
position: fixed;
- top: 200px;
+ top: 20%;
width: 50%;
margin: auto;
display: none;
- left: 500px;
+ left: 26%;
z-index: 99;
}
#ac{
position: fixed;
- top: 200px;
+ top: 20%;
width: 50%;
margin: auto;
display: none;
- left: 500px;
+ left: 26%;
z-index: 99;
}
#fen{
position: fixed;
- top: 200px;
+ top: 20%;
width: 50%;
margin: auto;
display: none;
- left: 500px;
+ left: 26%;
z-index: 99999;
}
+#fen1{
+ position: fixed;
+ bottom: 1%;
+ width: 20%;
+ margin: auto;
+ display: none;
+ right: 1%;
+ z-index: 9999999999;
+}
#war{
position: fixed;
- top: 200px;
+ top: 20%;
width: 50%;
margin: auto;
display: none;
- left: 500px;
+ left: 26%;
z-index: 99;
}
+#boxses{
+ background: url("/hxzkuwb/Home/HomeImg/perMsg.png");
+ background-size: cover;
+}
#personMsg{
position: fixed;
- top: 300px;
- width: 50%;
+ top: 30%;
+ width: 100%;
height: 50%;
- margin: auto;
- left: 35%;
z-index: 99;
display: none;
+
}
#warningMsg{
position: fixed;
@@ -306,19 +318,19 @@
}
#tags{
position: fixed;
- top: 200px;
+ top: 20%;
width: 50%;
margin: auto;
display: none;
- left: 500px;
+ left: 26%;
z-index: 99;
}
#gather{
position: fixed;
- top: 200px;
+ top: 20%;
width: 50%;
margin: auto;
- left: 500px;
+ left: 26%;
z-index: 99;
display: none;
}
@@ -361,17 +373,6 @@
}
-#border2s{
- background: url("/hxzkuwb/Home/HomeImg/border2.png");
- background-size: cover;
- background-position: center;
-}
-
-#border3s{
- background: url("/hxzkuwb/Home/HomeImg/border3.png");
- background-size: cover;
- background-position: center;
-}
/*#border4s{*/
/* background: url("/hxzkuwb/Home/HomeImg/border4.png");*/
/* background-size: cover;*/
@@ -381,7 +382,9 @@
#warningBorder{
background: url("/hxzkuwb/Home/HomeImg/border1.png");
-
+}
+#warningBorder1{
+ background: url("/hxzkuwb/Home/HomeImg/border1.png");
}
#TongXuntitle{
@@ -472,11 +475,10 @@
}
#Ditu{
position: fixed;
- bottom: 20px;
- width: 40%;
+ bottom: 3%;
+ width: 100%;
z-index: 99999;
margin: auto;
- margin-left: 30%;
}
#switc{
position: fixed;
@@ -697,6 +699,9 @@
border: 2px solid #2CD5FF;
}
+
+
+
.boxalls{ border: 1px solid #20A3F5; opacity: 1;}
.boxalls:before,
--
Gitblit v1.10.0