1

我有一个使用 jQuery Mobile themeroller ( http://jquerymobile.com/themeroller/?ver=1.1.1&style_id=20120909-36 ) 创建的样本。在themeroller中看起来像这样:

在此处输入图像描述

...但是按照指示下载和安装它看起来像这样:

在此处输入图像描述

我已按照<head>页面部分中的说明安装了主题,如下所示:

<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 出现损坏,即使它只是直接复制和粘贴?

感谢您的时间。

4

2 回答 2

4

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

为什么?没有线索,但我希望这可以帮助某人。

于 2012-09-09T22:57:13.830 回答
1

默认情况下,JQuery Mobile 将不同的样本字母分配给不同的控件。样本 a 用于页眉和页脚,b 用于列表视图,嵌套列表页眉和 c 用于内容块。我怀疑这可能是您需要多个 1 的原因?Jquery Mobile 主题和默认值

于 2014-03-18T15:44:51.513 回答