@import "../../styles/themes/variable.scss";


#{$xh-prefix}-tabbar {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  height: 100%;
  &-nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 20px;
    font-size: 34px;
    box-sizing: border-box;
    position: relative;

    &-item {
      flex: 1;
      text-align: center;
    }
    &-line {
      width: 60px;
      height: 6px;
      border-radius: 100px;
      position: absolute;
      bottom: 0;
      transition: transform 0.3s;
      &-active {
        transition: all 0.3s;
      }
    }
  }
  &-content {
    overflow-y: scroll;
    &-item {
      overflow: hidden;
      width: 750px;
      float: left;
      box-sizing: border-box;
    }
    &-item-dispaly {
      display: none;
    }
    &-item-active {
      transition-duration: 0.5s;
    }
  }
}
