标签: html css firefox
CSS渐变不会显示在Firefox中。它在Chrome中显得很好。你知道怎么解决这个问题吗?
答案 0 :(得分:2)
您使用的是-webkit-linear-gradient,仅适用于webkit,不适用于Firefox。
也使用线性渐变。 https://developer.mozilla.org/en-US/docs/Web/CSS/linear-gradient