Closed ZD-code closed 4 years ago
我在全局的css文件中设置了:root{--bottom: 10px;},然后在一个点击事件中,修改--bottom为auto;我该如何做???
element.style.setProperty('--bottom', 'auto'); ???
element.style.setProperty('-bottom','auto'); ??? 谢谢
我在全局的css文件中设置了:root{--bottom: 10px;},然后在一个点击事件中,修改--bottom为auto;我该如何做???