Files
matagent/backend/public/test.css
2024-12-30 17:01:16 +08:00

6 lines
203 B
CSS

body {
background-image: url('./bakg.png');
background-size: cover; /* 或根据需要调整为其他值,比如 contain */
background-position: center;
background-repeat: no-repeat;
}