最佳答案
我有以下 CSS 规则在一个较少的文件:
.container {
min-height: calc(100vh - 150px);
}
这根本不起作用。我想让容器全窗口高度和减去页眉,页脚固定高度。
我该怎么做?