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 | 37 ++++++++++++++++++++++++------------- 1 files changed, 24 insertions(+), 13 deletions(-) diff --git a/src/main/webapp/Home/HomeCss/Home.css b/src/main/webapp/Home/HomeCss/Home.css index 8febd7b..3720cd2 100644 --- a/src/main/webapp/Home/HomeCss/Home.css +++ b/src/main/webapp/Home/HomeCss/Home.css @@ -236,38 +236,47 @@ #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{ @@ -309,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; } @@ -373,7 +382,9 @@ #warningBorder{ background: url("/hxzkuwb/Home/HomeImg/border1.png"); - +} +#warningBorder1{ + background: url("/hxzkuwb/Home/HomeImg/border1.png"); } #TongXuntitle{ -- Gitblit v1.9.3