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