1使用混合模式打造复古风格的图片边框
div{ background-color: #FFFFFF; background-size: cover; background-image: url(img/masque-24.png); } div img{ width: 100%; mix-blend-mode: screen; }