ts_aimz/components/tabbar/custom-tabbar.wxss

30 lines
490 B
Plaintext

.tabbar {
position: fixed;
bottom: 0;
left: 0;
width: 100%;
height: 160rpx;
background-color: #FFFFFF;
display: flex;
justify-content: space-around;
align-items: center;
border-top: 1px solid #EEEEEE;
}
.tabbar-item {
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
flex: 1;
}
.tabbar-icon {
width: 24px;
height: 24px;
margin-bottom: 2px;
}
.tabbar-text {
font-size: 12px;
}