gpt4 book ai didi

css - 使用 :after Pseudo class 中的背景图片

转载 作者:技术小花猫 更新时间:2023-10-29 11:49:07 25 4
gpt4 key购买 nike

我需要在 H3 标签后显示一个图标,下面是我使用的代码。但它不起作用;

h3:after{
content: "";
background: url(down-arrow.png) no-repeat 0 0;
width:24px;
height:24px;
color:#666666;}.

最佳答案

您还需要 display: blockdisplay: inline-block

工作示例:http://jsfiddle.net/wH7gp/

关于css - 使用 :after Pseudo class 中的背景图片,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/8959701/

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