| | |
| | | |
| | | .header-container { |
| | | position: fixed; |
| | | // background-color: $header-bg; |
| | | z-index: 1060; |
| | | left: 0; |
| | | top: 0; |
| | |
| | | } |
| | | |
| | | &:hover { |
| | | height: 42px; |
| | | color: #eeeeee; |
| | | border-bottom: 4px solid #fafcfb; |
| | | span { |
| | | border-bottom: 4px solid #fafcfb; |
| | | } |
| | | } |
| | | &.active { |
| | | height: 42px; |
| | | color: #ffffff; |
| | | // font-weight: bold; |
| | | border-bottom: 4px solid #06b4f7; |
| | | span { |
| | | border-bottom: 4px solid #06b4f7; |
| | | } |
| | | } |
| | | } |
| | | } |
| | |
| | | } |
| | | } |
| | | } |
| | | // .header-drag-menu { |
| | | // float: left; |
| | | // } |
| | | .edit-check { |
| | | font-size: 18px; |
| | | margin-top: 14px; |
| | | margin-left: 10px; |
| | | cursor: pointer; |
| | | } |
| | | // .mask { |
| | | // position: fixed; |
| | | // top: 48px; |
| | | // left: 0px; |
| | | // right: 0px; |
| | | // bottom: calc(100vh - 48px); |
| | | // background-color: rgba(0, 0, 0, 0); |
| | | // transition: background-color 0.5s; |
| | | // } |
| | | // .mask.active { |
| | | // bottom: 0px; |
| | | // background-color: rgba(0, 0, 0, 0.25); |
| | | // } |
| | | } |
| | | .header-dropdown { |
| | | li { |