gpt4 book ai didi

mobile - 像素密度的 CSS 媒体查询 : -moz-min-device-pixel-ratio vs. min--moz-device-pixel-ratio

转载 作者:技术小花猫 更新时间:2023-10-29 10:25:03 30 4
gpt4 key购买 nike

当使用 CSS 媒体查询设备像素密度时,我都看到了 -moz-min-device-pixel-ratiomin--moz-device-pixel-ratio .

例如:

@media 
only screen and (-moz-min-device-pixel-ratio: 1.5) {
/* styles go here */
}

对比

@media 
only screen and (min--moz-device-pixel-ratio: 1.5) {
/* styles go here*/
}

哪个是正确的?

一些使用前者的教程/博客:

一些使用后者的教程/博客,包括 mozilla.org:

最佳答案

第二个是正确的。

这是来自 http://www.quirksmode.org/blog/archives/2012/07/vendor_prefixes.html

-webkit-min-device-pixel-ratio: 1.5
min--moz-device-pixel-ratio: 1.5
-o-min-device-pixel-ratio: 3/2

关于mobile - 像素密度的 CSS 媒体查询 : -moz-min-device-pixel-ratio vs. min--moz-device-pixel-ratio,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/11425115/

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