新增后台管理系统(答辩用

This commit is contained in:
2026-06-24 05:07:32 +08:00
parent 2251f31524
commit 1f209e6761
98 changed files with 25099 additions and 0 deletions
+39
View File
@@ -0,0 +1,39 @@
/**
* uni-app内置样式变量 - 教练端定制
* 基于 gym-manage-cuit 蓝色系风格
*/
/* 行为相关颜色 */
$uni-color-primary: #4f7cff;
$uni-color-success: #10b981;
$uni-color-warning: #f59e0b;
$uni-color-error: #ef4444;
/* 文字颜色 */
$uni-text-color: #1e293b;
$uni-text-color-inverse: #ffffff;
$uni-text-color-grey: #94a3b8;
$uni-text-color-placeholder: #a0aec0;
$uni-text-color-disable: #cbd5e1;
/* 背景颜色 */
$uni-bg-color: #ffffff;
$uni-bg-color-grey: #f6f8fc;
$uni-bg-color-hover: #eef3ff;
$uni-bg-color-mask: rgba(0, 0, 0, 0.4);
/* 边框颜色 */
$uni-border-color: #e2e8f0;
/* 尺寸 */
$uni-font-size-sm: 12px;
$uni-font-size-base: 14px;
$uni-font-size-lg: 16px;
$uni-img-size-sm: 20px;
$uni-img-size-base: 28px;
$uni-img-size-lg: 40px;
/* 间距 */
$uni-spacing-col-base: 16px;
$uni-spacing-row-base: 12px;