This commit is contained in:
File diff suppressed because one or more lines are too long
@@ -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;
|
||||
}
|
||||
|
Reference in New Issue
Block a user