.lx-safe-area {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: auto;

  &__bottom {
    width: 100%;
    height: calc(env(safe-area-inset-bottom) - 30rpx); /* 在原有高度基础上加上底部安全区域的高度 */
    background: #fff;
  }
}
