各个浏览器屏幕大小适配
<!-- UC强制横屏 -->
<meta name="screen-orientation" content="landscape">
<!-- QQ强制横屏 -->
<meta name="x5-orientation" content="landscape">
<!-- UC强制全屏 -->
<meta name="full-screen" content="yes">
<!-- QQ强制全屏 -->
<meta name="x5-fullscreen" content="true">
<!-- windows phone 点击无高光 -->
<meta name="msapplication-tap-highlight" content="no">
<!-- 适应移动端end -->[/code]