You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
24 lines
517 B
24 lines
517 B
// 品牌色
|
|
$brandColor: #2DACEC;
|
|
// 渐变起始色
|
|
$startColor: #03DDE4;
|
|
// 渐变中间色
|
|
$intermediateColor: #30AFED;
|
|
// 渐变结束色
|
|
$endColor: #8755FF;
|
|
// 侧边菜单背景色
|
|
$sideMenuBgColor: #f8f8f8;
|
|
// 顶部悬浮菜单背景色,用于移动端
|
|
$headerMenuBgColor: #f8f8f8;
|
|
|
|
|
|
// 头部高度
|
|
$headerHeight: 66px;
|
|
// 侧边栏宽度
|
|
$sideMenuWidth: 295px;
|
|
// bar高度
|
|
$barHeight: 200px;
|
|
// 切换到移动端显示屏宽界限
|
|
$mobileWidth: 640px;
|
|
// 页面主体最大宽度
|
|
$contentWidth: 1280px; |