只能设置背景颜色而不能设置背景图像

时间:2018-04-27 06:21:20

标签: html css

我的Chrome中突然出现背景。我只能设置背景颜色而不能设置背景图像。为什么会突然发生这种情况?



body {
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("images/smile.jpg");
  height: 100vh;
  width: 100%;
  background-size: cover;
  background-position: center;
  margin: 0 auto;
}




1 个答案:

答案 0 :(得分:-1)

尝试按照以下方式替换背景图像中的图像地址 -

("../images/smile.jpg")