我只是测试了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.3.2/jquery.mobile-1.3.2.min.js"></script>
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1"/>
在使用themeroller之前看起来如何:
使用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>
代码更改后的新图片: