Skip to content

Commit

Permalink
fix: background style
Browse files Browse the repository at this point in the history
  • Loading branch information
xjh22222228 committed Dec 26, 2022
1 parent d5955fd commit 611c942
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/view/index/sim/index.component.scss
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ $width: 1200px;
justify-content: center;
align-items: center;
flex-direction: column;
background-size: cover;
.bg {
position: absolute;
top: 0;
Expand All @@ -63,7 +64,8 @@ $width: 1200px;
bottom: 0;
.bg-item {
background-repeat: no-repeat;
background-position: top center;
background-position: center;
background-size: cover;
}
}
.bar {
Expand Down

0 comments on commit 611c942

Please sign in to comment.