【发布时间】:2016-12-07 13:58:06
【问题描述】:
我正在使用节点 js(没有 express),但背景图片 url 有问题
.jade 文件
extends ../node_modules/pug-bootstrap/_bootstrap
block body
style
include style.css
style.css 文件:
body{
background: #222 url('skyscrapers.jpg') center center no-repeat;
background-size: cover;
color: white;
height: 100%;
text-align: center;
align-items: center;
}
似乎背景颜色有效,但未加载 img。 我在简单的 HTML 文件中检查它,一切正常。 img 的位置是正确的。
【问题讨论】:
-
如果将
background拆分为background-color、-image、-position和-repeat会发生什么? -
试试看..还是不行