定义变量 2015/12/14 15077 /* 变量定义 */ :root { --main-color: #06c; } /* 变量使用 */ #foo h1 { color: var(--main-color); }