From a8dce4f1bb76486215049a0030a6edd93a4851b7 Mon Sep 17 00:00:00 2001
From: zhitong.yu <xynz17@163.com>
Date: 星期二, 16 四月 2024 17:05:21 +0800
Subject: [PATCH] 通用版本V1.4
---
src/main/webapp/Home/HomeCss/Home.css | 15 +++++----------
1 files changed, 5 insertions(+), 10 deletions(-)
diff --git a/src/main/webapp/Home/HomeCss/Home.css b/src/main/webapp/Home/HomeCss/Home.css
index 76308b4..8febd7b 100644
--- a/src/main/webapp/Home/HomeCss/Home.css
+++ b/src/main/webapp/Home/HomeCss/Home.css
@@ -270,6 +270,10 @@
left: 500px;
z-index: 99;
}
+#boxses{
+ background: url("/hxzkuwb/Home/HomeImg/perMsg.png");
+ background-size: cover;
+}
#personMsg{
position: fixed;
top: 30%;
@@ -277,6 +281,7 @@
height: 50%;
z-index: 99;
display: none;
+
}
#warningMsg{
position: fixed;
@@ -684,16 +689,6 @@
}
-boxallsMSG{ border: 1px solid #20A3F5; opacity: 1;}
-
-.boxallsMSG:before,
-.boxallsMSG:after{ position:absolute; width:30px; height:30px; content: ""; border-top: 3px solid #20a3f5; top: -2px;}
-.boxallsMSG:before,.boxfootMSG:before{border-left: 3px solid #20a3f5;left:109.7%;}
-.boxallsMSG:after,.boxfootMSG:after{border-right: 3px solid #20a3f5; right: -95%;}
-.boxfootMSG{ position:absolute; bottom: 12%; width: 298px; left:0%;}
-.boxfootMSG:before,
-.boxfootMSG:after{ position:absolute; width:30px; height:30px; content: "";border-bottom:3px solid #20a3f5; bottom:-4px;}
-
.boxalls{ border: 1px solid #20A3F5; opacity: 1;}
--
Gitblit v1.10.0