ionic 3 iphone-x 3倍屏 适配 微信小程序 web-view 嵌入

//iphone-x 3倍屏 适配
@media only screen and (device-width: 375px) and (device-height: 812px) and (-webkit-device-pixel-ratio: 3) {
    .tabs-ios .tabbar {
        padding-top: 10px;
        padding-bottom: 20px;
        height: 2rem;
    }
}