如何使用媒体查询定位不同的 iphone4 方向?
我有当前的设置,但我不确定它是否有效。
@media only screen
and (max-device-height: 640px)
and (max-device-width: 960px)
and (min-device-width: 480px)
and (min-device-height: 480px)
和
@media only screen
and (max-device-height: 960px)
and (max-device-width: 640px)
and (min-device-width: 480px)
and (min-device-height: 480px)
如果我有 Iphone 要测试,我会自己解决这个问题,但我没有。