|
|
@ -43,6 +43,7 @@ function scrollToTop() {
|
|
|
|
z-index: var(--vp-z-index-local-nav);
|
|
|
|
z-index: var(--vp-z-index-local-nav);
|
|
|
|
display: flex;
|
|
|
|
display: flex;
|
|
|
|
justify-content: space-between;
|
|
|
|
justify-content: space-between;
|
|
|
|
|
|
|
|
align-items: center;
|
|
|
|
border-bottom: 1px solid var(--vp-c-divider-light);
|
|
|
|
border-bottom: 1px solid var(--vp-c-divider-light);
|
|
|
|
width: 100%;
|
|
|
|
width: 100%;
|
|
|
|
background-color: var(--vp-c-bg);
|
|
|
|
background-color: var(--vp-c-bg);
|
|
|
@ -85,6 +86,7 @@ function scrollToTop() {
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
.top-link {
|
|
|
|
.top-link {
|
|
|
|
|
|
|
|
display: block;
|
|
|
|
padding: 12px 24px 11px;
|
|
|
|
padding: 12px 24px 11px;
|
|
|
|
line-height: 24px;
|
|
|
|
line-height: 24px;
|
|
|
|
font-size: 12px;
|
|
|
|
font-size: 12px;
|
|
|
|