我正在运行Ruby 2.2.2,Rails 4.2.2,RVM,开发模式。
我在Wrapbootstrap.com上发布了这个Twitter Bootstrap模板,https://wrapbootstrap.com/theme/stamp-responsive-startup-theme-WB0M409X7 我正在使用这个版本,Home Style Two http://templateocean.com/stamp/image-bg/2-home-style-two/index.html 我将所有图像放在assets / images文件夹中,然后将所有其余的css,js和html文件放在供应商文件夹中。
我无法显示背景图片。我可以看到所有其他图像,而不是这个背景图像。该引用位于styles.css,第497行
.header {
background: url(../images/background-images/1.jpg) no-repeat center top fixed;
-webkit-background-size: cover;
background-size: cover;
我尝试将styles.css更改为styles.css.scss以及styles.scss。然后我尝试将代码更改为以下内容:
background: image-url('background-images/background.jpg') no-repeat center top fixed;
它的疯狂。有什么想法吗?
答案 0 :(得分:0)
所有蹩脚的事情。我一直在寻找大海捞针,一直都是大海捞针。我没有结束标签。这就造成了所有麻烦。