gpt4 book ai didi

使用 {{ HTML}} 的 Laravel 4 css 和 javascript 链接

转载 作者:行者123 更新时间:2023-12-02 12:34:19 25 4
gpt4 key购买 nike

我是 Laravel 4 的初学者,我已经使用 HTML 类包含了 css 文件,但它不起作用,所以请帮助我。我的代码是:-

查看:- model_window.php

<?php HTML::style('css/style.css'); ?>

<a href="#openModal"><input type="submit" value="show" name=""show_button></a>

<div id="openModal" class="modalDialog">
<div>
<a href="#close" title="Close" class="close">X</a>
<h2>Modal Box</h2>

</div>
</div>

我的CSS文件:-公开-> css -> style.css

.modalDialog:target {
opacity:1;
pointer-events: auto;
}

.modalDialog > div {
width: 400px;
position: relative;
margin: 10% auto;
padding: 5px 20px 13px 20px;
border-radius: 10px;
background: #fff;
background: -moz-linear-gradient(#fff, #999);
background: -webkit-linear-gradient(#fff, #999);
background: -o-linear-gradient(#fff, #999);
}

最佳答案

您可以将文件重命名为index.blade.php,其中第二个必须有blade,您可以简单地使用:

    {{ HTML::style('public/css/index.css') }}
{{ HTML::script('public/js/jquery.pnotify.min.js') }}

关于使用 {{ HTML}} 的 Laravel 4 css 和 javascript 链接,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/18225692/

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