小程序适配底部home区域
app.wxcss
page {
--iphonex-fix-bottom: 0;
--iphonex-fix-bottom: constant(safe-area-inset-bottom);
--iphonex-fix-bottom: env(safe-area-inset-bottom);
}
.full-screen {
min-height: 100vh;
padding-bottom: var(--iphonex-fix-bottom) !important;
}