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.
我试图让页面延伸到页面的底部,但它只延伸到页面的大约一半。我将 main-bg div 的高度设置为 100%,但它没有延伸这么远。我怎样才能让它进入页面的 100%?
我有一个 main-bg div 来保存文本背景,并且在顶部和底部都有淡入和淡出,但底部没有到达页面底部。为了向您展示,我所做的看起来像Page,但我希望中途的淡入淡出在页面的底部。
我怎样才能做到这一点?谢谢
如何使用:
position: absolute; bottom: 0px;
这会将它放在页面的底部。只需将底部值更改为大于 0px 的值即可设置您需要的数量。