学习如何使用 CSS 拉伸元素以适应浏览器窗口的整个高度。
html, body { height: 100%; } .full-height { height: 100%; } <div class="full-height">..</div>
亲自试一试