前端 body的背景图显示不了

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>Document</title>
    <style>
        *{margin:0;padding:0}
        .box{width:500px;height:1000px;background-color:yellow ;
            margin:0 auto      }
        body{background-image:url(视觉差案例图/238757541299093527.jpg);}
    </style>
</head>
<body>
    <div class="box">
        
    </div>
</body>
</html>

相对路径

路径写错了,重新整一下路径就能显示了。

如有帮助,还请帮忙点下采纳!感谢!

background-image:image 你把url改成image
background:url 这样是用的url