#web_bg {
  /* 背景图像的地址（url括号里）  */
  background: url(https://bu.dusays.com/2022/12/25/63a86d76b7ef7.gif);
  /* 背景图像不重复 */
  background-repeat: no-repeat;
  /* 背景图像大小 */
  background-size: cover;
}


