SOURCE

console 命令行工具 X clear

                    
>
console
<!DOCTYPE html>
<html>
    <head>
        <meta name="viewport" content="width=device-width,initial-scale=1.0" />
        <style>
        #d {
            width:10rem;
            height:10rem;
            background-color: orange;
        }
        @media (min-width:382px) and (max-width:1146px){
            body{
                font-size: 76.4px;
                /* transform:scale(0.5,0.5); */
                zoom:0.5;

            }
        }
        </style>
    </head>
    <body>
        <div id="d"> </div>
 
    </body>
</html>