Skip to content

Commit

Permalink
Merge pull request #5 from Expector-Hutch/patch-1
Browse files Browse the repository at this point in the history
解决视口高度问题
  • Loading branch information
kaygb authored Feb 25, 2023
2 parents 860ea14 + e9ea2e3 commit 4cab8dc
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions static/style.css
Original file line number Diff line number Diff line change
@@ -1,13 +1,12 @@
body {
html, body {
font-size: 18px;
color: #6c767d;
background-color: #ebf1f5;
background-image: url("https://bu.dusays.com/2022/06/04/629b0a2a89425.png");
background-attachment: fixed;
background-repeat: no-repeat;
background-size: cover;
height: 100vh;
min-height: 800px;
height: 100%;
}


Expand Down Expand Up @@ -249,4 +248,4 @@ footer p {

#aplayer {
z-index: 20000000;
}
}

0 comments on commit 4cab8dc

Please sign in to comment.