<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title></title>
<style type="text/css">
div {
width: 300px;
height: 300px;
border: #000 solid 1px;
margin: 50px auto;
overflow: hidden;
}
div img {
cursor: pointer;
transition: all 0.6s;
}
div:hover {
transform: scale(1.4);
}
</style>
</head>
<body>
<div>
<img src="https://img0.baidu.com/it/u=553569124,3531403696&fm=253&fmt=auto&app=120&f=JPEG?w=960&h=600" alt="">
</div>
</body>
</html>
鼠标移入放大图片
于 2022-02-23 11:44:20 首次发布