我正在使用 Zurb Foundation 工具包,它包含两个样式表,一个是用于编辑和添加元素的 app.css。添加到 app.css 的以下内容不会在我的索引页面上反映或更新。从我所见,这应该非常简单,但对我没有用。我正在使用 Aptana Studio 3。
body {
background-image:url('carbonfiber.png');
background-repeat:no-repeat;
background:#333333;
background-position:center;
}
#content {
margin-bottom:2000px
}
#footer {
position:absolute;
bottom:0;
width:100%;
height:40px;
clear:both;
background-color:#C00 padding-bottom: 500px
}