vant-weapp/lib/tabbar/index.wxss
2021-08-11 09:47:54 +08:00

1 line
317 B
Plaintext

@import '../common/index.wxss';.van-tabbar{display:flex;box-sizing:initial;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)}