#
luxiaotao1123
2020-12-30 cb15c6400b7dfc3855e5fdd76b8b217bf6bc9567
src/main/webapp/views/monitor/css/monitor.css
@@ -27,6 +27,7 @@
    position: relative;
    height: 10%;
    width: 100%;
    z-index: 999;
}
.title{
    position: absolute;
@@ -180,6 +181,7 @@
    -moz-transform:translateY(-50%);     /*兼容-moz-引擎浏览器*/
    overflow: hidden;
    text-overflow: ellipsis;
    white-space:nowrap;
}
.footer img {
    position: absolute;
@@ -193,7 +195,7 @@
    float: left;
    width: 52%;
    height: 100%;
    padding: 2% 1%;
    padding: 1.2% 1% 1.5% 1%;
    box-sizing: border-box;
}
.map-board{
@@ -201,7 +203,7 @@
    width: 100%;
    border: 1px solid rgba(20, 80, 136, 1);
    position: relative;
    background-color: rgba(3, 36, 85, 0.5); /*针对其他浏览器*/
    background-color: rgba(3, 36, 85, 0.4); /*针对其他浏览器*/
    filter: Alpha(Opacity=50); /* 针对IE*/
}
@@ -560,14 +562,14 @@
    background-image: url(../img/banner/banner1.jpg);
}
#img-2 {
    background-image: url(../img/banner/test2.jpg);
    background-image: url(../img/banner/banner2.jpg);
}
#img-3 {
    background-image: url(../img/banner/test3.png);
    background-image: url(../img/banner/banner3.jpg);
}
#img-4 {
    background-image: url(../img/banner/test1.jpg);
    background-image: url(../img/banner/banner4.jpg);
}
#img-5 {
    background-image: url(../img/banner/test2.jpg);
    background-image: url(../img/banner/banner5.jpg);
}