提问人:Marc 提问时间:1/10/2023 最后编辑:Álvaro GonzálezMarc 更新时间:1/10/2023 访问量:194
平滑的 firefox 背景 gardient
Smooth firefox background gardient
问:
我注意到,与 chromium 相比,Firefox 中的背景渐变渲染得不那么平滑。
Firefox 用更多的“伪影”渲染渐变,而不是均匀的颜色褪色。 有没有办法让它变得平滑,使结果看起来和铬一样好?
body{
background-color: #2e3236;
background-image: radial-gradient(circle, #4e505298 0, rgba(35, 40, 46, .5) 15%, #101418 95%);
background-repeat: no-repeat;
background-size: cover;
background-attachment: fixed;
}
答: 暂无答案
评论