Initial commit

This commit is contained in:
linxd
2025-06-17 14:20:06 +08:00
commit 08424ecdb8
112 changed files with 26341 additions and 0 deletions

14
src/baseStyle.less Normal file
View File

@ -0,0 +1,14 @@
//定义主题颜色
@main-color: rgb(0, 79, 142);
@main-text-color: #000;
@main-text-color-1: #333;
@main-text-color-2: #666;
@main-danger-color: rgb(214, 0, 14);
//灰色
@gray: rgb(240, 240, 240);
@gray-text: rgb(215, 215, 215);
// 宽度
@width: 1366px;