📜  configurar pagina html php para mobile - PHP 代码示例
📅  最后修改于: 2022-03-11 14:53:46.251000             🧑  作者: Mango
代码示例1
@media screen and (min-width:300px) and (max-width:800px) {
body{font-size:0.8em;}
sidebar{display:none;}
}