仿华润万家招聘邀请函

CSS3 媒体查询 orientation

orientation:portrait | landscape

portrait:指定输出设备中的页面可见区域高度大于或等于宽度

landscape:除portrait值情况外,都是landscape

本特性不接受min和max前缀。

@media screen and (orientation:portrait){}
@import url(example.css) screen and (orientation:landscape);

其他属性:width,height,device-width,device-height,orientation,aspect-ratio,device-aspect-ratio,color,color-index,monochrome,resolution,scan,grid

posted @ 2016-09-01 14:39  chenxj  阅读(108)  评论(0)    收藏  举报