| | |
| | | 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; |
| | |
| | | padding: 10px; |
| | | } |
| | | .crn-command-item { |
| | | padding: 20px 0; |
| | | padding: 4px 0; |
| | | } |
| | | .crn-command-item label { |
| | | font-size: 20px; |
| | |
| | | .crn-command-item input { |
| | | vertical-align: middle; |
| | | outline: none; |
| | | width: 70%; |
| | | width: 60%; |
| | | } |
| | | |
| | | /* 右 */ |
| | |
| | | |
| | | /* -------------------- 第二模块 -------------------- */ |
| | | .crn-msg { |
| | | overflow: auto; |
| | | /*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); |
| | |
| | | .operator-item { |
| | | display: inline-block; |
| | | height: 100%; |
| | | width: 20%; |
| | | text-align: center; |
| | | position: relative; |
| | | vertical-align: middle; |
| | | padding: 0 20px; |
| | | padding: 10px 0px 10px 50px; |
| | | } |
| | | .operator-item .select-title { |
| | | display: inline-block; |
| | |
| | | z-index: 999; |
| | | } |
| | | .operator-item .select-container { |
| | | padding: 30px 0; |
| | | padding: 10px 0; |
| | | height: 100%; |
| | | border: 1px solid #8d8d8d; |
| | | border-radius: 5px; |
| | |
| | | } |
| | | .select-container-item { |
| | | display: inline-block; |
| | | padding: 0 10px; |
| | | margin: 0px auto; |
| | | padding: 0; |
| | | } |
| | | .select-container-item input { |
| | | height: 20px; |
| | |
| | | /* -------------------- 第四模块 -------------------- */ |
| | | .crn-output-board { |
| | | margin-top: 10px; |
| | | height: 23%; |
| | | height: 20%; |
| | | background-color: #fff; |
| | | border-radius: 5px; |
| | | box-shadow: 0 0 3px rgba(0,0,0,.3); |