Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
大家好,我想用 CSS 将我网站的这一部分全宽放置,但我找不到适用于该部分的代码,我不明白为什么。我在哪里需要帮助 我该怎么做才能使这张图片全宽?谢谢
添加此样式
.banner_img { width: 100vw !important; margin-left: calc(-50vw + 50%); }
我找到了一种做你想做的事的方法。
1-您需要“下推”您的其他内容:
2-将这些属性应用于您的图像:
希望它可以帮助你。