MrShi
2023-12-04 a14f9c307be39f8e824003452ef1be5a61bcb637
1
2
3
4
5
6
7
8
9
10
11
12
// 主色调
$primary-color: #2E68EC;
// 头部高度
$header-height: 60px;
// 菜单宽度
$menu-width: 208px;
// 页面最小宽度
$page-min-width: 1000px;
 
// 字体
$font-color: #282828; // 颜色
$font-size: 12px; // 大小