@import "../style/var";
@import "../style/base.less";

.fe-navbar.fe-navbar-fixed {
  top: 0;
  left: 0;
  width: 100%;
  position: fixed;
}
.fe-navbar {
  height: 46px;
  position: relative;
  text-align: center;
  line-height: 46px;
  background-color: #fff;
  user-select: none;

  .fe-navbar-title {
    margin: 0 auto;
    max-width: 60%;
    font-size: 16px;
    font-weight: bold;
    .fe-ellipsis;
  }
  .fe-navbar-subtitle {
    margin: 0 auto;
    max-width: 60%;
    font-size: 16px;
    .fe-navbar-sub-title {
      height: 26px;
      line-height: 26px;
      .fe-ellipsis;
      font-weight: bold;
    }
    .fe-navbar-sub-subtitle {
      height: 20px;
      line-height: 20px;
      font-size: 12px;
      .fe-ellipsis;
    }
  }

  .fe-navbar-left,
  .fe-navbar-right {
    bottom: 0;
    font-size: 14px;
    position: absolute;
  }

  .fe-navbar-left {
    left: 16px;
  }

  .fe-navbar-right {
    height: 46px;
    line-height: 46px;
    right: 16px;
    .feart.feart-more {
      line-height: 46px;
      font-size: 44px;
    }
  }

  .fe-navbar-text {
    color: @blue;
    margin: 0 -16px;
    padding: 0 16px;
    display: inline-block;
    // vertical-align: middle;
  }
}
