/*主题颜色*/$color-primary-green:green;/*改变颜色*/$color-primary-blue:blue;/*改变颜色*/$data-default:"green"@mixincolor_primary(){&[data-txt="green"]{背景:$color-primary-green;}&[data-txt="blue"]{背景:$color-primary-blue;}}.price{高度:400px;/*color:$color-primary;*//*原始参考方法,错误*/&::before{content:attr(data-txt);}@includecolor_primary();/*使用函数调用*/}
