king
2019-12-18 977ce3d348f898d64ea240c8397b83d3e1cc5bb4
src/components/header/index.scss
@@ -53,17 +53,24 @@
    line-height: 48px;
    li {
      float: left;
      // color: $header-font;
      font-size: 1.7rem;
      margin: 0 10px;
      font-size: 1.8rem;
      cursor: pointer;
      span {
        padding: 0 10px;
        height: 42px;
        display: inline-block;
      }
      &:hover {
        height: 42px;
        color: #eeeeee;
        border-bottom: 4px solid #fafcfb;
      }
      &.active {
        height: 42px;
        color: #ffffff;
        font-weight: bold;
        // font-weight: bold;
        border-bottom: 4px solid #06b4f7;
      }
    }
  }