device-width:<length>
简单列举几个应用示例:
@media screen and (device-width:1024px){ … } @import url(example.css) screen and (min-device-width:800px); <link media="screen and (min-device-width:300px) and (max-device-width:900px)" rel="stylesheet" href="example.css" />
支持版本\类型 | IE | Firefox | Safari | Chrome | Opera |
---|---|---|---|---|---|
较早版本 | 6.0-8.0 | 4.0-6.0 | 5.1 | 13.0 | 11.50-11.51 |
较近版本 | 9.0 |