ft-Pavilion
 <script type="text/javascript">
        var US = navigator.userAgent;
        var winit = function () {
            var w = document.documentElement.clientWidth;
            if (US.indexOf("MSIE") > 0) {
                document.body.style.zoom = w / 1920; document.getElementById("OnlineBookingMenu").style.zoom = w / 1920;
                document.getElementById("OnlineBookingBoxhead").style.zoom = w / 1920;
 
            }
            if (US.indexOf("Firefox") > 0 || (US.indexOf("NET4.0") > 0 && US.indexOf("MSIE") == -1) || (US.indexOf("Trident") > 0 && US.indexOf("Gecko") > 0)) {
                document.body.style.transform = "scale(" + (w / 1920) + ")"; document.body.style.transformOrigin = "top left";
            }
            if (US.indexOf("Chrome") > 0 || US.indexOf("Safari") > 0) {
                document.body.style.zoom = w / 1920;
            }
        };
        window.onresize = function () { winit(); };
        $(document).ready(function () { $.scrolltotop($)({ className: \'to_top\', offsety: 90 }); winit(); });
    </script>

分类:

技术点:

相关文章:

  • 2022-01-01
  • 2022-01-01
  • 2021-06-12
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-12-24
猜你喜欢
  • 2021-05-26
  • 2021-08-06
  • 2021-05-22
  • 2021-12-22
  • 2022-12-23
  • 2022-12-23
  • 2022-01-26
相关资源
相似解决方案