lojk-ui
Version:
lojk vue ui components library
51 lines (50 loc) • 951 B
CSS
.lotus-tab-bar {
background: #fbfbfb;
position: fixed;
left: 0;
bottom: 0;
z-index: 9999;
width: 100%;
/*display: -webkit-box;
display: -webkit-flex;*/
display: flex;
align-items: center;
justify-content: center;
font-size: 0.32rem;
}
.lotus-tab-bar:after {
content: " ";
position: absolute;
left: 0;
top: 0;
right: 0;
height: 1px;
border-top: 1px solid #eee;
color: #eee;
transform-origin: 0 0;
transform: scaleY(0.5);
}
.lotus-tab-bar-list,
.lotus-tab-bar-wrap {
width: 100%;
max-width: 750px;
/*display: -webkit-box;
display: -webkit-flex;*/
display: flex;
align-items: center;
justify-content: center;
justify-content: space-between;
}
.lotus-tab-bar-item {
padding: 0.18666667rem 0rem;
flex: 1;
text-align: center;
}
.lotus-tab-bar-item-pic {
width: 0.66666667rem;
height: 0.66666667rem;
vertical-align: middle;
}
.lotus-tab-bar-item-title {
padding-top: 0.13333333rem;
}