mirror of
https://github.com/PlayEdu/h5.git
synced 2025-06-27 20:02:43 +08:00
样式优化
This commit is contained in:
parent
95b91cef82
commit
ce15573773
@ -5,7 +5,7 @@
|
||||
<link rel="icon" type="image/svg+xml" href="/favicon.ico" />
|
||||
<meta
|
||||
name="viewport"
|
||||
content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0"
|
||||
content="width=device-width, initial-scale=1.0, viewport-fit=cover"
|
||||
/>
|
||||
<title>PlayEdu</title>
|
||||
<script src="/js/DPlayer.min.js"></script>
|
||||
|
@ -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+ */
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user