通过设置background-blend-mode属性来同时设置图片和背景色
而且设置的优先顺序影响图片的显示,如果先设置背景颜色,在该属性为normal时不会显示图片。
//设置背景图片以及渐变颜色
background: url("../img/technical-function.png") no-repeat,
linear-gradient(to bottom, #2B80FF, #0F61F9);
//设置图片的位置
background-position: right bottom;
设置模式:有多种模式
background-blend-mode: normal;