1
zhang
2026-01-22 6876084ffc4a01c1eca6a609dec8c176efc59aae
zy-acs-cv/src/main/webapp/static/css/crn.css
@@ -1,6 +1,7 @@
body {
    background-color: #6CA7A8;
}
.button-window {
    float: left;
    width: 100%;
@@ -9,6 +10,7 @@
    border-radius: 5px;
    box-shadow: 0 0 3px rgba(0 0 0 .3);
}
/* -------------------- 第一模块 -------------------- */
.log-board {
    background-color: #fff;
@@ -24,17 +26,21 @@
    width: 20%;
    text-align: center;
}
.command-log h2 {
    padding: 10px;
}
.crn-command-item {
    padding: 4px 0;
}
.crn-command-item label {
    font-size: 20px;
    font-weight: bold;
    vertical-align: middle;
}
.crn-command-item span {
    display: inline-block;
    width: 20px;
@@ -43,6 +49,7 @@
    border-radius: 5px;
    vertical-align: middle;
}
.crn-command-item input {
    vertical-align: middle;
    outline: none;
@@ -56,6 +63,7 @@
    width: 80%;
    overflow: auto;
}
/* 堆垛机状态表 */
#crn-state-table {
    font-size: 12px;
@@ -63,18 +71,22 @@
    margin: 0 auto;
    text-align: center;
}
#crn-state-table td, #crn-state-table th {
    border: 1px solid #cad9ea;
    color: #666;
    height: 25px;
}
#crn-state-table thead th {
    background-color: #CCE8EB;
    width: 300px;
}
#crn-state-table tr:nth-child(odd) {
    background: #fff;
}
#crn-state-table tr:nth-child(even) {
    background: #F5FAFA;
}
@@ -88,6 +100,7 @@
    border-radius: 5px;
    box-shadow: 0 0 3px rgba(0,0,0,.3);
}
/* 堆垛机状态信息表 */
#crn-msg-table {
    font-size: 12px;
@@ -95,18 +108,22 @@
    margin: 0 auto;
    text-align: center;
}
#crn-msg-table td, #crn-msg-table th {
    border: 1px solid #f1f1f1;
    color: #666;
    height: 30px;
}
#crn-msg-table thead th {
    background-color: #fff;
    width: 400px;
}
#crn-msg-table tr:nth-child(odd) {
    background: #fff;
}
#crn-msg-table tr:nth-child(even) {
    background: #fff;
}
@@ -127,6 +144,7 @@
    overflow: hidden;
    padding: 20px 0 10px 20px;
}
.operator-item {
    display: inline-block;
    height: 100%;
@@ -136,6 +154,7 @@
    vertical-align: middle;
    padding: 10px 0px 10px 50px;
}
.operator-item .select-title {
    display: inline-block;
    position: absolute;
@@ -150,28 +169,37 @@
    padding: 5px;
    z-index: 999;
}
.operator-item .select-container {
    padding: 10px 0;
    height: 100%;
    border: 1px solid #8d8d8d;
    border-radius: 5px;
}
#crn-select .select-container label {
    display: inline-block;
    padding: 0 20px;
    vertical-align: middle; margin-top:-2px; margin-bottom:1px;
    vertical-align: middle;
    margin-top: -2px;
    margin-bottom: 1px;
}
.select-container input {
    display: inline-block;
    font-size: 12px;
    vertical-align: middle; margin-top:-2px; margin-bottom:1px;
    vertical-align: middle;
    margin-top: -2px;
    margin-bottom: 1px;
}
.select-container-item {
    display: inline-block;
    margin: 0px auto;
    padding: 0;
}
.select-container-item input {
    height: 20px;
    border: 1px solid #8D8D8D;
@@ -186,18 +214,21 @@
    overflow: hidden;
    padding: 0 20px 10px 20px;
}
.task-operator fieldset {
    padding: 15px 20px 5px 50px;
    border-width: 1px;
    border-style: solid;
    height: 100%;
}
.task-operator legend {
    margin-left: 20px;
    padding: 0 10px;
    font-size: 16px;
    font-weight: 300;
}
button.item {
    border: 1px solid #333;
    font-size: 13px;
@@ -211,6 +242,7 @@
    margin-right: 5px;
    border-radius: 5px;
}
button.item:hover {
    background-color: #333;
    color: #fff;
@@ -225,6 +257,7 @@
    text-align: center;
    padding: 80px 0;
}
.crn-operation-shade-span {
    font-size: xx-large;
    font-weight: bold;
@@ -239,6 +272,7 @@
    border-radius: 5px;
    box-shadow: 0 0 3px rgba(0,0,0,.3);
}
#crn-output {
    border-left: none;
    border-right: none;