@import './base.less';
// 各种变量以及可配置设置
/* 头部、底部高度 */
@headerHeight: 48px;
@footerHeight: 48px;

/* 系统颜色 */
@primary: #4285f4; // 主体色
@primary-1: #1566d2; // 主体色 备用
@system: #ebf3fe; // 系统控件
@bg-1: #f5f5f5; // 背景 区块分割
@disabled: #cccccc; // 失焦 失效
@weight-1: #333333; // 标题 内容 重要
@weight-2: #888888; // 注释 条件 次要
@weight-3: #cccccc; // 注释 条件 次要
@green-1: #66cc66; // 激活 新增 金额负数
@stress: #ff8888; // 强调 权重 正数
@message: #fcecc8; // 提醒
@border-color: #ebebeb;
@font-color-1: #323233; // 标题 内容 重要
@font-color-2: #969799; // 标题 内容 重要
@white: #fff;
@disabled: #c8c9cc;

// margin
@margin-base: 10px;

// padding
@padding-base: 10px;

// 字体大小
@font-size-base: 16px; // Assumes the browser default, typically `16px`

@g1-font-size: @font-size-base; // 页面标题 16px
@g2-font-size: @font-size-base * 0.875; // 列表标题 按钮 14
@g3-font-size: @font-size-base * 0.8125; // 正文内容 13
@g4-font-size: @font-size-base * 0.75; // 次要文字 12

// 圆角
@radius: 4px;

//轻提示组件
@toast-max-width: 70%;
@toast-font-size: @font-size-md;
@toast-text-color: @white;
@toast-loading-icon-color: @white;
@toast-line-height: @line-height-md;
@toast-border-radius: @border-radius-lg;
@toast-background-color: fade(@black, 70%);
@toast-icon-size: 36px;
@toast-text-min-width: 96px;
@toast-text-padding: @padding-xs @padding-sm;
@toast-default-padding: @padding-md;
@toast-default-width: 88px;
@toast-default-min-height: 88px;
@toast-position-top-distance: 20%;
@toast-position-bottom-distance: 20%;
