1 Star 1 Fork 0

xiaolibai/lee

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
8.5动画变大加阴影.html 1.07 KB
一键复制 编辑 原始数据 按行查看 历史
= 提交于 2020-08-05 22:50 . lee
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
<style>
div{
width: 200px;
height: 200px;
background-color: red;
/* transition-property: all ;
transition-duration: 3s;
transition-delay: 1s;0 */
/* transition-timing-function: linear; */
overflow: hidden;
}
img:hover{
/* background-color:blue;
width: 200px;
height: 200px; */
width: 300px;
height: 322px;
transition-property: all ;
transition-duration: 3s;
box-shadow: 10px 10px 10px rgba(0,0,0,.5);
-moz-box-shadow: 10px 10px 10px rgba(0,0,0,.5);
-webkit-box-shadow: 10px 10px 10px rgba(0,0,0,.5);
}
div img{
width: 200px;
height: 200px;
}
</style>
</head>
<body>
<div>
<img src="./1.jpg/1.jpg" alt="">
</div>
</body>
</html>
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/lijie1433223/lee.git
git@gitee.com:lijie1433223/lee.git
lijie1433223
lee
lee
master

搜索帮助