body *{
-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);
filter:gray; /*ie9- */
}

  

最新文章

  1. 复杂的 Hash 函数组合有意义吗?
  2. Linux中PHP如何安装curl扩展方法
  3. MySQL简单使用
  4. YII 表单验证规则
  5. traceroute命令
  6. 投票系统前台 C#,数据库SQL
  7. 14.3.2.3 Consistent Nonlocking Reads 一致性非锁定读
  8. 让webstorm支持新建.vue文件
  9. Python操作redis系列之 列表(list) (四)
  10. MapReduce执行流程及程序编写
  11. Netty ByteBuf源码分析
  12. Debugging java application with netbean
  13. linux audit审计(7)--读懂audit日志
  14. Spring JavaConfig
  15. SpringMvc中controller之间的方法调用
  16. express框架结合ejs模板引擎使用
  17. uart 超声波传感器数据读取
  18. Radial Blur
  19. redis centos 上以 tar.gz 安装redis
  20. org.apache.poi版本问题

热门文章

  1. printf()和scanf()的*修飾符
  2. GIT安装步骤记录以及Git 常用命令,忽略文件,推送本地代码到仓库示例以及报错解决
  3. Failed to find "GL/gl.h" in "/usr/include/libdrm"
  4. 浅谈Pytest中的warning处理
  5. 浅谈Python中的in,可能有你不知道的
  6. 【已解决】rust 报错 no_std can't find crate for `test` || vscode 工作区多文件夹
  7. git02 IDEA使用git
  8. Html音频播放代码
  9. 2.4.rpx单位有内置的视图容器组件
  10. DVWA靶场实战(十四)——JavaScript