媒体查询:
media = "only screen and (max-width:480px)"
@media screen and (min-width:480px){...}
media = "only screen and (max-width:480px)"
@media screen and (min-width:480px){...}
2015-04-06
media query 查询不同的媒体设备
device-width, device-height 屏幕宽高
width, height 渲染窗口宽高
orientation 设备方向
resolution 设备分辨率
使用 media 关键字就可以实现根据不同的设备显示不同的文件
device-width, device-height 屏幕宽高
width, height 渲染窗口宽高
orientation 设备方向
resolution 设备分辨率
使用 media 关键字就可以实现根据不同的设备显示不同的文件
2015-04-03
1 css3 media query 最简单 有不支持 css3的浏览器的时候, 借助原生的 Javascript
2 第三方开源框架 bootstrap
2 第三方开源框架 bootstrap
2015-04-03