This commit is contained in:
haoouba
2021-02-15 11:03:36 +08:00
parent 0c509a16c6
commit fc2694300e
6 changed files with 21 additions and 8 deletions

File diff suppressed because one or more lines are too long

View File

@@ -533,6 +533,13 @@
}
}
}
.current {
a {
color: var(--theme);
font-weight: 500;
font-size: 15px;
}
}
.slides {
display: none;
border-left: 1px solid var(--classC);
@@ -540,6 +547,11 @@
.link {
color: var(--routine);
}
.current {
color: var(--theme);
font-weight: 500;
font-size: 15px;
}
}
}
}

View File

@@ -396,6 +396,7 @@ document.addEventListener('DOMContentLoaded', () => {
/* 移动端侧边栏菜单手风琴 */
{
$('.joe_header__slideout-menu .current').parents('.panel-body').show().siblings('.panel').addClass('in')
$('.joe_header__slideout-menu .panel').on('click', function () {
const panelBox = $(this).parent().parent()
/* 清除全部内容 */