我想使用 CSS 网格。像这样的事情我想……
html { height: 100%; } body { min-height: 100%; display: grid; grid-template-rows: auto auto [whatever's left of the vh] auto auto; position: relative; }
css grid-layout css-grid
css ×1
css-grid ×1
grid-layout ×1