Skip to content

Commit

Permalink
主页页码固定
Browse files Browse the repository at this point in the history
  • Loading branch information
cheerddd committed Jun 3, 2020
1 parent 1735c77 commit 949f3cc
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions static/css/homeOne.css
Original file line number Diff line number Diff line change
Expand Up @@ -542,9 +542,11 @@ header .burger {
}

.pageNumber {
position: relative;
left: 455px;
top: 5px;
position: absolute;
top: 1524px;
left: 845px;
/* left: 455px;
top: 5px; */
}
.pageNumber ul {
height: 100%;
Expand Down

0 comments on commit 949f3cc

Please sign in to comment.