Skip to content

Commit

Permalink
update homepaeg
Browse files Browse the repository at this point in the history
  • Loading branch information
SinclairCoder committed Sep 25, 2024
1 parent a0d60b5 commit 7d4be3f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions static/css/loading_styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@
align-items: center;
justify-content: center;

background-image: url('/static/images/prox-logo.png');
background-image: url('../images/prox-logo.png');
background-repeat: repeat; /* 让背景图片无缝平铺 */
background-size: auto; /* 自动调整图片大小以适应平铺 */
background-position: 0 0; /* 确保从左上角开始 */
Expand All @@ -107,7 +107,7 @@
}

#content {
background-image: url('/static/images/prox-logo.png');
background-image: url('../images/prox-logo.png');
background-repeat: repeat; /* 让背景图片无缝平铺 */
background-size: auto; /* 自动调整图片大小以适应平铺 */
background-position: 0 0; /* 确保从左上角开始 */
Expand Down

0 comments on commit 7d4be3f

Please sign in to comment.