我有rails 3.2.9,我想放一张背景图片。我的图像在文件夹中找到:public/images
我也把它放在文件夹中:assets/images
。
ul {
height: 200px;
width: 350px;
border: solid 1px blue;
margin: 0 auto;
padding: 0px;
background-image: url('/images/todo.png');
}
但没有背景图像。请帮忙。