zhaojs
2023-06-09 ec8d9a372c49beb78c0b9495ca0aeda7368ca127
no message
已修改1个文件
2 ■■■■■ 文件已修改
public/html/freebuy.html 2 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
public/html/freebuy.html
@@ -294,6 +294,8 @@
<script>
    (function(){
        var size = (document.body.clientWidth || document.documentElement.clientWidth);
        alert("1:"+document.body.clientWidth);
        alert("2:"+document.documentElement.clientWidth);
        size=size<=0?400:size;
        document.documentElement.style.fontSize = (size > 750 ? 750 : size) / 7.5 + 'px';
    })();