| | |
| | | *{ |
| | | margin: 0; |
| | | /*overflow: hidden;*/ |
| | | font-size: 10px; |
| | | } |
| | | html,body{ |
| | | height: 100%; |
| | | } |
| | | /* 画布 */ |
| | | #root { |
| | | /*height: 100%;*/ |
| | | min-height:100%; |
| | | height: 100%; |
| | | width: 100%; |
| | | margin: 0; |
| | | background-color: /* #2C3E50 */ #2e4e7e; |
| | | position: relative; |
| | | position: absolute; |
| | | } |
| | | #top-tab { |
| | | width: 100%; |
| | |
| | | color:white; |
| | | line-height: 94px; |
| | | text-align: center; |
| | | font-size: 40px; |
| | | } |
| | | #showTime { |
| | | width: 350px; |
| | |
| | | cursor: default; |
| | | } |
| | | #main-tab th { |
| | | height: 50px; |
| | | width: 50px; |
| | | height: 40px; |
| | | width: 25px; |
| | | background-color: /* #223962 */#3a4a5a; |
| | | } |
| | | |