swiper-轩逸博客
swiper的头像-轩逸博客
UID:563 已加入本站465天 总消费:5.00 徽章-𝟚𝟘𝟚𝟝蛇年快乐-轩逸博客徽章-初出茅庐-轩逸博客2枚徽章贵州省安顺市管理员
document.addEventListener('DOMContentLoaded', function () { const postsElements = document.querySelectorAll('posts.posts-item'); postsElements.forEach((element) => { if (element.classList.contains('posts-item')) { element.classList.add('alone'); } }); });