请检查以下内容:
.background {
background-image: url(data:image/png;base64,iVBORw0KG...);
background-repeat: no-repeat;
background-size: cover;
}
如果以上步骤都没有问题,可以尝试以下方法解决:
.background {
background-image: url(/path/to/image.png);
background-repeat: no-repeat;
background-size: cover;
}
下一篇:Base64编码 btoa