jquery-confirm 弹出框宽度太宽问题

这几天在引用jquery-confirm时,引入后发现弹出框都和页面一样宽,后来发现少引入了demo中的bundled.css,打开后发现bundled.css就是normalize.css,这个css有兴趣可以看一下

下面是我代码中的引用

<script src="../js/jquery.js"></script>
<script src="../js/jquery-confirm.js"></script>
<link rel="stylesheet" href="../css/jquery-confirm.css">
<link rel="stylesheet" href="../css/bundled.css">

 jquery-confirm下载地址:http://craftpip.github.io/jquery-confirm/

这个里面含有事例可以参考


版权声明:本文为caileigood原创文章,遵循CC 4.0 BY-SA版权协议,转载请附上原文出处链接和本声明。