1. 首页
  2. 数据库
  3. 其它
  4. css实现鼠标放上去时图片过渡转换动画效果

css实现鼠标放上去时图片过渡转换动画效果

上传者: 2021-02-23 14:00:00上传 PDF文件 18.5KB 热度 15次
代码 .test{ width: 200px; height: 200px; margin-top: 200px; margin-left: 300px; overflow: hidden; background-color: red; } .test div{ width: 100%; height: 100%; transition: 500ms; } .test div:last-child{
下载地址
用户评论