mirror of
https://github.com/PlayEdu/h5.git
synced 2025-07-16 18:17:27 +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" />
|
<link rel="icon" type="image/svg+xml" href="/favicon.ico" />
|
||||||
<meta
|
<meta
|
||||||
name="viewport"
|
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>
|
<title>PlayEdu</title>
|
||||||
<script src="/js/DPlayer.min.js"></script>
|
<script src="/js/DPlayer.min.js"></script>
|
||||||
|
@ -8,9 +8,6 @@
|
|||||||
background: #ffffff;
|
background: #ffffff;
|
||||||
z-index: 100;
|
z-index: 100;
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
}
|
padding-bottom: constant(safe-area-inset-bottom); /* 兼容iOS 11.0 - 11.2 */
|
||||||
@media only screen and (device-width: 375px) and (device-height: 812px) and (-webkit-device-pixel-ratio: 3) {
|
padding-bottom: env(safe-area-inset-bottom); /* 兼容iOS 11.2+ */
|
||||||
.footer {
|
|
||||||
padding-bottom: 34px !important;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user