i标签添加背景图片

.backgroundImg {
  display: inline-block;
  width: 25px;
  height: 25px;
  background-size: cover; // 覆盖整个元素的背景
  background-position: center center;
  background-image: url(../../assets/img/mark.png);   // 添加指定的下载好的图片
}

posted @ 2021-05-31 11:44  贺可英  阅读(897)  评论(0)    收藏  举报