摘要: 1、每逢大的灾难的时候,很多网站变成了灰色,如何让网站快速变灰?css代码是很简单的,用的是css的filter功能。html { filter: grayscale(100%);//IE浏览器 -webkit-filter: grayscale(100%);//谷歌浏览器 -moz-fil... 阅读全文
posted @ 2014-12-22 14:46 vivi.wang 阅读(207) 评论(0) 推荐(0)