css监听iPhoneX,iPhoneXR
作者:
UmustHU | 来源:发表于
2018-12-04 13:33 被阅读0次 @media only screen and (device-width: 375px) and (device-height: 812px) and (-webkit-device-pixel-ratio: 3) {
.ua-box .rule-box{
padding-bottom:30px !important;
}
}
@media only screen and (device-width: 414px) and (device-height: 896px) and (-webkit-device-pixel-ratio:3) {
.ua-box .rule-box{
padding-bottom:30px !important;
}
}
@media only screen and (device-width: 414px) and (device-height: 896px) and (-webkit-device-pixel-ratio:2) {
.ua-box .rule-box{
padding-bottom:30px !important;
}
}
本文标题:css监听iPhoneX,iPhoneXR
本文链接:https://www.haomeiwen.com/subject/rbumcqtx.html
网友评论