gpt4 book ai didi

html - 移动端的 chrome 和 firefox 的 css 不同

转载 作者:太空宇宙 更新时间:2023-11-04 01:21:01 26 4
gpt4 key购买 nike

我正在使用 wordpress 悉尼主题,我正在尝试制作一个响应式网站,我意识到它在不同的浏览器上显示不同的 css。

举个例子: Chrome enter image description here火狐: enter image description here

当我尝试检查响应时,这里又是 chrome: enter image description here

这是另一台计算机上的 chrome[*] 这是它在任何地方的样子: enter image description here

这里是边缘: enter image description here

我不确定是什么导致了这种情况发生,该网站是 haagsehof.nl。

我为不同的设备制作了一些自定义的 css,以提高响应速度:

@media (min-width:767px){
}

@media (max-width:766px) and (min-width:400px) {
}

@media only screen and (max-width: 399px) {
}

如何让不同设备上的所有浏览器都使用相同的 css 格式,使网站在每个平台上看起来都一样?

最佳答案

我不知道如何在 wordpress 中解决这个问题,但通常适用以下内容。

您必须为在特定浏览器中不起作用的所有内容添加代码。因此,您可能必须使用 -moz- 或 -webkit- 而不仅仅是添加代码。浏览器有不同的默认值,有时甚至需要前缀,这很烦人。

关于html - 移动端的 chrome 和 firefox 的 css 不同,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/49097415/

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