@import '../style/var';

.van-tabbar-item {
  display: flex;
  flex: 1;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: @tabbar-item-text-color;
  // font-size: @tabbar-item-font-size;
  font: normal normal normal @tabbar-item-icon-size/1 'vant-icon';
  font-size: inherit;
  // line-height: @tabbar-item-icon-size;
  cursor: pointer;

  &__icon {
    position: relative;
    // margin-bottom: @tabbar-item-margin-bottom;
    font: normal normal normal @tabbar-item-icon-size/1 'vant-icon';
    font-size: inherit;
    // font-size: @tabbar-item-icon-size;
    display: inline-flex;


    .van-icon {
      display: block;
    }

    img {
      display: block;
      height: 20px;
    }
  }

  &--active {
    color: @tabbar-item-active-color;
    background-color: @tabbar-item-active-background-color;
  }

  &__text {
    margin-top: 4px;
    font: normal normal normal 10px/1 'vant-icon';
    // font-size: inherit;
  }

  .van-info {
    // margin-top: @padding-base;
    right: -7px;
    top:4px;
  }

  .van-iconv {
    font: normal normal normal 24px/1 'vant-icon';
    font-size: inherit;
  }
}
