/** 支付宝钱包默认主题 **/
/** https://github.com/ant-design/ant-design-mobile/wiki/设计变量表及命名规范 **/

/** 色彩 **/
/** ---
/** 状态色 **/

/** 文字色 **/
@value color-text-base: #4f4f4f;                  /** 基本 **/
@value color-text-base-revert: #fff;          /** 基本 - 反色 **/
@value color-text-secondary: #a4a9b0;          /** 辅助色 **/
@value color-text-placeholder: #bbb;           /** 文本框提示 **/
@value color-text-disabled: #bbb;              /** 失效 **/
@value color-text-caption: #888;               /** 辅助描述 **/
@value color-text-paragraph: #333;             /** 段落 **/
@value color-link: brand-primary;             /** 链接 **/

/** 背景色 **/
@value fill-base: #fff;                           /** 组件默认背景 **/
@value fill-base-revert: #000;                           /** 组件默认背景 **/
@value fill-body: #f5f5f9;                        /** 页面背景 **/
@value fill-tap: #ddd;                            /** 组件默认背景 - 按下 **/
@value fill-disabled: #ddd;                       /** 通用失效背景 **/
@value fill-mask: rgba(0, 0, 0, 0.4);              /** 遮罩背景 **/
@value color-icon-base: #ccc;                      /** 许多小图标的背景，比如一些小圆点，加减号 **/
@value fill-grey: #f7f7f7;

/** 阴影 **/
@value shadow-color: #c4c3ca;

/** 透明度 **/
@value opacity-disabled: 0.3;   /** switch checkbox radio 等组件禁用的透明度

/** 全局/品牌色 **/
.test{
    background: #108ee9;
    color: #4f4f4f;
    border: #0c71ba;
}
@value primary: #108ee9;
@value primary-tap: #0e80d2;
@value success: #6abf47;
@value warning: #ffc600;
@value error: #f4333c;
@value important: #ff5b05;  /** 用于小红点 **/
@value wait: #108ee9;

/** 边框色 **/
@value border-color-base: #ddd;

/** 字体尺寸 **/
/** --- **/
@value font-size-icontext: 0.10rem;
@value font-size-caption-sm: 0.12rem;
@value font-size-base: 0.28rem;
@value font-size-subhead: 0.30rem;
@value font-size-caption: 0.32rem;
@value font-size-heading: 0.34rem;

/** 圆角 **/
/** --- **/
@value radius-xs: 0.04rem;
@value radius-sm: 0.06rem;
@value radius-md: 0.10rem;
@value radius-lg: 0.14rem;
@value radius-circle: 50%;

/** 边框尺寸 **/
/** --- **/
@value border-width-sm: 0.02rem;
@value border-width-md: 0.02rem;
@value border-width-lg: 0.04rem;

/** 间距 **/
/** --- **/
@value spacing-xs: 0.06rem;
@value spacing-sm: 0.12rem;
@value spacing-md: 0.18rem;
@value spacing-lg: 0.30rem;
@value spacing-xl: 0.42rem;

/** 高度 **/
/** --- **/
@value line-height-base: 1;           /** 单行行高 **/
@value line-height-paragraph: 1.5;    /** 多行行高 **/

/** 图标尺寸 **/
/** --- **/
@value icon-size-xxs: 0.30rem;
@value icon-size-xs: 0.36rem;
@value icon-size-sm: 0.42rem;
@value icon-size-md: 0.44rem;
@value icon-size-lg: 0.72rem;

/** 动画缓动 **/
/** --- **/
/*@value ease-in-out-quint: cubic-bezier(.86, 0, .07, 1);*/

/** z-index **/
@value progress-zindex: 2000;
@value popover-zindex: 1999;
@value toast-zindex: 1999;
@value action-sheet-zindex: 1000;
@value picker-zindex: 1000;
@value popup-zindex: 999;
@value modal-zindex: 999;
@value tabs-pagination-zindex: 999;

/*// 组件变量*/
/*// ---*/

/*// button*/
@value button-height: 0.94rem;
@value button-font-size: 0.36rem;

@value button-height-sm: 0.60rem;
@value button-font-size-sm: 0.26rem;

@value primary-button-fill: primary;
@value primary-button-fill-tap: primary-tap;

@value warning-button-fill: #e94f4f;
@value warning-button-fill-tap: #d24747;

@value link-button-fill-tap: #ddd;
@value link-button-font-size: 0.32rem;

/*// menu*/
/*@menu-multi-select-btns-height: button-height;*/

/*// modal*/
/*@modal-font-size-heading: 18rem;*/
/*@modal-button-font-size: 18rem; // 按钮字号*/
/*@modal-button-height: 50rem; // 按钮高度*/

/*// list*/
/*@list-title-height: 30rem;*/
/*@list-item-height-sm: 35rem;*/
/*@list-item-height: 44rem;*/

/*// input*/

@value input-label-width: 0.34rem;      /*InputItem、TextareaItem 文字长度基础值*/
@value input-font-size: 0.34rem;
@value input-color-icon: #ccc; /*input clear icon 的背景色*/
@value input-color-icon-tap: primary;

/*// tabs*/
/*@tabs-color: @brand-primary;*/
/*@tabs-height: 43.5rem;*/
/*@tabs-font-size-heading: 15rem;*/
/*@tabs-ink-bar-height: @border-width-lg;*/

/*// segmented-control*/
/*@segmented-control-color: @brand-primary;  // 同时应用于背景、文字颜色、边框色*/
/*@segmented-control-height: 27rem;*/
/*@segmented-control-fill-tap: fade(@brand-primary, 0.1);*/

/*// tab-bar*/
@value tab-bar-fill: #ebeeef;
@value tab-bar-height: 40px;
/*
// toast
@toast-fill: rgba(58, 58, 58, 0.9); // toast, activity-indicator 的背景颜色

// search-bar
@search-bar-fill: #efeff4;
@search-bar-height: 44rem;
@search-bar-input-height: 28rem;
@search-bar-font-size: 15rem;
@search-color-icon: #bbb; // input search icon 的背景色

// notice-bar
@notice-bar-fill: #fefcec;
@notice-bar-height: 36rem;
@notice-bar-color: #f76a24;

// switch
@switch-fill: #4dd865;
@switch-fill-android: @brand-primary;

// tag
@tag-height: 25rem;
@tag-height-sm: 15rem;
@tag-color: @brand-primary;

// keyboard
@keyboard-confirm-color: @brand-primary;
@keyboard-confirm-tap-color: @brand-primary-tap;

// picker
@option-height: 42rem;           // picker 标题的高度*/

/* @madia */
@custom-media --mobile-viewport (max-width:750px);
@custom-media --desktop-viewport (min-width:751px);
