background-blend-mode
background-blend-mode CSS 属性定义该元素的背景图片,以及背景色如何混合。
混合模式应该按 background-image CSS 属性同样的顺序定义。如果混合模式数量与背景图像的数量不相等,它会被截取至相等的数量。
<https://developer.mozilla.org/zh-CN/docs/Web/CSS/background-blend-mode>
Background Blend Mode
<https://www.tailwindcss.cn/docs/background-blend-mode>
用法
| Class | Properties |
|---|---|
| bg-blend-normal | background-blend-mode: normal; |
| bg-blend-multiply | background-blend-mode: multiply; |
| bg-blend-screen | background-blend-mode: screen; |
| bg-blend-overlay | background-blend-mode: overlay; |
| bg-blend-darken | background-blend-mode: darken; |
| bg-blend-lighten | background-blend-mode: lighten; |
| bg-blend-color | -dodge background-blend-mode: color-dodge; |
| bg-blend-color | -burn background-blend-mode: color-burn; |
| bg-blend-hard | -light background-blend-mode: hard-light; |
| bg-blend-soft | -light background-blend-mode: soft-light; |
| bg-blend-difference | background-blend-mode: difference; |
| bg-blend-exclusion | background-blend-mode: exclusion; |
| bg-blend-hue | background-blend-mode: hue; |
| bg-blend-saturation | background-blend-mode: saturation; |
| bg-blend-color | background-blend-mode: color; |
| bg-blend-luminosity | background-blend-mode: luminosity; |
