我只是在测试主题滚轮,因此使用随机颜色来测试外观。它似乎把结构弄乱了,现在我的图像有点堆叠在一起。我附上了链接代码和图片以供参考。请指教我做错了什么。谢谢你。
<link rel="stylesheet" type="text/css" href="newTheme.css">
<link rel="stylesheet" href="http://code.jquery.com/mobile/1.4.2/jquery.mobile.structure-1.4.2.min.css" />
<script src="http://code.jquery.com/jquery-1.9.1.min.js"></script>
<script src="http://code.jquery.com/mobile/1.3.2/jquery.mobile-1.3.2.min.js"></script>
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1"/>
使用 themeroller 之前的样子:
使用主题滚轮后:
主题滚轮的随机设置:
新代码:
<link rel="stylesheet" type="text/css" href="newTheme.css">
<link rel="stylesheet" href="http://code.jquery.com/mobile/1.4.2/jquery.mobile.structure-1.4.2.min.css" />
<script src="http://code.jquery.com/jquery-1.9.1.min.js"></script>
<script src="http://code.jquery.com/mobile/1.4.2/jquery.mobile-1.4.2.min.js"></script>
代码更改后的新图像: