#
luxiaotao1123
2020-11-10 b1da41ef0539aeb65caa082bd2513096c898b25e
src/main/webapp/views/monitor/css/monitor.css
@@ -185,41 +185,18 @@
    float: left;
    width: 52%;
    height: 100%;
    padding: 2% 1%;
    box-sizing: border-box;
}
.map-board{
    height: 86%;
    width: 100%;
    margin-top: 2%;
}
#map {
    height: 100%;
    width: 100%;
}
.station-list {
    height: 10%;
}
.station-list .outside {
    height: 100%;
    display: inline-block;
    box-sizing: border-box;
    width: 24.2%; /*todo*/
    padding: 1.5% 1%;
}
.station-list .inside {
    height: 100%;
    filter: Alpha(Opacity=50); /* 针对IE*/
    background-color: rgba(3, 36, 85, 1); /*针对其他浏览器*/
    border: 1px solid rgba(20, 80, 136, 1);
    position: relative;
    cursor: pointer;
    background-color: rgba(3, 36, 85, 0.5); /*针对其他浏览器*/
    filter: Alpha(Opacity=50); /* 针对IE*/
}
.station-name {
    height: 100%;
    width: 100%;
    text-align: center;
    position: absolute;
    line-height: 44px;
}
/*右*/
/*右上*/