<!DOCTYPE html>charset="utf-8"W3Cschool教程(w3cschool.cn)body {background-color: yellow;}div {width: 290px;height: 69px;background-size: 290px 69px;background-repeat:no-repeat;background-image: linear-gradient(to right, green 0%,white 100%), url('/statics/images/w3c/logo.png');background-blend-mode: color-dodge;}注意: Internet Explorer 不支持 background-blend-mode 属性。