gpt4 book ai didi

jquery - JQuery、CSS、themeroller 不工作

转载 作者:行者123 更新时间:2023-11-28 07:58:36 25 4
gpt4 key购买 nike

我正在尝试使用我在主题滚轮上创建的主题来链接样式表,但是当我将链接添加到我的 html 代码中时,主题不会加载。我选择的主题是主题a,所以我不认为是那个。任何帮助将不胜感激。

<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Games</title>

<link rel="stylesheet" href="themes/mobileapp.min.css" />
<link rel="stylesheet" href="themes/jquery.mobile.icons.min.css" />
<link rel="stylesheet" href="http://code.jquery.com/mobile/1.4.5/jquery.mobile.structure-1.4.5.min.css"/>
<script src="http://code.jquery.com/jquery-1.11.1.min.js"></script>
<script src="http://code.jquery.com/mobile/1.4.5/jquery.mobile-1.4.5.min.js"></script>

</head>
<body>

<!-- Homepage -->

<div data-role="page" id="home" data-theme="a">

<div data-role="header" data-theme="a">
<h1>Games</h1>
</div>

<div role="main" class="ui-content">
<ul data-role="listview" data-inset="true">
<li><a href="#search">Search</a></li>
<li><a href="#games">Games</a></li>
<li><a href="#about">About Us</a></li>
<li><a href="#where">Where we Are</a></li>
</ul>

</div>


</div>

</body>
</html>

最佳答案

把你的主题放在最后,比如:

<link rel="stylesheet" href="themes/jquery.mobile.icons.min.css" />
<link rel="stylesheet" href="http://code.jquery.com/mobile/1.4.5/jquery.mobile.structure-1.4.5.min.css"/>
<link rel="stylesheet" href="themes/mobileapp.min.css" />

将其放在首位意味着默认主题会覆盖您的主题。你想要相反的方式。

关于jquery - JQuery、CSS、themeroller 不工作,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/29952173/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com