微信小程序底部导航适配

.footer {
  position: fixed;
  bottom: Max(env(safe-area-inset-bottom), 30rpx);
  left: 0;
  right: 0;
  padding: 20rpx 32rpx;
}

评论