小程序-兼容ios底部安全距离
// 兼容ios底部安全距离
.fixBottom {
width: 100%;
height: constant(safe-area-inset-bottom); /* 兼容 IOS<11.2 */
height: env(safe-area-inset-bottom); /* 兼容 IOS>11.2 */
}
// 兼容ios底部安全距离
.fixBottom {
width: 100%;
height: constant(safe-area-inset-bottom); /* 兼容 IOS<11.2 */
height: env(safe-area-inset-bottom); /* 兼容 IOS>11.2 */
}