:root{ --xx:xxx;}#div { color: var(--xx)}
:root{
--xx:xxx;
}
#div {
color: var(--xx)
:root - 全局变量var(—xx) - 使用