gpt4 book ai didi

css - 影响桌面的景观媒体查询

转载 作者:行者123 更新时间:2023-11-28 08:12:44 24 4
gpt4 key购买 nike

我正在尝试像这样在风景中定位平板电脑:

@media only screen 
and (min-device-width : 768px)
and (max-device-width : 1280px)
and (orientation : landscape) {

但这也会影响桌面,但我不明白为什么会像我认为的那样横向只能检测方向可以改变的设备。

最佳答案

landscape 仅表示 ( from docs )

Indicates whether the viewport is in landscape (the display is wider than it is tall) or portrait (the display is taller than it is wide) mode.

你必须对 media type 做一些限制或者考虑使用 Modernizr

if (Modernizr.touch){
// bind to touchstart, touchmove, etc and watch `event.streamId`
} else {
// bind to normal click, mousemove, etc
}

关于css - 影响桌面的景观媒体查询,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/29167566/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com