gpt4 book ai didi

php - 我想将背景图片放入 Laravel 元素的 Blade 中

转载 作者:太空宇宙 更新时间:2023-11-04 01:37:09 24 4
gpt4 key购买 nike

我刚开始在一个元素中使用 laravel,我希望我的主页有一个完整的背景图片。我尝试了普通的 css html 方法,但它不起作用。这是我的代码home.blade.php:

<html>
<head>
<title> AgroHelp Login</title>
<link href="{{asset('css/home.css')}}" rel="stylesheet" />
</head>
<body>
<div class='view_parent_image1'>

</div>
<p style ="text-align:center;">This is full screen</p>


</body>

这是 home.css

.view_parent_image1{
background-image: url('../resources/Image/JD.jpg');
background-size: cover;
}

我的图片在resources/Image/JD.jpg;home.css 在 public/css/home.css 中;

最佳答案

检查一下:

.view_parent_image1{
background: url('{{asset('uploads/'.$ourService->imageOne)}}');
background-size: cover;
}

谢谢

关于php - 我想将背景图片放入 Laravel 元素的 Blade 中,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/45997045/

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