king
2019-12-18 1a14ff6035932eadfb6ef7970e3adb24b4e158a6
src/components/header/index.scss
@@ -2,7 +2,6 @@
.header-container {
  position: fixed;
  // background-color: $header-bg;
  z-index: 1060;
  left: 0;
  top: 0;
@@ -62,15 +61,16 @@
      }
      &:hover {
        height: 42px;
        color: #eeeeee;
        span {
        border-bottom: 4px solid #fafcfb;
      }
      }
      &.active {
        height: 42px;
        color: #ffffff;
        // font-weight: bold;
        span {
        border-bottom: 4px solid #06b4f7;
        }
      }
    }
  }
@@ -95,28 +95,12 @@
      }
    }
  }
  // .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 {