【发布时间】:2021-03-21 15:15:39
【问题描述】:
类似的东西
HTML
<button class="img">This button has an image</button>
<button class="img">This button has the same image</button>
CSS
.img {
url: '/testimage.png'
}
【问题讨论】:
-
你的意思是背景图片?使用背景图片....https://developer.mozilla.org/en-US/docs/Web/CSS/background-image
-
是的.........