灰界面兼容多浏览器及ie8

在css的最后面加上
body{
/* 滤镜效果 /
filter: grayscale(100%) !important;
/
webkit内核 /
-webkit-filter: grayscale(100%) !important;
/
火狐内核 /
-moz-filter: grayscale(100%) !important;
/
微软内核 /
-ms-filter: grayscale(100%) !important;
/
欧朋内核 /
-o-filter: grayscale(100%) !important;
/
ie专有滤镜 */
filter:gray !important;
}

posted @ 2023-01-31 10:19  这名字好  阅读(20)  评论(0)    收藏  举报