Files
fesatcodeMiniApp/node_modules/@vant/weapp/dist/tabbar/index.wxss
王鹏 0c2edb6036 init
2025-08-14 14:52:01 +08:00

1 line
283 B
Plaintext

@import '../common/index.wxss';.van-tabbar{background-color:var(--tabbar-background-color,#fff);box-sizing:initial;display:flex;height:var(--tabbar-height,50px);width:100%}.van-tabbar--fixed{bottom:0;left:0;position:fixed}.van-tabbar--safe{padding-bottom:env(safe-area-inset-bottom)}