| | |
| | | display: flex; |
| | | } |
| | | |
| | | |
| | | .textp1 { |
| | | font-size: 30px; |
| | | font-family: Microsoft YaHei; |
| | |
| | | .content { |
| | | height: calc(100% - 60px); |
| | | width: 100%; |
| | | display: flex; |
| | | } |
| | | |
| | | .left_content { |
| | |
| | | |
| | | |
| | | .right_content { |
| | | |
| | | width: calc(100% - 325px); |
| | | height: 100%; |
| | | flex: 1; |
| | | box-sizing: border-box; |
| | | float: left; |
| | | } |
| | | |
| | | .rb { |
| | | border-right: 1px solid #A0A0A0; |
| | | border-bottom: 1px solid #A0A0A0; |
| | | } |
| | | |
| | | #TEInfoEx { |
| | | width: calc(100% - 8px); |
| | | height: calc(100% - 35px); |
| | | box-sizing: border-box; |
| | | } |
| | | |
| | | #TEWinEx { |
| | | width: 100%; |
| | | height: 100%; |
| | | |
| | | box-sizing: border-box; |
| | | } |
| | | |
| | | .fieldset { |
| | | padding: 10px 5px; |
| | | height: calc(100% - 20px); |
| | | padding: 10px 0 10px 8px; |
| | | height: 100%; |
| | | width: 100%; |
| | | box-sizing: border-box; |
| | | } |
| | | |
| | | #layers { |