我有以下css代码:
.text-header-wetland h2 {
color: transparent;
background-image: url(../../img/light-blue-gradient-wallpaper-3.jpg);
background-position: center center;
background-size: cover;
-webkit-background-clip: text;
}
除了Mozilla Firefox之外,它在每个浏览器中都很出色。在该浏览器中,屏幕上仅显示壁纸,并且不会使用文本进行剪裁。有什么建议?