【发布时间】:2013-07-11 07:04:04
【问题描述】:
我正在尝试更改我的 html 页面的背景颜色,但它没有反映。我正在为我的页面使用 jquerymobile, marionette。在我的 CSS 中,我写了
body {
background-color:rgb(44,2,4);
}
我也试过
html, body {
background-color:rgb(44,2,4);
}
发生的情况是正在设置背景颜色,但我可以在 html 页面上看到页面加载时的一闪而过,但之后设置了默认的 jquerymobile 主题。 任何人都可以帮我解决问题吗? 提前致谢。
【问题讨论】:
标签: css jquery-mobile backbone.js background marionette