html { /*兼容FF*/ filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /*兼容IE内核*/ filter:progid:DXImageTransform.Microsoft.BasicImage(grayscale=1); /*兼容其它,谷歌之类的*/ -webkit-filter: grayscale(1); }

 

// 摘自:网易云音乐

posted on 2022-12-09 09:41  仔仔爱学习  阅读(21)  评论(0)    收藏  举报