update
This commit is contained in:
parent
cdebfdd22e
commit
fd2fb4bb85
@ -26,6 +26,7 @@ block main
|
|||||||
color: transparent;
|
color: transparent;
|
||||||
transition: 1s all;
|
transition: 1s all;
|
||||||
}
|
}
|
||||||
|
h1.h3 部编版小学阶段必背古诗词129首
|
||||||
.container.d-flex.flex-wrap.gap-1
|
.container.d-flex.flex-wrap.gap-1
|
||||||
article
|
article
|
||||||
h1 咏鹅
|
h1 咏鹅
|
||||||
@ -1357,7 +1358,6 @@ block main
|
|||||||
article.addEventListener('click', (e) => {
|
article.addEventListener('click', (e) => {
|
||||||
document.querySelectorAll('p').forEach((p) => {
|
document.querySelectorAll('p').forEach((p) => {
|
||||||
if (p.parentNode != article) p.classList.add('hide')
|
if (p.parentNode != article) p.classList.add('hide')
|
||||||
// else p.classList.toggle('hide')
|
|
||||||
})
|
})
|
||||||
article.querySelector('p').classList.toggle('hide')
|
article.querySelector('p').classList.toggle('hide')
|
||||||
})
|
})
|
||||||
|
BIN
小学阶段必背古诗词.pdf
BIN
小学阶段必背古诗词.pdf
Binary file not shown.
Loading…
Reference in New Issue
Block a user