This commit is contained in:
赵鑫 2022-09-07 17:17:31 +08:00
parent cdebfdd22e
commit fd2fb4bb85
2 changed files with 1 additions and 1 deletions

View File

@ -26,6 +26,7 @@ block main
color: transparent;
transition: 1s all;
}
h1.h3 部编版小学阶段必背古诗词129首
.container.d-flex.flex-wrap.gap-1
article
h1 咏鹅
@ -1357,7 +1358,6 @@ block main
article.addEventListener('click', (e) => {
document.querySelectorAll('p').forEach((p) => {
if (p.parentNode != article) p.classList.add('hide')
// else p.classList.toggle('hide')
})
article.querySelector('p').classList.toggle('hide')
})

Binary file not shown.