字体媒体查询

@media screen and (min-width:360px){
    html{ font-size:48%;}
}
@media screen and (min-device-width: 375px){
    html{ font-size:50%;}
}
@media screen and (min-device-width: 384px){
    html{ font-size:51.2%;}
}
@media screen and (min-width:412px){
    html{ font-size:54.9%;}
}
@media screen and (min-device-width: 414px){
    html{ font-size:55.2%;}
}
@media screen and (min-width:480px){
    html{ font-size:64%;}
}
@media screen and (min-width:600px){
    html{ font-size:80%;}
}
@media screen and (min-width:640px){
    html{ font-size:85.3%;}
}
@media screen and (min-width:720px){
    html{ font-size:96%;}
}
@media screen and (min-width:768px){
    html{ font-size:102.4%;}
}
@media screen and (min-width:800px){
    html{ font-size:106.7%;}
}

你可能感兴趣的:(兼容性)