// 主题颜色 $primary-color: #1777ff; $background-color: rgba(#1777ff, 0.1); $error-color: #e74c3c; $text-color: #000; $white-color: #fff; $disabled-color: #ccc; // 混合 @mixin flex-center { display: flex; align-items: center; justify-content: center; }