css图标鼠标悬停放大效果(scale)

2021-08-12  本文已影响0人  每天进步一点点5454
 li {
            
            width: 198px;
            height: 102px;
            overflow: hidden;
        }


    img:hover {
            width: 200px;
            height: 100px;
            overflow: hidden;
            transform: scale(120%, 120%);
            -webkit-transform: scale(120%, 120%);
            -moz-transform: scale(120%, 120%);
        }
上一篇 下一篇

猜你喜欢

热点阅读