Commit fd71ce3f authored by JingChao's avatar JingChao

Update Notify.vue

parent e49cdda6
...@@ -150,16 +150,16 @@ export default { ...@@ -150,16 +150,16 @@ export default {
// ios平台 // ios平台
.platform-ios .hls-notify .hls-notify-wrap-plugin { .platform-ios .hls-notify .hls-notify-wrap-plugin {
padding-top: 20px; /*no*/ padding-top: 20px;
height: 44px; /*no*/ height: 44px;
} }
// iPhoneX适配 // iPhoneX适配
@media (device-width: 375px) and (device-height: 812px) and (-webkit-min-device-pixel-ratio: 3) { @media (device-width: 375px) and (device-height: 812px) and (-webkit-min-device-pixel-ratio: 3) {
.platform-ios{ .platform-ios{
.hls-notify .hls-notify-wrap-plugin { .hls-notify .hls-notify-wrap-plugin {
padding-top: 40px; /*no*/ padding-top: 40px;
height: 84px; /*no*/ height: 84px;
} }
} }
} }
...@@ -168,8 +168,8 @@ export default { ...@@ -168,8 +168,8 @@ export default {
@media (device-width: 414px) and (device-height: 896px) { @media (device-width: 414px) and (device-height: 896px) {
.platform-ios{ .platform-ios{
.hls-notify .hls-notify-wrap-plugin { .hls-notify .hls-notify-wrap-plugin {
padding-top: 40px; /*no*/ padding-top: 40px;
height: 84px; /*no*/ height: 84px;
} }
} }
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment