css 图片变色_代码笔记

css 图片变色

2025-07-16 17:30:26  浏览:9  作者:保利尼奥
<li><a href=""><img src="//wm.cdn.cn86.cn/wmy62/2025/03/80a493f8c7wxtph9.png?x-oss-process=image/format,webp"></a></li> .foo-sha...
<li><a href=""><img src="//wm.cdn.cn86.cn/wmy62/2025/03/80a493f8c7wxtph9.png?x-oss-process=image/format,webp"></a></li>


.foo-share{
    margin-top: 15px;
}
.foo-share li{
    margin-right: 15px;
    overflow: hidden;
}
.foo-share li img{
    max-width: 40px;
    transition: all ease-in-out 0s
}
.foo-share li:hover img {
	transform: translateY(-60px);
	filter: drop-shadow(#c4261d 0 60px);
	transition: all ease-in-out 0s
}


上一篇:文字阴影

下一篇:已经是最后一篇

评论区

共 0 条评论
  • 这篇文章还没有收到评论,赶紧来抢沙发吧~

【随机内容】

返回顶部