文章
微信小程序IOS安全区
时间:2024-12-17 11:12
阅读:423
page{
padding-bottom: env(safe-area-inset-bottom);
height: calc(100% - env(safe-area-inset-bottom));
}