height:<length>
简单列举几个应用示例:
@media (min-height:400px){ … } @media screen and (height:600px){ … } @import url(example.css) screen and (height:800px);