body {
  background-image: url("https://img2024.cnblogs.com/blog/3622689/202511/3622689-20251119104701320-452425060.png"); /* 必须填写 */
  background-repeat: no-repeat;         /* 不重复平铺 */
  background-attachment: fixed;         /* 背景固定，不随滚动条移动 */
  background-position: center center;   /* 背景居中 */
  background-size: cover;               /* 自动缩放，覆盖整个屏幕 */
  background-color: #f0f0f0;            /* 可选：背景色(当图片未完全覆盖时) */
  opacity: 0.8
}