page{ width: 100%; height: 100%; background: #EEEEEE; } .top{ width: 100%; height: 500rpx; background: orange; } .tabbar{ width: 100%; display: flex; align-items: center; justify-content: space-around; } .tabbar view{ width: 33%; display: flex; flex-direction: column; align-items: center; } .tabbar view text{ font-size: 20rpx; font-family: PingFang SC; font-weight: 400; color: #252525; padding-top: 15rpx; } .tabbar image{ width: 98rpx; height: 98rpx; }