wux-weapp
Version:
一套组件化、可复用、易扩展的微信小程序 UI 组件库
37 lines (30 loc) • 652 B
text/less
@import "../styles/mixins/index.less";
@import "../styles/themes/index.less";
.@{wux-prefix}-tabbar {
position: relative;
z-index: 500;
width: 100%;
background-color: @tabbar-bg;
box-sizing: border-box;
&-wrap {
width: 100%;
min-height: @tabbar-height;
box-sizing: border-box;
}
&--bottom {
position: fixed;
left: 0;
bottom: 0;
&::after {
.setTopLine(@border-color-split);
}
}
&--top {
position: fixed;
left: 0;
top: 0;
&::after {
.setBottomLine(@border-color-split);
}
}
}