tab-bar.wxss 221 B

123456789101112
  1. .tb-con{
  2. position: relative;
  3. z-index: 9999;
  4. }
  5. .is-iphoneX .van-tabbar--safe {
  6. padding-bottom: 50rpx;
  7. height: 150rpx;
  8. }
  9. .van-tabbar {
  10. min-height: 100rpx;
  11. height: calc(100rpx + env(safe-area-inset-bottom) / 2);
  12. }