混合模式实现黑暗模式效果实例页面
回到相关文章 »
效果:
代码:
CSS代码:
html, img { filter: invert(1) hue-rotate(.5turn); } img { opacity: .75; }
HTML代码:
//zxx: 就是整个页面