【发布时间】:2015-05-11 13:53:11
【问题描述】:
我的问题是媒体查询在所有设备上都运行良好,但问题出现在 samsung glaxay tab10.1 中,而它在 ipad 等中运行良好,请检查我的媒体查询
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape)
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait)
【问题讨论】:
-
你得到答案了吗?
-
与我的回答类似 stackoverflow.com/a/60332544/12936509 这对我有用
标签: css media-queries