hae
Version:
Mobile web UI based on Vux
56 lines (48 loc) • 978 B
text/less
@import "../../base/fn";
.weui-tabbar {
display: flex;
position: absolute;
z-index: 500;
bottom: 0;
width: 100%;
background-color: #F7F7FA;
&:before {
.setTopLine(#C0BFC4);
}
}
.weui-tabbar__item {
display: block;
flex: 1;
padding: 5px 0 0;
font-size: 0;
color: @weuiTextColorGray;
text-align: center;
.setTapColor();
&.weui-bar__item_on {
.weui-tabbar__icon,
.weui-tabbar__icon > i,
.weui-tabbar__label {
color: @tabbar-text-active-color;
}
}
}
.weui-tabbar__icon {
display: inline-block;
width: 27px;
height: 27px;
i&,
> i {
font-size: 24px;
color: @weuiTextColorGray;
}
img {
width: 100%;
height: 100%;
}
}
.weui-tabbar__label {
text-align: center;
color: @weuiTextColorGray;
font-size: 10px;
line-height: 1.8;
}