| | |
| | | height: 100%; |
| | | font-size: 18px; |
| | | |
| | | .page-header-box { |
| | | width: 100%; |
| | | display: flex; |
| | | justify-content: space-between; |
| | | align-items: center; |
| | | height: 50px; |
| | | .evenBox { |
| | | position: relative; |
| | | height: 100%; |
| | | display: flex; |
| | | flex-direction: column; |
| | | justify-content: space-between; |
| | | .evenIcon{ |
| | | height: 50px; |
| | | } |
| | | .evenContent { |
| | | position: absolute; |
| | | top: 5px; |
| | | left: 0; |
| | | font-size: 16px; |
| | | font-weight: 700; |
| | | font-family: '楷体'; |
| | | |
| | | span:nth-child(1) { |
| | | padding: 0 10px; |
| | | border-right: 1px solid #00ADEF; |
| | | margin-right: 10px; |
| | | } |
| | | } |
| | | } |
| | | .oddBox { |
| | | width: 100%; |
| | | display: flex; |
| | | justify-content: flex-end; |
| | | align-items: center; |
| | | font-size: 16px; |
| | | font-weight: 700; |
| | | font-family: '楷体'; |
| | | span:nth-child(1) { |
| | | margin-right: 10px; |
| | | } |
| | | |
| | | span:nth-child(3) { |
| | | padding: 0 10px; |
| | | border-left: 1px solid #00ADEF; |
| | | margin-left: 10px; |
| | | } |
| | | .oddIcon { |
| | | width: 18px; |
| | | margin-right: 5px; |
| | | } |
| | | } |
| | | } |
| | | |
| | | .page-box { |
| | | box-sizing: border-box; |
| | | min-height: 1150px; |