gpt4 book ai didi

css - webkit-gradient 不附加在 FF 中

转载 作者:行者123 更新时间:2023-11-28 13:16:30 25 4
gpt4 key购买 nike

基本上,下面的代码似乎没有附加到我在 FireFox 中的表 TH

.table th {
font-weight: bold;
background: -webkit-gradient( linear, left bottom, left top, color-stop(0.03, #3A79C1), color-stop(0.99, #5F9EE6), color-stop(1, #75ABEA) );
color: #fff;
text-shadow: 1px 1px 1px #666;
}

文字阴影只是附加在背景上

最佳答案

您只使用了 -webkit-gradient 指令,但要让 FF 看到您的渐变,您还应该添加 -moz-linear-gradient 指令!

关于css - webkit-gradient 不附加在 FF 中,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/14982950/

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