.tab-bar { position: fixed; bottom: 0; left: 0; right: 0; /* padding-bottom: env(safe-area-inset-bottom); */ } .safe-area-inset-bottom { width: 100%; height: env(safe-area-inset-bottom); background-color: #fff; } .tab-bar-content { display: flex; height: 48px; width: 100%; background: url('https://pay-prod-1369486729.cos.ap-guangzhou.myqcloud.com/uploads/cs-test/01KN6H4Z5VTWGPRGQZ35CPYHF5.png') center no-repeat; background-size: 100%; } .tab-bar-border { background-color: rgba(0, 0, 0, 0.33); position: absolute; left: 0; top: 0; width: 100%; height: 1px; transform: scaleY(0.5); } .tab-bar-item { flex: 1; text-align: center; display: flex; justify-content: center; align-items: center; flex-direction: column; } .tab-bar-item-center { flex: 1; text-align: center; display: flex; justify-content: center; align-items: center; } .tab-bar-item image { width: 27px; height: 27px; } .tab-bar-item-center .tab-bar-item-icon { width: 120rpx !important; height: 120rpx !important; margin-bottom: 70rpx; } .tab-bar-item view { font-size: 10px; }