更改背景

时间:2018-02-22 01:36:21

标签: css

如何更改css的背景?我必须更改网址,但图片不会立即更改

请帮帮我^。^谢谢你

.masthead { 
  min-height: 30rem;
  position: relative;  
  display: table;  
  width: 100%;
  height: auto;
  padding-top: 8rem;
  padding-bottom: 8rem;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.1) 100%), url("../img/bg-masthead.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

1 个答案:

答案 0 :(得分:-2)

有时您需要进行硬重新加载才能加载图像。如果这不起作用,请继续并清除缓存的数据。此外,您始终可以使用隐身窗口,而不必每次都弄乱您的追逐。