gpt4 book ai didi

css - asp.net 从 css 根文件夹中获取图像

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

我写这个是为了从我的根文件夹中获取图像:

#sidebar h2 {
margin: 0;
padding: 20px 0 2px 30px;
background: url(~/images/img05.gif) no-repeat left bottom;
border-bottom: 2px solid #4A3903;
}

我的图片在根文件夹中,但图片不显示!

最佳答案

尝试

background: url('../images/img05.gif') no-repeat left bottom;

关于css - asp.net 从 css 根文件夹中获取图像,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/25237566/

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