使用纯css使得两个背景叠加

84 阅读1分钟

"```html

CSS叠加背景 .container { width: 300px; height: 200px; background: linear-gradient(135deg, #ff8a00, #e52e71), linear-gradient(45deg, #4ecdc4, #556270); background-blend-mode: screen, multiply; }
```"