body {  
    background-image: url('./background/background.png'); /* 替换为你的背景图片路径 */  
    background-size: cover; /* 可选：让背景图片覆盖整个页面 */  
    /* background-position: center; /* 可选：让背景图片居中 */  
    background-repeat: no-repeat; /* 可选：防止背景图片重复    */
}
.inputtext{
    width: 300px;
}