#web_bg {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-size: cover;
  /* 添加过渡效果，你也可以自定义 */
  transition: all 0.5s;
}
