语法:
device-height:<length>
取值:
- <length>:
- 用长度值来定义高度。不允许负值
说明:
定义输出设备的屏幕可见高度。
- 本特性接受min和max前缀,因此可以派生出min-device-height和max-device-height两个媒体特性。
简单列举几个应用示例:
@media screen and (device-height:800px){ … } @import url(example.css) screen and (min-device-height:800px);