media query 查詢不同的媒體設備
dvice-width, device-height 屏幕寬高
width, height 渲染窗口寬高
orientation 設備方向
resolution 設備分辨率
使用 media 關鍵字就可以實現根據不同的設備顯示不同的文件
dvice-width, device-height 屏幕寬高
width, height 渲染窗口寬高
orientation 設備方向
resolution 設備分辨率
使用 media 關鍵字就可以實現根據不同的設備顯示不同的文件
2015-06-18