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 |   20 ++++++++++++++++++++
 1 files changed, 20 insertions(+), 0 deletions(-)

diff --git a/src/main/webapp/views/monitor/css/monitor.css b/src/main/webapp/views/monitor/css/monitor.css
index 6a95bb2..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%;
@@ -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