ts_aimz/components/tabbar/custom-tabbar.wxss
2025-04-14 15:59:06 +08:00

29 lines
477 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;
}
.tabbar-icon {
width: 24px;
height: 24px;
margin-bottom: 2px;
}
.tabbar-text {
font-size: 12px;
}