| | |
| | | |
| | | /* -------------------- 第三模块 -------------------- */ |
| | | .crn-operation { |
| | | position: relative; |
| | | margin-top: 10px; |
| | | height: 25%; |
| | | background-color: #fff; |
| | |
| | | color: #fff; |
| | | } |
| | | |
| | | /* 手动操作遮罩 */ |
| | | .crn-operation-shade { |
| | | position: absolute; |
| | | height: 100%; |
| | | width: 100%; |
| | | z-index: 1000; |
| | | cursor: pointer; |
| | | 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; |
| | |
| | | overflow: auto; |
| | | resize:none; |
| | | color: #666; |
| | | } |
| | | } |