您好,登錄后才能下訂單哦!
這篇文章給大家分享的是有關(guān)CSS中background-blend-mode屬性怎么用的內(nèi)容。小編覺得挺實用的,因此分享給大家做個參考,一起跟隨小編過來看看吧。
CSSbackground-blend-mode屬性
作用:用于定義了背景層的混合模式(圖片與顏色)
語法:
background-blend-mode:normal|multiply|screen|overlay|darken|lighten|color-dodge|saturation|color|luminosity;
屬性值:
normal:默認(rèn)值,設(shè)置正常的混合模式。
multiply:正片疊底模式。
screen:濾色模式。
overlay:疊加模式。
darken:變暗模式。
lighten:變亮模式。
color-dodge:顏色減淡模式。
saturation:飽和度模式。
color:顏色模式。
luminosity:亮度模式。
注:InternetExplorer不支持background-blend-mode屬性。
CSSbackground-blend-mode屬性的使用示例
<!DOCTYPEhtml>
<html>
<head>
<metacharset="utf-8">
<style>
body{background-color:yellow;}
div{
width:290px;
height:69px;
background-size:290px69px;
background-repeat:no-repeat;
background-image:linear-gradient(toright,#25a1b150%,#862e3e100%),url('https://img.php.cn/upload/article/000/000/024/5c6a4428ea867709.png');
background-blend-mode:color-dodge;
}
</style>
</head>
<body>
<div></div>
</body>
</html>
感謝各位的閱讀!關(guān)于“CSS中background-blend-mode屬性怎么用”這篇文章就分享到這里了,希望以上內(nèi)容可以對大家有一定的幫助,讓大家可以學(xué)到更多知識,如果覺得文章不錯,可以把它分享出去讓更多的人看到吧!
免責(zé)聲明:本站發(fā)布的內(nèi)容(圖片、視頻和文字)以原創(chuàng)、轉(zhuǎn)載和分享為主,文章觀點不代表本網(wǎng)站立場,如果涉及侵權(quán)請聯(lián)系站長郵箱:is@yisu.com進行舉報,并提供相關(guān)證據(jù),一經(jīng)查實,將立刻刪除涉嫌侵權(quán)內(nèi)容。