Michael Swarts提出了一个问题:How do I remove the gray border that surrounds background images?,或许与您遇到的问题类似。
回答者belugabob给出了该问题的处理方式:
So, you have an img element that doesn't have a src attribute, but it does have a background-image style applied.
I'd say that the gray border is the 'placeholder' for where the image would be, if you'd specified a src attribute.
If you don't want a 'foreground' image, then don't use an img tag - you've already stated that changing to a div solves the problem, why not go with that solution?
希望本文对你有帮助,欢迎支持JavaScript中文网