/**
* @vux Copy weui_tab.less and Remove navbar
*/

@import "../../base/fn";
@import "tabbar";

.weui_tab {
    position: relative;
    height: 100%;
}

.weui_tab_bd {
    box-sizing: border-box;
    height: 100%;
    padding-bottom: 55/@w;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    font-size: 26/@w2;
}

.weui_tab_bd_item {
    display: none;
}

.weui_tab_bd_item_active {
    display: block;
} 