body {
    background-image: url("/img/20260205-102906.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
    background-size: cover; /* 使图片覆盖整个背景，保持比例 */
}