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

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

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

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

<style>

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

</style>

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

<stylemip-custom>

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

</style>

posted @ 2020-04-04 18:38  爱吃醋的工程师  阅读(326)  评论(0编辑  收藏  举报