网站一键变灰代码,分分钟就能学会的教程

廉价感情. 提交于 2020-04-04 18:59:39

1、在调用的公共css文件里面加入以下代码即可:

html{ -webkit-filter: grayscale(1);}

2、或者是在公共模板添加以下代码:

<style>

html{-webkit-filter:grayscale(1);}

</style>

注:mip模板请添加如下代码

<stylemip-custom>

html{ -webkit-filter: grayscale(1);}

</style>

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!