文档中心    工具中心
万户网络知识库 > 常见问题 > 网站置灰

网站置灰

更新时间:2026-01-20 15:19:28    访问量:

5.0 后台操作:

如果后台没有,就在 head 加样式:
<style>
html {
-webkit-filter: grayscale(100%);
-moz-filter: grayscale(100%);
-ms-filter: grayscale(100%);
-o-filter: grayscale(100%);
filter:progid:DXImageTransform.Microsoft.BasicImage(g
rayscale=1);
_filter:none;
}
</style>

更多文档中心

更多工具中心

以上内容是否对您有帮助?

在文档使用中是否遇到以下问题

更多建议

Top