cheneydog
V2EX  ›  问与答

今天的奇怪问题, filter 对 body 的 background-img 不生效。

  •  
  •   cheneydog · Apr 4, 2020 · 2181 views
    This topic created in 2237 days ago, the information mentioned may be changed or developed.

    统一改了 CSS filter: grayscale(100%); 发现部分网站没有完全生效,检查了下,只背景配置在 body 上的,背景还是彩色的。

    有没有人遇到过?怎么统一解决?

    2 replies    2020-04-04 20:45:43 +08:00
    AS7wd1
        1
    AS7wd1  
       Apr 4, 2020   ❤️ 1
    body{
    background-blend-mode: luminosity;
    background-color: 任意饱和度为 0 的颜色,比如#fff,#000,#ccc;
    }
    cheneydog
        2
    cheneydog  
    OP
       Apr 4, 2020
    @AS7wd1 谢谢,简单可行。能细说下为啥 body 这么秀么?
    About   ·   Help   ·   Advertise   ·   Blog   ·   API   ·   FAQ   ·   Solana   ·   1446 Online   Highest 6679   ·     Select Language
    创意工作者们的社区
    World is powered by solitude
    VERSION: 3.9.8.5 · 43ms · UTC 17:03 · PVG 01:03 · LAX 10:03 · JFK 13:03
    ♥ Do have faith in what you're doing.