feat:更新主页面
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user