From dfd17535bff020595da0f7b98a9d12cf5318a8e6 Mon Sep 17 00:00:00 2001
From: luxiaotao1123 <t1341870251@163.com>
Date: 星期三, 18 十一月 2020 10:55:47 +0800
Subject: [PATCH] #

---
 src/main/webapp/views/monitor/css/monitor.css |   22 +++++++++++++++++++++-
 1 files changed, 21 insertions(+), 1 deletions(-)

diff --git a/src/main/webapp/views/monitor/css/monitor.css b/src/main/webapp/views/monitor/css/monitor.css
index 2080826..aa21086 100644
--- a/src/main/webapp/views/monitor/css/monitor.css
+++ b/src/main/webapp/views/monitor/css/monitor.css
@@ -105,6 +105,7 @@
     height: 30%;
 }
 .introduce-content {
+    text-indent: 2em;
     margin-top: 13px;
     height: 150px;
     width: 100%;
@@ -172,7 +173,7 @@
 }
 .footer span {
     position: absolute;
-    left: 20%;
+    left: 18%;
     top: 50%;
     transform:translateY(-50%);
     -webkit-transform:translateY(-50%);  /*鍏煎-webkit-寮曟搸娴忚鍣�*/
@@ -550,4 +551,23 @@
         top: 0;
         opacity: 1;
     }
+}
+
+.item-img {
+    background-size: 100% 100%;
+}
+#img-1 {
+    background-image: url(../img/banner/test1.jpg);
+}
+#img-2 {
+    background-image: url(../img/banner/test2.jpg);
+}
+#img-3 {
+    background-image: url(../img/banner/test3.png);
+}
+#img-4 {
+    background-image: url(../img/banner/test1.jpg);
+}
+#img-5 {
+    background-image: url(../img/banner/test2.jpg);
 }
\ No newline at end of file

--
Gitblit v1.9.1