css3实现鼠标悬停图片缓慢放大
.p2_content li img{ width: 365px; height:379px ; cursor: pointer; transition: all 0.6s;overflow: hidden;} .p2_content li img:hover{ transform: scale(1.05);}
css3实现鼠标悬停图片缓慢放大
.p2_content li img{ width: 365px; height:379px ; cursor: pointer; transition: all 0.6s;overflow: hidden;} .p2_content li img:hover{ transform: scale(1.05);}
扫码关注‘简忆博客’微信公众号,获取最新文章动态
转载:请说明文章出处“来源简忆博客”。http://tpxhm.com/fdetail/22.html
简忆博客
勤于学习,乐于分享
文章评论(0)