CSS文本背景剪切在Firefox和Chrome上有很大的差别

4

Chrome:期望的效果 在这里输入图片描述

Firefox:发生了什么 在这里输入图片描述

代码:

  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;

想法??
1个回答

2

网页内容由stack overflow 提供, 点击上面的
可以查看英文原文,
原文链接