gpt4 book ai didi

html - CSS 文本背景剪辑在 Firefox 上与在 Chrome 上非常不同

转载 作者:可可西里 更新时间:2023-11-01 14:43:30 25 4
gpt4 key购买 nike

Chrome:想要的效果 enter image description here

Firefox:发生了什么 enter image description here

代码:

  background-color: Red;
-webkit-background-clip: text;
-moz-background-clip: text;
background-clip: text;
color: transparent;
text-shadow: rgba(255,255,255,0.5) 0px 3px 3px;

想法??

最佳答案

尽管 firefox 支持 -moz-background-clip。不支持“文本”值。对于非 webkit 浏览器,您将不得不采用另一种解决方案。

例子: http://nimbupani.com/using-background-clip-for-text-with-css-fallback.html

关于html - CSS 文本背景剪辑在 Firefox 上与在 Chrome 上非常不同,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/33665739/

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