返回使用css3属......登陆

使用css3属性鼠标移上图片放大效果

弃。2019-02-25 15:11:40293

<!DOCTYPE html>

<html>

<head>

<meta charset="utf-8">H@KFN(IO9~7ON6(ZD[H9[~A.pngKPEJN~Y@7@5_{2OJIH~63W0.png

<title>css3照片墙运上发达效果</title>

<style type="text/css">

.pic{margin:50px auto;width:500px;}

img{border:1px solid red;width:100px;height:100px;box-shadow: 10px 10px 5px #888888;border-radius:50px; transition: all 0.5s;/*图片放大过程的秒数*/}

.pic:hover img{

transform:scale(1.5);/*图片放大的倍数*/

}

</style>

</head>

<body>

<div class="pic">

<div><img src="1.jpg"><br></div>

</div>

</body>

</html>


最新手记推荐

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

全部回复(0)我要回复

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