【发布时间】:2014-10-10 16:21:15
【问题描述】:
当桌面分辨率与横向相同时,我想让 7 英寸 ipad 中的横向视图与桌面视图不同。我正在为 lanscape 使用以下内容,但是当桌面与 lanscape 的宽度匹配时,不希望在桌面上出现这种样式:
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (max-device-height : 768px)
and (orientation : landscape) {
/*style goes here*/
}
请帮忙,因为我需要解决这个问题。
【问题讨论】:
标签: css media-queries