iconfont 图标实现颜色渐变

// html
<span class="iconfont  icon-up"></span>

// css
.icon-up {
  font-size: 30px;
  background-image: linear-gradient(#fff, #dd0000);
    -webkit-background-clip: text;
  color: transparent;
}

posted @ 2022-04-19 18:13  shellon  阅读(671)  评论(0编辑  收藏  举报