
img {
position: relative;
left: 408px;
margin-top: -2px;
&:hover {
transform: matrix(1.2, 0, 0, 1.2, 0, 0); // 放大
// transform: translate(-5%, -8%); // 移动
}
}
img {
position: relative;
left: 408px;
margin-top: -2px;
&:hover {
transform: matrix(1.2, 0, 0, 1.2, 0, 0); // 放大
// transform: translate(-5%, -8%); // 移动
}
}