@media xs xr x css媒体查询 IPHONEX
//x,xs
@media only screen and (device-width: 375px) and (device-height: 812px) and (-webkit-device-pixel-ratio: 3) {
ion-content {
--padding-bottom: 130px;
}
}
// xr
@media only...
原创
2019-02-15 16:01:40 ·
4289 阅读 ·
0 评论