| | |
| | | border-right: 1px solid #cad9ea; |
| | | } |
| | | |
| | | /* 表格 */ |
| | | .plc-log-header { |
| | | height: 15%; |
| | | } |
| | | .plc-log-body { |
| | | height: 85%; |
| | | overflow: auto; |
| | | } |
| | | |
| | | |
| | | /* 站点表格 */ |
| | | #site-table { |
| | | font-size: 12px; |
| | | border-collapse: collapse; |
| | | margin: 0 auto; |
| | | text-align: center; |
| | | } |
| | | #site-table td, #site-table th { |
| | | border: 1px solid #cad9ea; |
| | | color: #666; |
| | | height: 25px; |
| | | } |
| | | #site-table thead th { |
| | | background-color: #CCE8EB; |
| | | width: 100px; |
| | | } |
| | | #site-table tr:nth-child(odd) { |
| | | background: #fff; |
| | | } |
| | | #site-table tr:nth-child(even) { |
| | | background: #F5FAFA; |
| | | } |
| | | |
| | | |
| | | |
| | | /* plc异常表格 */ |
| | | #plc-error-table { |
| | | font-size: 12px; |
| | | border-collapse: collapse; |
| | | margin: 0 auto; |
| | | } |
| | | #plc-error-table td, #plc-error-table th { |
| | | border: 1px solid #cad9ea; |
| | | color: #666; |
| | | height: 25px; |
| | | text-align: left; |
| | | padding-left: 5px; |
| | | } |
| | | #plc-error-table thead th { |
| | | background-color: #CCE8EB; |
| | | width: 100px; |
| | | } |
| | | #plc-error-table tr:nth-child(odd) { |
| | | background: #fff; |
| | | } |
| | | #plc-error-table tr:nth-child(even) { |
| | | background: #F5FAFA; |
| | | } |
| | | |
| | | |
| | | /* 尾部 */ |
| | | footer { |
| | | height: 11%; |