| 12345678910111213141516171819202122232425262728 |
- // 主题色
- $primary-color: #409eff;
- $success-color: #67c23a;
- $warning-color: #e6a23c;
- $danger-color: #f56c6c;
- $info-color: #909399;
- // 背景色
- $bg-color: #f5f7fa;
- $bg-color-dark: #304156;
- // 边框色
- $border-color: #dcdfe6;
- $border-color-light: #e4e7ed;
- // 文字颜色
- $text-color: #303133;
- $text-color-regular: #606266;
- $text-color-secondary: #909399;
- $text-color-placeholder: #c0c4cc;
- // 布局
- $sidebar-width: 210px;
- $sidebar-width-collapsed: 64px;
- $header-height: 60px;
- // 动画
- $transition-duration: 0.3s;
|