This commit is contained in:
Van
2019-07-11 00:34:52 +08:00
parent 69451c2535
commit dae2f78b6a
7 changed files with 29 additions and 25 deletions

File diff suppressed because one or more lines are too long

View File

@@ -25,7 +25,6 @@
@import "../../../scss/usite";
@import "../../../scss/toc";
@import "../../../scss/function";
@import "../../../scss/nprogress";
@import "vditor/src/assets/scss/classic";
$fade-lighter: rgba(255, 255, 255, .8) !default;
@@ -55,27 +54,25 @@ a {
}
}
.fn {
&__progress {
position: fixed;
right: 0;
top: 0;
left: 0;
width: 100%;
height: 2px;
border: none;
background: transparent;
-webkit-appearance: none;
z-index: 1;
.fn__progress {
position: fixed;
right: 0;
top: 0;
left: 0;
width: 100%;
height: 2px;
border: none;
background: transparent;
-webkit-appearance: none;
z-index: 3;
&::-webkit-progress-value {
background-color: $link;
transition: width 0.2s ease 0s, opacity 0.6s ease 0s;
}
&::-webkit-progress-value {
background-color: $link;
transition: width 0.2s ease 0s, opacity 0.6s ease 0s;
}
&::-webkit-progress-bar {
background-color: transparent;
}
&::-webkit-progress-bar {
background-color: transparent;
}
}
@@ -561,6 +558,7 @@ a {
.pagination {
text-align: center;
margin-top: 40px;
&__item {
width: 30px;
@@ -873,8 +871,12 @@ a {
}
@media (max-width: 768px) {
.pagination__item {
margin: 0 3px 5px 2px;
.pagination {
margin-top: 5px;
&__item {
margin: 0 2px 5px 2px;
}
}
.footer {
@@ -894,6 +896,7 @@ a {
.item {
padding: 10px;
&__title a {
font-size: 18px;
}