具体步骤:
body {
position: absolute;
height: 100%;
width: 100%;
overflow: hidden;
font-size: calc(0.5em + 1.2vw);
}
@media (min-width: 540px){
body {
font-size: 1.25em;
}
}
@media (min-width: 768px){
body {
font-size: 1.2em;
}
}