whycq
2022-03-18 c3682d3c5951e84cdf085c62263af4c64e232f58
src/main/webapp/static/css/crn.css
@@ -1,8 +1,14 @@
body {
    padding: 10px;
    background-color: #f1f1f1;
    background-color: #6CA7A8;
}
.button-window {
    float: left;
    width: 100%;
    height: 100%;
    padding: 10px;
    border-radius: 5px;
    box-shadow: 0 0 3px rgba(0 0 0 .3);
}
/* -------------------- 第一模块 -------------------- */
.log-board {
    background-color: #fff;
@@ -22,7 +28,7 @@
    padding: 10px;
}
.crn-command-item {
    padding: 20px 0;
    padding: 4px 0;
}
.crn-command-item label {
    font-size: 20px;
@@ -40,7 +46,7 @@
.crn-command-item input {
    vertical-align: middle;
    outline: none;
    width: 70%;
    width: 60%;
}
/* 右 */
@@ -48,7 +54,7 @@
    float: left;
    height: 100%;
    width: 80%;
    overflow: hidden;
    overflow: auto;
}
/* 堆垛机状态表 */
#crn-state-table {
@@ -75,9 +81,9 @@
/* -------------------- 第二模块 -------------------- */
.crn-msg {
    overflow: hidden;
    /*overflow: auto;*/
    margin-top: 10px;
    height: 20%;
    height: 23%;
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0 0 3px rgba(0,0,0,.3);
@@ -107,6 +113,7 @@
/* -------------------- 第三模块 -------------------- */
.crn-operation {
    position: relative;
    margin-top: 10px;
    height: 25%;
    background-color: #fff;
@@ -118,7 +125,7 @@
.task-select {
    height: 50%;
    overflow: hidden;
    padding: 20px 0px 10px 30px;
    padding: 20px 0 10px 20px;
}
.operator-item {
    display: inline-block;
@@ -143,7 +150,7 @@
    z-index: 999;
}
.operator-item .select-container {
    padding: 30px;
    padding: 30px 0;
    height: 100%;
    border: 1px solid #8d8d8d;
    border-radius: 5px;
@@ -164,6 +171,7 @@
    padding: 0 10px;
}
.select-container-item input {
    height: 20px;
    border: 1px solid #8D8D8D;
    border-radius: 3px;
    width: 80px;
@@ -177,7 +185,7 @@
    padding: 0 20px 10px 20px;
}
.task-operator fieldset {
    padding: 5px 20px;
    padding: 15px 20px 5px 50px;
    border-width: 1px;
    border-style: solid;
    height: 100%;
@@ -187,10 +195,6 @@
    padding: 0 10px;
    font-size: 16px;
    font-weight: 300;
}
.button-group {
    margin-top: 10px;
    margin-left: 30px;
}
button.item {
    border: 1px solid #333;
@@ -210,11 +214,25 @@
    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 {
    /*padding: 10px;*/
    margin-top: 10px;
    height: 23%;
    height: 20%;
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0 0 3px rgba(0,0,0,.3);
@@ -228,4 +246,5 @@
    height: 100%;
    overflow: auto;
    resize:none;
}
    color: #666;
}