非常好用

设置和使用

:root {
--color:red
}
.btn{
color:var(--color)
}


JS更换

document.documentElement.style.setProperty('--color', 'blue');