学如逆水行舟,不进则退
2023-11-16
CSS 变量 Var 语法和用法特性
CSS 原生的变量语法是:--*,变量使用语法是:var(--*),其中*表示变量名称。例如
123456:root { --primary-color: #eeeeee;}.th