**已关闭。**此问题需要debugging details。当前不接受答案。
编辑问题以包含desired behavior, a specific problem or error, and the shortest code necessary to reproduce the problem。这将有助于其他人回答问题。
七年前就关门了。
Improve this question
如何使用CSS拉伸div的整个高度?
我正在尝试将一个div拉伸100%。应用了min-height: 100%;
,但没有结果。
<div class="mydiv"></div>
.mydiv {
min-height: 100%;
}
1条答案
按热度按时间db2dz4w81#
在你的css中,试着添加这个,它对我很有效:)