gpt4 book ai didi

html - 高度 :100% css is not working

转载 作者:太空宇宙 更新时间:2023-11-03 20:58:05 26 4
gpt4 key购买 nike

我已经设置了一个 jfiddle 示例,它看起来像我的 height:100%;不管用。

body, html 
{
height:100%;
}

#full-wrap {
min-height:100%;
height: auto !important;
height:100%;
margin:0 0 -91px; /* 1 extra px from footer border */
clear:both;
border:thin solid red;
}
.contentCenter {
min-height:100%;
height:100%;
width:300px;
margin: 0 auto;
clear:both;
border:thin solid blue;

}


.footer {
height:90px;width:100%;
border-top:1px #E8E8E8 solid;
clear:both;
}


<div id='full-wrap'>
<div class='contentCenter'>
</div>
</div>
<div class='footer'>
</div>

有人可以帮我解决这个问题吗?如您所见,边界线(蓝色)并未达到 100%。

最佳答案

height: auto !important;

删除该行即可。

关于html - 高度 :100% css is not working,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/7708552/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com