@meleon/uni-ui
Version:
A uniapp components library written in vue3 and typescript
37 lines (36 loc) • 711 B
text/less
.ml-tabbar {
position: fixed;
bottom: 0;
left: 0;
box-sizing: border-box;
padding: 5px 18px;
display: flex;
align-items: center;
justify-content: space-around;
border-top: solid 1px;
border-color: #e7e7e7;
background-color: #ffffff;
&-item {
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
cursor: pointer;
&-label {
font-size: 10px;
color: #808080;
}
}
.is-select {
.ml-tabbar-item-label {
color: #5aa2ff;
}
}
.is-main {
box-sizing: border-box;
height: 100%;
padding: 8px 12px;
border-radius: 5px;
background-color: #ed555a;
}
}