<ul>
<li style="background: url('images/toDoEmpty.svg')no-repeat;width: 17px;height: 17px"></li>
<li style="background: url('images/toDoEmpty.svg')no-repeat;width: 17px;height: 17px"></li>
<li style="background: url('images/toDoEmpty.svg')no-repeat;width: 17px;height: 17px"></li>
</ul>写了行内样式,然后在写<style>
li:nth-child(3):hover{
width: 17px;
height: 17px;
background: url("images/toDoEmptyHover.svg")no-repeat;
}
</style>为什么会没有效果
- 6 回答
- 0 关注
- 2460 浏览
相关问题推荐
添加回答
举报
0/150
提交
取消