使用Meta标签去识别移动设备
在标签里面添加如下:
<meta name="viewport" content="user-scalable=no, width=device-width" />
<link rel="stylesheet" type="text/css"href="android.css" media="only screen and (max-width: 480px)" />
<link rel="stylesheet" type="text/css"href="desktop.css" media="screen and (min-width: 481px)" />
阅读其他美文