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