| | |
| | | /*overflow: hidden;*/ |
| | | font-size: 10px; |
| | | } |
| | | html,body{ |
| | | html { |
| | | height: 100%; |
| | | } |
| | | |
| | | body{ |
| | | background-color: #2e4e7e; |
| | | height: 500px; |
| | | width: 100%; |
| | | } |
| | | /* 画布 */ |
| | | #root { |
| | | height: 100%; |
| | | /*height: 100%;*/ |
| | | width: 100%; |
| | | margin: 0; |
| | | background-color: /* #2C3E50 */ #2e4e7e; |
| | | position: absolute; |
| | | /*margin: 0;*/ |
| | | /*background-color: !* #2C3E50 *! #2e4e7e;*/ |
| | | position: relative; |
| | | } |
| | | #top-tab { |
| | | width: 100%; |
| | |
| | | #main-tab { |
| | | margin-top: 1%; |
| | | width: 98%; |
| | | align: center; |
| | | color: #d9d9d9; |
| | | margin-left: 1%; |
| | | margin-right: 1%; |
| | | margin-bottom: 10%; |
| | | } |
| | | #main-tab,th,td{ |
| | | border: 1px solid #fff; |
| | |
| | | background-color: #FFF; |
| | | box-shadow: 0px 5px 20px #000; |
| | | border-radius: 15px; |
| | | position: relative; |
| | | position: absolute; |
| | | top:30%; |
| | | left:35%; |
| | | display: none; |