background-blend-mode叠加代码

Posted Ender.Lu

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了background-blend-mode叠加代码相关的知识,希望对你有一定的参考价值。

<html>
<head>
<style>
.container {
    background: url("p1.jpg"), url("p2.jpg");	
    background-size:cover;    
    background-blend-mode: lighten;
    width:500px;
    height:500px;
}
</style>
</head>
<body>
	<div class="container"></div>
</body>

</html>

  

以上是关于background-blend-mode叠加代码的主要内容,如果未能解决你的问题,请参考以下文章

不可思议的混合模式 background-blend-mode

Unity把新场景代码添加到构建并在加载场景时叠加场景

光学基于matlab光波叠加含Matlab源码 2371期

如何在matlab中将两个图叠加到一起?

css怎么让两个字体颜色叠加在一起

光学基于matlab相互垂直的光波叠加仿真含Matlab源码 2071期