body {
    background-image: url('/static/images/loginPage/bg/bg.png'); /* 替换为你的背景图片路径 */
    background-size: cover;
    background-position: center;
    min-height: 100vh;
    margin: 0;
    position: relative;
}