| | |
| | | } |
| | | } |
| | | } |
| | | .header-drag-menu { |
| | | float: left; |
| | | } |
| | | // .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); |
| | | transition: bottom 0.1s; |
| | | } |
| | | .mask.active { |
| | | bottom: 0px; |
| | | background-color: rgba(0, 0, 0, 0.15); |
| | | } |
| | | // .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 { |