mirror of
https://dl.bcrjl.com/ghg/HaoOuBa/Joe.git
synced 2026-02-17 13:10:05 +08:00
更新
This commit is contained in:
File diff suppressed because one or more lines are too long
@@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -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()
|
||||
/* 清除全部内容 */
|
||||
|
||||
Reference in New Issue
Block a user