0基础学前端 要学会看图片呼吸灯效果html纯代码 + WEB前端互动交流群04 找CC哟~~~
testol, ul { list-style: none; }
li { width: 180px; height: 120px; display: inline-block; }
li img { display: block; width: 140px; height: 80px; background-color: #FFF; box-shadow: 0px 0px 18px rgba(0, 0, 0, .4); -webkit-transition: all ease 1s; -moz-transition: all ease 1s; -o-transition-delay: all ease 1s; transition: all ease 1s; }
li img:hover { -webkit-transform: scale(1.2, 1.2); -moz-transform: scale(1.2, 1.2); -transform: scale(1.2, 1.2); -webkit-transition: all ease 1s; -moz-transition: all ease 1s; -o-transition-delay: all ease 1s; transition: all ease 1s; }
>