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

---
 src/main/webapp/views/monitor/monitor.html |   11 ++++++-----
 1 files changed, 6 insertions(+), 5 deletions(-)

diff --git a/src/main/webapp/views/monitor/monitor.html b/src/main/webapp/views/monitor/monitor.html
index d692433..006c328 100644
--- a/src/main/webapp/views/monitor/monitor.html
+++ b/src/main/webapp/views/monitor/monitor.html
@@ -71,6 +71,7 @@
             }
         }
 
+
     </style>
 </head>
 <body class="monitor-bg">
@@ -196,11 +197,11 @@
 
                         <div class="layui-carousel" id="test1">
                             <div carousel-item>
-                                <div style="background-color: red"></div>
-                                <div style="background-color: gold"></div>
-                                <div style="background-color: #333333"></div>
-                                <div style="background-color: #00FF00"></div>
-                                <div style="background-color: #5FB878"></div>
+                                <div class="item-img" id="img-1" style="background-color: red"></div>
+                                <div class="item-img" id="img-2" style="background-color: gold"></div>
+                                <div class="item-img" id="img-3" style="background-color: green"></div>
+                                <div class="item-img" id="img-4" style="background-color: white"></div>
+                                <div class="item-img" id="img-5" style="background-color: darkgoldenrod"></div>
                             </div>
                         </div>
 

--
Gitblit v1.9.1