tabBox.less 595 Bytes
.tabBox {
    // tab上线填充
    .van-tabs--line .van-tabs__wrap{
        padding: 30px 0;
        height: auto !important;
    }
    // tab标题颜色和字号
    .van-tab{
        color: #B4B4B4;
        font-size: 32px;
    }
    // tab选中颜色
    .van-tab--active{
        color: #333333;
    }
    // 选中下划线
    .van-tabs__line{
        background-color: #FC1541;
        width: 40px !important;
        height: 4px;
        top: 40px;
    }
    // tab边框
    .van-hairline--top-bottom::after, .van-hairline-unset--top-bottom::after{
        border-width: 0;
    }
}