代码之家  ›  专栏  ›  技术社区  ›  Za Gol

样式表style.css未加载,因为其MIME类型text/plain不是text/css

  •  -1
  • Za Gol  · 技术社区  · 6 年前

    我在本地有一个django网站,上周还可以,我不记得我是否修改了它的代码,但是今天我遇到了一些错误,css文件不起作用 这是它在浏览器开发工具上的错误:

    The stylesheet http://127.0.0.1:8000/static/css/style.css was not loaded because its MIME type, “text/plain”, is not “text/css”.
    

    The stylesheet http://127.0.0.1:8000/static/autocomplete_light/select2.css was not loaded because its MIME type, “text/plain”, is not “text/css”
    

    {% load static %}
    <!DOCTYPE html>
    <html>
     <head>
    <meta charset="utf-8">
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
    <meta name="viewport" content="width=device-width, initial-scale=1" >
    <title> </title>
    <link rel="stylesheet" type="text/css" href="{% static 'css/bootstrap.css' %}">
    <link rel="stylesheet" type="text/css" href="{% static 'css/bootstrap-rtl.css' %}">
    <link rel="stylesheet" type="text/css" href="{% static 'css/style.css' %}">
    <link rel="stylesheet" type="text/css" href="{% static 'css/jquery-ui.css' %}">
    
    </head>
    
    <body >
     ....
     ....
    </body>
    
    1 回复  |  直到 6 年前
        1
  •  0
  •   Za Gol    6 年前

    1-在计算机上搜索“regedit.exe”(进入“开始”菜单,单击屏幕右上角的搜索按钮)。

    3-在右栏双击“内容类型”。这将打开一个对话框。

    4点“确定”就这样了。