@jordan.vidrine 是否必须像这样直接修改代码:
.background-container {
position: fixed;
top: 0;
left: 0;
height: 100vh;
width: 100vw;
background: url(https://i.ibb.co/GCcS8Zw/Abstract-futuristic-Molecules-technology-with-polygonal-shapes-on-dark-blue-background-Illustration.jpg);
background-size: cover;
clip-path: unset;
或者我可以直接使用这种形式:
我尝试使用这种形式,但正如您在下面看到的,图片没有覆盖所有蓝色部分
您对此问题有什么解决方案吗?

