li {
width: 198px;
height: 102px;
overflow: hidden;
}
img:hover {
width: 200px;
height: 100px;
overflow: hidden;
transform: scale(120%, 120%);
-webkit-transform: scale(120%, 120%);
-moz-transform: scale(120%, 120%);
}
网友评论