网站首页黑白灰色样式
<style>
html {
-webkit-filter: grayscale(100%); /* webkit */
-moz-filter: grayscale(100%); /*firefox*/
-ms-filter: grayscale(100%); /*ie9*/
-o-filter: grayscale(100%); /*opera*/
filter: grayscale(100%);
filter:progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);
}
body{
filter:gray; /*ie9- */
background : none!important;
}
</style>
本文来自博客园,作者:不朽阁主,转载请注明原文链接:https://www.cnblogs.com/sunff/p/16954287.html
浙公网安备 33010602011771号