scss SCSS - 移动汉堡包

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了scss SCSS - 移动汉堡包相关的知识,希望对你有一定的参考价值。

.c-modal-nav-button {
  display: block;
    position: absolute;
    top: 34px;
    right: 26px;
    height: 25px;
    width: 35px;
    cursor: pointer;
    z-index: 100;
    transition: opacity .25s ease;

    &:hover {
      opacity: .7;
    }

    span {
      background: $color-;
      border: none;
      height: 5px;
      width: 100%;
      position: absolute;
      top: 0;
      left: 0;
      transition:  all .35s ease;
      cursor: pointer;
      &:nth-of-type(2) {
        top: 11px;
      }
      &:nth-of-type(3) {
        top: 22px;
      }
    }

    @include media('>large') {
    display: none;
    }
}

以上是关于scss SCSS - 移动汉堡包的主要内容,如果未能解决你的问题,请参考以下文章

scss 轻松创建汉堡包按钮。

scss 汉堡菜单

scss Sass汉堡到“x”关闭

scss 汉堡动画

将 SCSS 和 JS 文件添加到 html,无法正常工作

scss SCSS - 移动菜单