1. 程式人生 > >手機適配之媒體查詢

手機適配之媒體查詢

/適配iPhone XR/  

@media only screen and (device-width: 375px) and (device-height: 812px) {
        .p_privileges .ui_page_title{ width: 100%;font-size: 18px;height: 45px;line-height: 45px;text-align: center;padding-top: 34px;background: #fff;}
    }