From c4b6b51afdd3374735ed5f358457987eaa6e476f Mon Sep 17 00:00:00 2001
From: Junjie <540245094@qq.com>
Date: 星期五, 05 九月 2025 16:55:20 +0800
Subject: [PATCH] #

---
 src/main/webapp/views/monitor/css/monitor.css |   39 +++++++++++++++++++++++++++++++++------
 1 files changed, 33 insertions(+), 6 deletions(-)

diff --git a/src/main/webapp/views/monitor/css/monitor.css b/src/main/webapp/views/monitor/css/monitor.css
index f884db3..0091392 100644
--- a/src/main/webapp/views/monitor/css/monitor.css
+++ b/src/main/webapp/views/monitor/css/monitor.css
@@ -27,6 +27,7 @@
     position: relative;
     height: 10%;
     width: 100%;
+    z-index: 999;
 }
 .title{
     position: absolute;
@@ -105,6 +106,7 @@
     height: 30%;
 }
 .introduce-content {
+    text-indent: 2em;
     margin-top: 13px;
     height: 150px;
     width: 100%;
@@ -172,13 +174,14 @@
 }
 .footer span {
     position: absolute;
-    left: 20%;
+    left: 18%;
     top: 50%;
     transform:translateY(-50%);
     -webkit-transform:translateY(-50%);  /*鍏煎-webkit-寮曟搸娴忚鍣�*/
     -moz-transform:translateY(-50%);     /*鍏煎-moz-寮曟搸娴忚鍣�*/
     overflow: hidden;
     text-overflow: ellipsis;
+    white-space:nowrap;
 }
 .footer img {
     position: absolute;
@@ -192,7 +195,7 @@
     float: left;
     width: 52%;
     height: 100%;
-    padding: 2% 1%;
+    padding: 1.2% 1% 1.5% 1%;
     box-sizing: border-box;
 }
 .map-board{
@@ -200,7 +203,7 @@
     width: 100%;
     border: 1px solid rgba(20, 80, 136, 1);
     position: relative;
-    background-color: rgba(3, 36, 85, 0.5); /*閽堝鍏朵粬娴忚鍣�*/
+    background-color: rgba(3, 36, 85, 0.4); /*閽堝鍏朵粬娴忚鍣�*/
     filter: Alpha(Opacity=50); /* 閽堝IE*/
 }
 
@@ -338,13 +341,13 @@
     background-size: 50% auto;
 }
 #elem-header-first {
-    background-image: url("../img/g.png");
+    background-image: url("../img/g1.png");
 }
 #elem-header-second {
-    background-image: url("../img/f.png");
+    background-image: url("../img/f1.png");
 }
 #elem-header-third {
-    background-image: url("../img/e.png");
+    background-image: url("../img/e1.png");
 }
 .elem-main {
     height: 20%;
@@ -382,6 +385,10 @@
     transform-origin: 0 100%;
     right: 0;
     bottom: 0;
+}
+.usage-rate .usage-rate-right span {
+    letter-spacing: 2px;
+    font-size: large;
 }
 .usage-rate-english {
     position: relative;
@@ -441,6 +448,7 @@
     float: right;
     color: #e77b2c;
     vertical-align: middle;
+    font-size: 18px;
 }
 
 /*杈规*/
@@ -545,4 +553,23 @@
         top: 0;
         opacity: 1;
     }
+}
+
+.item-img {
+    background-size: 100% 100%;
+}
+#img-1 {
+    background-image: url(../img/banner/banner1.jpg);
+}
+#img-2 {
+    background-image: url(../img/banner/banner2.jpg);
+}
+#img-3 {
+    background-image: url(../img/banner/banner3.jpg);
+}
+#img-4 {
+    background-image: url(../img/banner/banner4.jpg);
+}
+#img-5 {
+    background-image: url(../img/banner/banner5.jpg);
 }
\ No newline at end of file

--
Gitblit v1.9.1