简洁版:
body{
filter: grayscale(100%);
zoom:1;
}
健全版:
html {
-webkit-filter: grayscale(100%);
-moz-filter: grayscale(100%);
更多请见:http://www.mark-to-win.com/tutorial/50955.html
简洁版:
body{
filter: grayscale(100%);
zoom:1;
}
健全版:
html {
-webkit-filter: grayscale(100%);
-moz-filter: grayscale(100%);
更多请见:http://www.mark-to-win.com/tutorial/50955.html