Javascript Jquery的浏览器正在弄乱我的图像

Javascript Jquery的浏览器正在弄乱我的图像,javascript,jquery,jquery-mobile,jquery-mobile-themeroller,Javascript,Jquery,Jquery Mobile,Jquery Mobile Themeroller,我只是在测试themeroller,因此加入了随机颜色来试用外观。它似乎把结构弄得一团糟,现在我的图像有点像是叠在一起的。我已经附上了链接代码和图片,以供参考。请告诉我我做错了什么。多谢各位 <link rel="stylesheet" type="text/css" href="newTheme.css"> <link rel="stylesheet" href="http://code.jquery.com/mobile/1.4.2/jque

我只是在测试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"/>

使用Meroller之前的外观:

使用电动轮后:

主题滚轴的随机设置:

新代码:

<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>

代码更改后的新图像:

您似乎将1.4 css与1.3 JS混合在一起。您需要使用一致版本的CSS和JSHi,感谢您指出这一点。我已经做了修改,使之与1.4JS相匹配。现在有所不同,但仍然与没有加热机的原始设置不匹配。