返回图片移上去放大......登陆

图片移上去放大效果 纯css

红色熊猫2019-05-08 14:33:15228

<!DOCTYPE html>

<html>

<head>

<meta charset="UTF-8" />

<meta name="viewport" content="width=device-width, initial-scale=1.0" />

<meta http-equiv="X-UA-Compatible" content="ie=edge" />

<script type="text/javascript" src="js/jquery-3.2.1.min.js"></script>

<title>作业</title>

<style type="text/css">

#body{width:300px;height: 300px;margin: 0 auto;margin-top: 100px;}

#body img{width:300px;height: 300px;transition:all 0.5s}

#body:hover img{transform: scale(1.5);}


</style>

</head>

<body>

<div id="body">

<img src="img/a.png" alt="" />


</div>

</body>

</html>


最新手记推荐

• 用composer安装thinkphp框架的步骤• 省市区接口说明• 用thinkphp,后台新增栏目• 管理员添加编辑删除• 管理员添加编辑删除

全部回复(0)我要回复

暂无评论~
  • 取消回复发送