0

CSS:

 body {
      margin: 0;
      background-image: url('../images/gplaypattern.png');
      font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
      font-size: 14px;
      line-height: 20px;
      color: #333333;
      background-color:#cccccc;

      /*background-color: #ffffff;*/

我的图片文件在 assets/images 中,而 css 在 assets/stylesheets 中

4

1 回答 1

0

尝试这个:

background-image: url('/assets/gplaypattern.png');
于 2013-10-23T20:03:06.757 回答