/* Components/tabBar/tabBar.wxss */ @import "../../iconfont.wxss"; .tabbar{ background: #fff; display: flex; justify-content: space-around; position: fixed; bottom: 0; width: 100%; height: 50px; border-top: 1px solid #ccc; z-index: 999; } .navigator-hover{ color: #0ac4ff; } .tabbar .navigator{ display: flex; flex-wrap: wrap; align-content: center; text-align: center; } .tabbar .navigator icon{ width: 100%; } .tabbar .navigator text{ width: 100%; }