$bgColor: #f2f2f2; // 主体背景色
$contentBgColor: #fff; // 内容背景色
$contentBorderRadius: 4px; // 主内容圆角
$textColor: #414141; // 内容字体色
$textToastColor: #bebec5; // 提示文字色

$textFont: 12px; // 普通字体字号
$titleFont: 14px; // 标题字号
$headlineFont: 20px; //大标题字号

$formItemSpacing: 14px; // 表单item上下间距
$formItemHeight: 28px; // 表单item高度

$toolBarHeight: 40px; // 主页顶部栏高度
$bodySpacing: 14px; // 主页边距

$lineColor: #f2f2f2; // 分割线颜色
$borderColor: #e3e2e2; // 线框颜色

$scrollBarWidth: 8px; // 滚动条粗细
$hideScrollBarWidth: 1px; // 隐藏滚动条
$scrollTrackBgColor: #f3f3f3; // 滚动条轨道背景色
$scrollThumbBgColor: #ccc; // 滚动条滑块背景色
$scrollThumbBgColorHover: #aaa6a6; // 滚动条滑块高亮背景色
