<style type="text/css">
.box{width:300px;height:300px;background:url("http://www.leemagnum.com/img/sizeA.png") no-repeat center; border:1px solid #000;
transition:1s all linear;
background-size:20px 20px;
}
.box:hover{
background-size:200px 200px; width:400px;
}
</style>
ie11 下 背景没有过渡效果?为什么?
回复讨论(解决方案)
...没有人测试下或者看下吗