样式优化

This commit is contained in:
禺狨
2023-07-03 11:45:44 +08:00
parent 95b91cef82
commit ce15573773
2 changed files with 3 additions and 6 deletions

View File

@@ -8,9 +8,6 @@
background: #ffffff;
z-index: 100;
box-sizing: border-box;
}
@media only screen and (device-width: 375px) and (device-height: 812px) and (-webkit-device-pixel-ratio: 3) {
.footer {
padding-bottom: 34px !important;
}
padding-bottom: constant(safe-area-inset-bottom); /* 兼容iOS 11.0 - 11.2 */
padding-bottom: env(safe-area-inset-bottom); /* 兼容iOS 11.2+ */
}