我目前正在使用 phonegap 构建一个 ios 应用程序,并且我正在使用 Jquery 移动库。我做了一个这样的清单:
<div data-role="content" data-theme="a">
<ul data-role="listview" data-inset="true">
<li>
<a href="#test" rel="external">
<h3>Nederland</h3>
<p>Zoek ... door heel Nederland</p>
</a>
</li>
</ul>
</div>
我想要这个列表有一些渐变颜色,所以我用 jquery mobile(在线应用程序)的 themeroller 制作了一个主题样本。如果我插入主题我没有得到渐变颜色,有人有一些经验这个???