只需要在head中增加如下代码即可

<head>
{#设置背景#}
    <style>
        body {
            height: 100%;width: 100%;
            background: url("{% static 'img/abc-1.jpg'%}");
            background-size:cover;
        }
    </style>
</head>

 

相关文章:

  • 2021-12-14
  • 2021-10-28
  • 2022-12-23
  • 2021-05-17
  • 2021-10-15
  • 2021-07-21
  • 2021-12-05
  • 2021-08-12
猜你喜欢
  • 2021-12-22
  • 2022-12-23
  • 2021-05-19
  • 2021-10-15
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案