gpt4 book ai didi

css - LI 内 A 元素的垂直对齐

转载 作者:行者123 更新时间:2023-11-28 09:29:49 26 4
gpt4 key购买 nike

我在实现新设计时遇到问题。虽然 anchor 元素在旧设计中正确对齐,但出于某种原因, anchor 元素在新设计中与底部对齐,并且 html/css 重新加载 UL、LI 和 A 部分完全相同。

#treeview ul {
padding-top: 3px;
}
#treeview ul li {
background: none repeat scroll 0 0 transparent;
line-height: 24px;
padding-bottom: 3px;
padding-left: 0;
}
#treeview ul li.active {
background: none repeat scroll 0 0 #DDDDDD;
}
#treeview ul li ul li {
padding-left: 30px;
}
#treeview ul li a {
color: #444444;
padding-left: 5px;
text-decoration: none;
}


<div id="treeview">
<ul>
<li>
<img src="assets/js/no-expand.png">
<img class="icon" width="24" height="" src="assets/images/icons/icon_dance24x24.png">
<a title="Essential" href="/index/night-clubs/essential/">Essential</a>
</li>
</ul>
</div>

最佳答案

试试这个...

#treeview ul li * {
vertical-align: middle;
}

关于css - LI 内 A 元素的垂直对齐,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/6213644/

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