<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>
标签:highlight head contain nta body url 叠加 mod pre
<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>
标签:highlight head contain nta body url 叠加 mod pre
原文地址:https://www.cnblogs.com/coolyylu/p/8125656.html