灰界面兼容多浏览器及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;
}

浙公网安备 33010602011771号