first update
This commit is contained in:
6
backend/public/test.css
Normal file
6
backend/public/test.css
Normal file
@@ -0,0 +1,6 @@
|
||||
body {
|
||||
background-image: url('./bakg.png');
|
||||
background-size: cover; /* 或根据需要调整为其他值,比如 contain */
|
||||
background-position: center;
|
||||
background-repeat: no-repeat;
|
||||
}
|
||||
Reference in New Issue
Block a user