@import "../styles/base/fn.wxss";

.@{wuxClassNamePrefix}-tabs {
    display: flex;
    width: 100%;
    height: 44px;
    line-height: 44px;
    box-sizing: border-box;
    position: relative;
    justify-content: space-around;
    align-items: center;
    background: #fff;

    &--scroll {
        display: block;
        overflow: auto;
        white-space: nowrap;
    }

    &--vertical {
        display: inline-flex;
        width: auto;
        height: auto;
        max-height: 270px;
        flex-direction: column;
    }
}