| | |
| | | padding: 10px; |
| | | background-color: #f1f1f1; |
| | | } |
| | | |
| | | .button-window { |
| | | float: left; |
| | | width: 5%; |
| | | height: 100%; |
| | | } |
| | | /* -------------------- 第一模块 -------------------- */ |
| | | .log-board { |
| | | background-color: #fff; |
| | |
| | | .command-log { |
| | | float: left; |
| | | height: 100%; |
| | | width: 20%; |
| | | width: 19%; |
| | | text-align: center; |
| | | } |
| | | .command-log h2 { |
| | |
| | | .crn-state { |
| | | float: left; |
| | | height: 100%; |
| | | width: 80%; |
| | | width: 76%; |
| | | overflow: auto; |
| | | } |
| | | /* 堆垛机状态表 */ |
| | |
| | | |
| | | /* -------------------- 第二模块 -------------------- */ |
| | | .crn-msg { |
| | | overflow: auto; |
| | | /*overflow: auto;*/ |
| | | margin-top: 10px; |
| | | height: 23%; |
| | | background-color: #fff; |