新! 我的 44 页电子书“44 分钟内学习 CSS” 已经发布! 😃

立即获取 →

#mix-blend-mode

定义元素应该如何与背景混合

default mix-blend-mode: normal;

元素不会混合。

mix-blend-mode: multiply;

元素使用multiply 混合模式。

mix-blend-mode: screen;

元素使用screen 混合模式。

mix-blend-mode: overlay;

元素使用overlay 混合模式。

mix-blend-mode: darken;

元素使用darken 混合模式。

mix-blend-mode: lighten;

元素使用lighten 混合模式。

mix-blend-mode: color-dodge;

元素使用color-dodge 混合模式。

mix-blend-mode: color-burn;

元素使用color-burn 混合模式。

mix-blend-mode: hard-light;

元素使用hard-light 混合模式。

mix-blend-mode: soft-light;

元素使用soft-light 混合模式。

mix-blend-mode: difference;

元素使用difference 混合模式。

mix-blend-mode: exclusion;

元素使用exclusion 混合模式。

mix-blend-mode: hue;

元素使用hue 混合模式。

mix-blend-mode: saturation;

元素使用saturation 混合模式。

mix-blend-mode: color;

元素使用color 混合模式。

mix-blend-mode: luminosity;

元素使用luminosity 混合模式。