css iphonex适配

/*  iphonex适配 */

@media only screen and (device-width:375px) and (-webkit-device-pixel-ratio: 3) {
    .a{
        padding-bottom: 10px;
    }
    .b{
        margin-bottom: 10px;
    }
}

 

posted on 2018-01-04 21:50  小碎步  阅读(1940)  评论(0编辑  收藏  举报