gpt4 book ai didi

c# - jquery 添加 div 与类不工作

转载 作者:行者123 更新时间:2023-11-29 21:47:10 24 4
gpt4 key购买 nike

<分区>

如果 div.deletePhone 中没有内容,那么您需要指定高度,否则它将是 0px

#div1 ul li .deletePhone{
background-image: url(http://localhost/TheEatTel/public/images/close.png);
background-repeat: no-repeat;
height:100px; /*some height value*/
}

或者将 var phone 放入 div.deletePhone 中:

$("#div1 ul").append("<li><div class='deletePhone'>"+phone+"</div></li>");

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