@media only screen and (min-width: 320px) {
html {
font-size: 8.5px !important;
}
}
@media only screen and (min-width: 360px) {
html {
font-size: 9.5px !important;
}
}
@media only screen and (min-width: 375px) {
html {
font-size: 10px !important;
}
}
@media only screen and (min-width: 414px) {
html {
font-size: 11px !important;
}
}
@media only screen and (min-width: 480px) {
html {
font-size: 22.8px !important;
}
}
vueApp屏幕自适应
最新推荐文章于 2024-07-22 10:34:10 发布