12 2022 档案
摘要:.disagree{ border:2px solid red; border-radius: 4px; position: relative; &::before { content: ''; background-color: #f9f9f999; position: absolute; wid
阅读全文
摘要:className是覆盖class属性, //classList 是添加属性或者删除已有属性 uul.className = "uhh2";还可以对其添加多个选择器,比如uul.className = "uhh2 changing"(中间用空格隔开); 在做动画效果的时候,把不同效果的css选择器赋
阅读全文