网页适配

    $("p:eq(1)").css({
                "width": winWidth * 300 / 1080,
                "top": winWidth * 700 / 1080,
                "left": winWidth * 220 / 1080,
            });
原文地址:https://www.cnblogs.com/500m/p/11183379.html