这个错误是由于 SCSS 编译器认为缺少 appearance 属性的定义。 appearance 属性通常用于修改表单元素的外观,例如按钮、输入框等-webkit-appearance: none;-moz-appearance: none;appearance: none;