| | |
| | | text-align: center; |
| | | } |
| | | #crn-msg-table td, #crn-msg-table th { |
| | | border: 1px solid #cad9ea; |
| | | border: 1px solid #f1f1f1; |
| | | color: #666; |
| | | height: 25px; |
| | | height: 30px; |
| | | } |
| | | #crn-msg-table thead th { |
| | | background-color: #CCE8EB; |
| | | background-color: #fff; |
| | | width: 400px; |
| | | } |
| | | #crn-msg-table tr:nth-child(odd) { |
| | | background: #fff; |
| | | } |
| | | #crn-msg-table tr:nth-child(even) { |
| | | background: #F5FAFA; |
| | | background: #fff; |
| | | } |
| | | |
| | | /* 第三模块 */ |
| | |
| | | box-shadow: 0 0 3px rgba(0,0,0,.3); |
| | | } |
| | | |
| | | .crn-output { |
| | | /* 第四模块 */ |
| | | .crn-output-board { |
| | | margin-top: 10px; |
| | | height: 23%; |
| | | background-color: #fff; |
| | | border-radius: 5px; |
| | | box-shadow: 0 0 3px rgba(0,0,0,.3); |
| | | } |
| | | #crn-output { |
| | | border: 1px solid #b9b9b9; |
| | | width: 100%; |
| | | height: 100%; |
| | | overflow: auto; |
| | | resize:none; |
| | | } |