小程序-兼容ios底部安全距离

// 兼容ios底部安全距离
.fixBottom {
    width: 100%;
    height: constant(safe-area-inset-bottom); /* 兼容 IOS<11.2 */
    height: env(safe-area-inset-bottom); /* 兼容 IOS>11.2 */
}
posted @ 2022-08-22 11:57  ZerlinM  阅读(91)  评论(0)    收藏  举报