gpt4 book ai didi

html - ul float 在父 div 底部边框上

转载 作者:太空宇宙 更新时间:2023-11-04 06:57:46 25 4
gpt4 key购买 nike

无序列表 float 在其父 div 的底部边框上。我不明白为什么会这样,只是找到了解决问题的方法。

enter image description here

当我增加父 div(红色边框)的高度时,ul 将保持在完全相同的位置。

.bottom-container .comment-list .comment .buttons {
width: 100%;
height: 25px;
border: 1px solid red;
}

.bottom-container .comment-list .comment .buttons #comment-details {
float: right;
display: inline-block;
list-style-type: none;
margin-right: 10px;
}

.bottom-container .comment-list .comment .buttons #comment-details a li {
display: inline-block;
padding-left: 10px;
padding-right: 10px;
background-color: rgba(50, 50, 50, 1.0);
border-right: 2px solid rgba(100, 100, 100, 1.0);
}
<div class="buttons">
<ul id="comment-details">
<a id="reply-button">
<li> Reply <i class="material-icons" style="font-size: 12pt"> reply </i></li>
</a>
<a id="upvote">
<li> 5 <i class="material-icons" style="font-size: 12pt"> arrow_upward </i></li>
</a>
<a id="downvote">
<li> 1 <i class="material-icons" style="font-size: 12pt"> arrow_downward </i></li>
</a>
</ul>
</div>

我希望 ul 位于中间并 float 到父 div 的右侧。

最佳答案

CSS 可能很棘手,但我认为它会导致 .button 类的填充没有设置顶部和底部,因此它是默认值。

而且 ul 的顶部和底部的边距也没有设置,所以它可能会把它扔掉。

关于html - ul float 在父 div 底部边框上,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/52319658/

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