gpt4 book ai didi

html - 让 parent 超越 child

转载 作者:太空宇宙 更新时间:2023-11-03 18:41:15 28 4
gpt4 key购买 nike

我有一个父容器,它有一个包含文本的 div:

<div id="parent">
<div id="text"></div>
</div>

我有以下 CSS 规则:

parent{
clear:both;
background:#f3f3f3;
min-height:180px;
}
text{
float:left;
overflow:auto;
min-height:44px;
width:400px;
margin-left:10px;
margin-top:12px;
}

事实是,父 div 只会增长到文本的长度。我希望它比文字说的多 20%。我如何实现这一点?

最佳答案

看到这个:http://jsfiddle.net/VJ6rg/1

#parent{
padding:3%;
float:left;
overflow:auto;

clear:both;
background:#f3f3f3;
min-height:180px;
}
#text{
float:left;
overflow:auto;
min-height:44px;
}

关于html - 让 parent 超越 child ,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/17526716/

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