有挺多人问的,不是特别难,还是发一下吧

登陆后台在设置-站点的自定义头部添加如下内容

    <style>      body {        /* 背景图片地址,替换成你喜欢的 */        background-image: url("https://b2.akz.moe/awesome-pictures/118069710_p0.png");        background-size: cover;        background-position: center center;        background-repeat: no-repeat;        background-attachment: fixed;      }      .layout {        background-color: transparent;      }    </style>