| | |
| | | /* 画布 */ |
| | | #root { |
| | | /*height: 100%;*/ |
| | | /*width: 100%;*/ |
| | | width: 100%; |
| | | /*margin: 0;*/ |
| | | /*background-color: !* #2C3E50 *! #2e4e7e;*/ |
| | | position: absolute; |
| | | position: relative; |
| | | } |
| | | |
| | | #top-tab { |
| | |
| | | /* 弹出层 */ |
| | | #details { |
| | | width: 98%; |
| | | height: 90%; |
| | | height: 170%; |
| | | margin-bottom: 100px; |
| | | background-color: #FFF; |
| | | box-shadow: 0px 5px 20px #000; |
| | | border-radius: 15px; |
| | |
| | | top:2.5%; |
| | | left:1%; |
| | | display: none; |
| | | |
| | | } |
| | | #tips { |
| | | width: 30%; |
| | |
| | | background-color: #FFF; |
| | | box-shadow: 0px 5px 20px #000; |
| | | border-radius: 15px; |
| | | position: relative; |
| | | position: absolute; |
| | | top:30%; |
| | | left:35%; |
| | | display: none; |