CSS图片去色

.imgFilter {
              filter: grayscale(100%);
              -webkit-filter: grayscale(100%);
              -moz-filter: grayscale(100%);
              -ms-filter: grayscale(100%);
              -o-filter: grayscale(100%);
            }
原文地址:https://www.cnblogs.com/chenzeyongjsj/p/5881633.html