Skip to content

Commit

Permalink
feature: feature: 添加路由进度条
Browse files Browse the repository at this point in the history
  • Loading branch information
jsxiaosi committed Jul 9, 2022
1 parent 683fd08 commit f5271fc
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -40,19 +40,23 @@
height: 72px;
}

.loading,
.loading > div {
position: relative;
box-sizing: border-box;
display: inline-block;
float: none;
background-color: currentcolor;
border: 0 solid currentcolor;
}

.loading.la-dark {
color: #333;
}

.loading > div {
display: inline-block;
float: none;
background-color: currentcolor;
border: 0 solid currentcolor;
}

.loading > div:nth-child(1) {
position: absolute;
bottom: 32%;
Expand Down

0 comments on commit f5271fc

Please sign in to comment.