0
我怎麼能覆蓋身體的下面使用自定義樣式的CSS如果頁面需要與覆蓋jQuery Mobile的主體背景色
<link rel="stylesheet" href="http://code.jquery.com/mobile/1.3.2/jquery.mobile-1.3.2.min.css" />
<style>
body {
background-color: red;
}
</style>
聯繫我試圖保存自定義風格custom.css,並宣佈它像
<link rel="stylesheet" href="http://code.jquery.com/mobile/1.3.2/jquery.mobile-1.3.2.min.css" />
<link rel="stylesheet" href="custom.css" />
但它不起作用。