img.desaturate {
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
}

相关文章:

  • 2021-08-06
  • 2021-06-19
  • 2021-05-28
  • 2021-12-17
  • 2022-01-02
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2021-11-26
  • 2022-01-28
  • 2021-12-17
  • 2022-12-23
  • 2022-12-23
  • 2022-02-22
  • 2021-06-06
相关资源
相似解决方案