CSS 中的 width 和 device-width 有什么区别?

发布于 2024-11-28 08:35:05 字数 131 浏览 0 评论 0原文

CSS 中的 widthdevice-width 有什么区别?

我知道对此已经存在一些问题,但我想从媒体查询的角度理解这些问题,以嗅探浏览器/设备,例如桌面/移动/平板电脑。

What is the difference between width and device-width in CSS?

I know there have already been some questions around this, but I would like to understand these from a media query perspective to sniff browser/device, e.g. desktop/mobile/tablet.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

忆离笙 2024-12-05 08:35:05

设备宽度和设备高度特征是指输出设备的尺寸(即屏幕尺寸)。

另一方面,宽度和高度特征指的是渲染表面的尺寸,即屏幕媒体的视口(例如,浏览器窗口)或页面框用于印刷媒体。

http://reference.sitepoint.com/css/mediaqueries#mediaqueries__tbl_media-queries_media-特点

The device-width and device-height features refer to the dimensions of the output device (that is, the screen size).

The width and height features, on the other hand, refer to the dimensions of the rendering surface, which is the viewport (for example, the browser window) for screen media, or the page box for print media.

http://reference.sitepoint.com/css/mediaqueries#mediaqueries__tbl_media-queries_media-features

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文