Files
matagent/backend/public/test.css
2025-01-18 17:53:58 +08:00

6 lines
203 B
CSS
Executable File

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