#
luxiaotao1123
2020-11-18 93ec8c50adfce76322d55b785c7ed08b83bf4654
#
2个文件已修改
3个文件已添加
30 ■■■■ 已修改文件
src/main/webapp/views/monitor/css/monitor.css 19 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/main/webapp/views/monitor/img/banner/test1.jpg 补丁 | 查看 | 原始文档 | blame | 历史
src/main/webapp/views/monitor/img/banner/test2.jpg 补丁 | 查看 | 原始文档 | blame | 历史
src/main/webapp/views/monitor/img/banner/test3.png 补丁 | 查看 | 原始文档 | blame | 历史
src/main/webapp/views/monitor/monitor.html 11 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
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);
}
src/main/webapp/views/monitor/img/banner/test1.jpg
src/main/webapp/views/monitor/img/banner/test2.jpg
src/main/webapp/views/monitor/img/banner/test3.png
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>