@media only screen and (max-width:320px){
    .van-tabbar-item__icon img{
        width:auto;
        height:18px;
    }
}

@media only screen and (min-width:321px) and (max-width:500px){
    .van-tabbar-item__icon img{
        width:auto;
        height:24px;
    }
}




