唐伯虎 发表于 2021-6-28 11:38:08

使网页成黑白色调的滤镜


<style>      
html { filter:progid:DXImageTransform.Microsoft.BasicImage(grayscale=1); }      
</style>

只在ie下可以用
<style>
html{filter: Gray;}
</style>

页: [1]
查看完整版本: 使网页成黑白色调的滤镜