lishuai
2023-12-26 2e7ba2bc0fbefa6ee0b44eaf1990a493795efe4a
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; // 大小