直接放代码。
在div里放大,不超过边框。
effect-imghover > a {
display: block;
position: relative;
overflow: hidden;
}
.effect-imghover > a > img {
-webkit-transition: all ease-out 0.2s;
transition: all ease-out 0.2s;
width:100%;
height:auto;
}
.effect-imghover > a:hover > img {
-webkit-transform: scale(1.3);
transform: scale(1.3);
}
原创文章,作者:皮蓬,如若转载,请注明出处:https://blog.firsource.cn/news/261.html