gpt4 book ai didi

css - 按钮在 Firefox OS 模拟器上显示不同

转载 作者:太空宇宙 更新时间:2023-11-04 03:34:05 33 4
gpt4 key购买 nike

发生这种情况的原因可能是什么?

在FFOS模拟器1.3中是这样的:

Button with grey shade background (unintended)

当我在 Windows 7 桌面上测试我的应用程序时,它看起来像这样,这就是我缩进的内容:

Button with blueish background (intended)

不确定 FFOS 中的灰色阴影来自何处。

这是我使用的 CSS:

height: 3.2rem;
width: 3.2rem;
border-radius: 50%;
color: #7CB8D4;
border: 0.1rem solid #7CB8D4;
background-color: #E7F7FF;
outline: none;
line-height: 30%;
margin-right: 1rem;
font-weight: normal;
cursor: hand;
cursor: pointer;
display: inline-block;

我该如何解决这个问题?

最佳答案

我相信这是与 https://bugzilla.mozilla.org/show_bug.cgi?id=958999 相同的错误并且基于使用背景图像的默认 Firefox OS 按钮样式尝试添加:

background-image: none;

顺便说一句,您可以查看开发人员工具中的计算样式来了解这一点。

enter image description here

关于css - 按钮在 Firefox OS 模拟器上显示不同,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/25841332/

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