#
vincent
2020-06-02 74034e7a6f6e6ba2137152464dc26140c339af2a
#
1个文件已修改
14 ■■■■ 已修改文件
src/main/webapp/static/css/console.css 14 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/main/webapp/static/css/console.css
@@ -30,14 +30,16 @@
/* 系统运行状态 */
.system-state {
    float: left;
    margin-left: 30px;
    margin-top: 30px;
    width: 10%;
    height: 100%;
    padding: 20px;
    text-align: center;
    color: #2d6aff;
}
.system-icon {
    width: 100px;
    height: 100px;
    display: inline-block;
    width: 70%;
    height: 70%;
    background-image: url("../image/stop48.png");
    background-repeat: no-repeat;
    background-size:100% 100%;
@@ -45,9 +47,13 @@
    cursor: pointer;
}
.system-state span {
    font-size: large;
    display: inline-block;
    padding-top: 10px;
    font-weight: bold;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
/* 状态显示 */