html { font-size : 20px; }@media only screen and (min-width: 401px){ html { font-size: 25px !important; } }@media only screen and (min-width: 428px){ html { font-size: 26.75px !important; } }@media only screen and (min-width: 481px){ html { font-size: 30px !important; } }@media only screen and (min-width: 569px){ html { font-size: 35px !important; } }@media only screen and (min-width: 641px){ html { font-size: 40px !important; } } 链接:http://isux.tencent.com/web-app-rem.html
html {
}
@media only screen and (min-width: 401px){
}
@media only screen and (min-width: 428px){
}
@media only screen and (min-width: 481px){
}
@media only screen and (min-width: 569px){
}
@media only screen and (min-width: 641px){
}
链接:http://isux.tencent.com/web-app-rem.html