gpt4 book ai didi

html - 第二行缩进与自定义 Sprite 对齐

转载 作者:行者123 更新时间:2023-11-28 09:34:50 25 4
gpt4 key购买 nike

我使用 li:before 为列表制作了自定义图标。

li:before {
display: inline-block;
width: 16px;
height: 13px;
background: url(../img/sprites.png) no-repeat -85px -336px;
content: " ";
margin-right: 5px;
}

问题是当列表项分成两行时,第二行位于 Sprite 下方。如何使第二个缩进与上面的文本对齐?

谢谢!

最佳答案

最后发现 li 的绝对定位加上一点边距调整是最好的选择。

关于html - 第二行缩进与自定义 Sprite 对齐,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/25581558/

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