// 将元素置为灰色（IE10+浏览器不支持）
.gray() {
    filter: grayscale(100%);
    filter: Gray;
}