Open gaoryrt opened 6 years ago
大概是下面这样:
<div class="background-clip">
<p>lorem ipsum</p>
</div>
.background-clip {
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
background-image: url(...);
color: #0000 !important
}
关键属性还是
-webkit-background-clip: text