底部有遮挡
.footer{
padding-bottom: env(safe-area-inset-bottom);
}
env(safe-area-inset-bottom)是一个CSS属性值,用于设置底部安全距离。它表示使用环境变量来获取底部安全距离的值。当使用环境变量时,需要使用env()函数来引用具体的环境变量。
效果:
底部有遮挡
.footer{
padding-bottom: env(safe-area-inset-bottom);
}
env(safe-area-inset-bottom)是一个CSS属性值,用于设置底部安全距离。它表示使用环境变量来获取底部安全距离的值。当使用环境变量时,需要使用env()函数来引用具体的环境变量。
效果: