feat:更新主页面

This commit is contained in:
2025-11-01 10:24:50 +08:00
parent cddc4f598c
commit e5969003a0
4 changed files with 64 additions and 95 deletions

View File

@@ -32,7 +32,7 @@ html, body {
#app {
height: 100%;
background-color: lightgray;
background-color: #C7C2C9;
}
html {
@@ -45,3 +45,19 @@ html {
}
}
#app {
background-image: url("assets/pc.jpeg");
background-size: contain;
background-position: center;
background-repeat: no-repeat;
}
@media (max-width: 768px) {
#app {
background-image: url("assets/mobile.jpeg");
background-size: contain;
background-position: center;
background-repeat: no-repeat;
}
}