页面如何快速变灰

125 阅读1分钟

页面如何快速变灰

一行 css 代码快速解决

    <style>
        html{
            filter: grayscale(100%);
        }

    </style>