一、在index.html中设置主题颜色
body{
--themeColor:#78aef9;
}
二、在页面中的使用
.item{
background-color:var(--themeColor);