mirror of
https://github.com/PlayEdu/h5.git
synced 2025-10-27 08:23:33 +08:00
样式优化
This commit is contained in:
@@ -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+ */
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user