21 lines
402 B
Plaintext

@import '../common/style/var.less';
@import '../common/style/theme.less';
.van-tabbar {
display: flex;
width: 100%;
.theme(height, '@tabbar-height');
.theme(background-color, '@tabbar-background-color');
&--fixed {
position: fixed;
bottom: 0;
left: 0;
}
&--safe {
padding-bottom: constant(safe-area-inset-bottom);
padding-bottom: env(safe-area-inset-bottom);
}
}