@antmjs/vantui
Version:
一套适用于Taro3及React的vantui组件库
25 lines (19 loc) • 473 B
text/less
@import '../style/var.less';
.van-tabbar {
display: flex;
box-sizing: content-box;
width: 100%;
.theme(z-index, '@tabbar-z-index');
.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);
/* stylelint-disable-next-line */
padding-bottom: env(safe-area-inset-bottom);
}
}