main.css
body{
width:100%;
height:100%;
overflow:hidden;
background:url('/assets/background-calculations.png');
}
body #content{
z-index:5;
background:url('/assets/handwritten-text.png');
// background:white;
width:100%;
height:100px;
}
body #footer,#header{
height:100px;
width:100%;
margin:0 auto;
}
index.html.erb 为空白
怀疑
当我background:white;
在内容 css 中取消注释它的工作但是当我设置背景 url 它不工作时,但是如果我为内容 div 设置它,相同的 url 不起作用,请帮助