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 | 19 +++++++++++++++++++
1 files changed, 19 insertions(+), 0 deletions(-)
diff --git a/src/main/webapp/views/monitor/css/monitor.css b/src/main/webapp/views/monitor/css/monitor.css
index 2bffe70..aa21086 100644
--- a/src/main/webapp/views/monitor/css/monitor.css
+++ b/src/main/webapp/views/monitor/css/monitor.css
@@ -551,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