gpt4 book ai didi

css - 如何在 css URL 中使用相对/绝对路径?

转载 作者:数据小太阳 更新时间:2023-10-29 09:07:45 32 4
gpt4 key购买 nike

我有一个生产和开发服务器。问题是目录结构。

发展:

  • http://dev.com/subdir/images/image.jpg
  • http://dev.com/subdir/resources/css/style.css

生产:

  • http://live.com/images/image.jpg
  • http://live.com/resources/css/style.css

我怎样才能在 css 文件夹中有一个 style.css,它在两个服务器上使用相同的 background: url 属性路径?有什么技巧可以用于相对路径吗?

最佳答案

网址是relative to the location of the CSS file ,所以这应该适合你:

url('../../images/image.jpg')

相对 URL 返回两个文件夹,然后到 images 文件夹 - 只要结构相同,它应该适用于这两种情况。

来自 https://www.w3.org/TR/CSS1/#url :

Partial URLs are interpreted relative to the source of the style sheet, not relative to the document

关于css - 如何在 css URL 中使用相对/绝对路径?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/5815452/

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