在Css中如何设置span的背景颜色和背景图片?

2024-10-29 22:06:37
推荐回答(1个)
回答1:

给span增加一个class,例如:
文字
然后css里写上:
.title { background: #000 url("背景图片地址"); }