| | |
| | | width: 100%; |
| | | height: 48px; |
| | | color: rgba(255, 255, 255, 0.65); |
| | | position: fixed; |
| | | top: 0px; |
| | | z-index: 10; |
| | | |
| | | background: #001529; |
| | | border-bottom: 1px solid #000; |
| | | |
| | | .lang { |
| | | position: absolute; |
| | | font-size: 18px; |
| | | left: calc(50% - 12px); |
| | | top: 10px; |
| | | color: #ffffff; |
| | | } |
| | | .header-logo { |
| | | float: left; |
| | | width: 180px; |
| | |
| | | max-height: 40px; |
| | | } |
| | | } |
| | | .header-setting { |
| | | .header-user { |
| | | float: right; |
| | | line-height: 48px; |
| | | margin-right: 10px; |
| | |
| | | } |
| | | } |
| | | } |
| | | .change-view { |
| | | position: absolute; |
| | | left: calc(50% - 70px); |
| | | top: 12px; |
| | | .ant-radio-wrapper { |
| | | color: #ffffff; |
| | | } |
| | | } |
| | | } |