Javascript jQuery移动主题滚轴是否生成损坏的主题?

Javascript jQuery移动主题滚轴是否生成损坏的主题?,javascript,jquery,html,css,jquery-mobile,Javascript,Jquery,Html,Css,Jquery Mobile,我有一个使用jQuery Mobile themeroller()创建的样例。在themeroller中看起来是这样的: 。。。但按照指示下载和安装它的过程如下所示: <link rel="stylesheet" href="http://localhost/Bon%20Cuisson/project-files/bin-debug/system/stylesheets/bc-swatch-mobile.min.css" /> <link rel="stylesheet" h

我有一个使用jQuery Mobile themeroller()创建的样例。在themeroller中看起来是这样的:

。。。但按照指示下载和安装它的过程如下所示:

<link rel="stylesheet" href="http://localhost/Bon%20Cuisson/project-files/bin-debug/system/stylesheets/bc-swatch-mobile.min.css" />
<link rel="stylesheet" href="http://code.jquery.com/mobile/1.1.1/jquery.mobile.structure-1.1.1.min.css" />
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1/jquery.min.js"></script>
<script src="http://code.jquery.com/mobile/1.1.1/jquery.mobile-1.1.1.min.js"></script>

我已按照页面
部分的指示安装了主题,如下所示:

<link rel="stylesheet" href="http://localhost/Bon%20Cuisson/project-files/bin-debug/system/stylesheets/bc-swatch-mobile.min.css" />
<link rel="stylesheet" href="http://code.jquery.com/mobile/1.1.1/jquery.mobile.structure-1.1.1.min.css" />
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1/jquery.min.js"></script>
<script src="http://code.jquery.com/mobile/1.1.1/jquery.mobile-1.1.1.min.js"></script>

有谁能告诉我为什么CSS看起来是坏的,即使它只是一个直接的复制和粘贴


谢谢您抽出时间。

嗯。。。我最初仅使用一个样例生成此主题。通过复制这个样例两次(给我三个完全相同的样例)并重试安装,它成功了。我只是按照jQM的建议至少制作了3个样本,然后它就没问题了


为什么??没有线索,但我希望这能帮助别人。

嗯。。。我最初仅使用一个样例生成此主题。通过复制这个样例两次(给我三个完全相同的样例)并重试安装,它成功了。我只是按照jQM的建议至少制作了3个样本,然后它就没问题了


为什么??没有线索,但我希望这能帮助别人。

JQuery Mobile默认情况下会为不同的控件分配不同的样例字母。页眉和页脚的样例a、listviws上的样例b、嵌套列表页面页眉和内容块上的样例c。我想这可能是您需要多个1的原因吧

默认情况下,JQuery Mobile会将不同的样例字母分配给不同的控件。页眉和页脚的样例a、listviws上的样例b、嵌套列表页面页眉和内容块上的样例c。我想这可能是您需要多个1的原因吧

第一个样式表URL看起来很奇怪,你仔细检查了吗?@StevenRoose是的,它链接正确第一个样式表URL看起来很奇怪,你仔细检查了吗?@StevenRoose是的,它链接正确