#
vincent
2020-06-04 595e524caf95e8006d42d8bda6aa1bf737e768db
src/main/webapp/static/css/crn.css
@@ -48,7 +48,7 @@
    float: left;
    height: 100%;
    width: 80%;
    overflow: hidden;
    overflow: auto;
}
/* 堆垛机状态表 */
#crn-state-table {
@@ -75,7 +75,7 @@
/* -------------------- 第二模块 -------------------- */
.crn-msg {
    overflow: hidden;
    overflow: auto;
    margin-top: 10px;
    height: 20%;
    background-color: #fff;
@@ -107,6 +107,7 @@
/* -------------------- 第三模块 -------------------- */
.crn-operation {
    position: relative;
    margin-top: 10px;
    height: 25%;
    background-color: #fff;
@@ -207,6 +208,21 @@
    color: #fff;
}
/* 手动操作遮罩 */
.crn-operation-shade {
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: 1000;
    text-align: center;
    padding: 80px 0;
}
.crn-operation-shade-span {
    font-size: xx-large;
    font-weight: bold;
    color: red;
}
/* -------------------- 第四模块 -------------------- */
.crn-output-board {
    margin-top: 10px;
@@ -225,4 +241,4 @@
    overflow: auto;
    resize:none;
    color: #666;
}
}