Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我在我的网站中包含了几个 CSS 文件,其他的很好,但我的一个 CSS 文件(在本地主机上):
<link href='http://127.0.0.1/ndf/nekib-css.css' rel='stylesheet' type='text/css'/>
作为图像加载。这是我在 Chrome 开发人员工具中看到的屏幕截图。
仔细检查了 MIME 类型,将其添加到不同的位置,但没有工作。
我正在使用 WAMP。
知道有什么问题吗?
您可能遇到类似于以下帖子的问题。他们的问题来自于有一些非标准的 css,在他们的情况下background:url()
background:url()
Google Chrome 开发者工具 - 显示为图像资源的 CSS 文件