返回首页
一、响应式布局的基本实现
1、CSS(3)中的Media Query(媒介查询):
设备宽高:device-width,device-heigth
渲染窗口的宽和高:width,heigth
设备的手持方向:orientation
设备的分辨率:resolution
2、使用方法:
外联
内嵌样式
3、例子