gpt4 book ai didi

css - dpi & dppx Chrome 浏览器问题

转载 作者:行者123 更新时间:2023-11-28 11:03:27 27 4
gpt4 key购买 nike

大家好,今天我遇到了 css bootstrap 的问题,每当我将索引的扩展名从 .html 更改为 .php 时,Chrome 浏览器就会出现此错误:

Consider using 'dppx' units instead of 'dpi', as in CSS 'dpi' means dots-per-CSS-inch, not dots-per-physical-inch, so does not correspond to the actual 'dpi' of a screen. In media query expression: only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 144dpi)

我使用 Bootstrap 作为 CSS 框架(bootstrap.min.css & bootstrap.responsive.css)

我在样式表中没有使用 dpi 或 dppx,这就是我感到困惑的原因。

我认为问题所在的 CSS 行:html{font-size:100%;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;}

这是我的样式表(我只包括 css 文件):

@import url(font-awesome.css);
@import url(bootstrap.min.css);
@import url(bootstrap-responsive.css);
@import url(responsive-slider.css);
@import url(theme.css);

我已经在我的样式表文件中尝试过:min-size:144dpi;min-size:1.5dppx; 但问题仍然存在。

如果您需要任何东西,请问我,我的 html 脚本太长了,我不能在这里通过它,而且我确定我的 Html 没有问题,只是 chromium 浏览器中的大小问题。

最佳答案

问题已解决,问题出在我的 include "file.php" 中,如果其他人遇到同样的问题,我建议使用

dpi & dppx unit size in the same stylesheet

祝你好运

关于css - dpi & dppx Chrome 浏览器问题,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/22356932/

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