Newer
Older
smart_construction / miniprogram / miniprogram_npm / @vant / weapp / tabbar / index.wxss
zhout on 27 May 2020 319 bytes Initial Commit
@import '../common/index.wxss';.van-tabbar{display:-webkit-flex;display:flex;width:100%;height:50px;height:var(--tabbar-height,50px);background-color:#fff;background-color:var(--tabbar-background-color,#fff)}.van-tabbar--fixed{position:fixed;bottom:0;left:0}.van-tabbar--safe{padding-bottom:env(safe-area-inset-bottom)}