/**
 * Component:	Variables
 * Description:	Define all variables
*/
//======== 【Prefix】 ========

//@import "vars";
@css-prefix: ac;

//======== 【iconfont】 ========
@iconfont-inlay: 'YDUI-INLAY';

//======== 【global】 ========
@base-zindex: 1;
@body-bg: #F5F5F5;
@body-padding-vertical: .24rem;
@body-padding-bottom: .5rem;
@line-color: #D9D9D9;
@line-high-color: #B2B2B2;
@max-width: 1500rpx;
@min-width: 600rpx;

//======== 【button】 ========
@btn-radius: 6rpx;
@btn-fontsize: .26rem;
@btn-height: .6rem;
@btn-default-color: #FFF;
@btn-block-radius: 6rpx;
@btn-block-fontsize: .36rem;
@btn-block-height: .8rem;
@btn-block-margin-top: .5rem;
@btn-primary-bg: #3188e9;
@btn-danger-bg: #EF4F4F;
@btn-warning-bg: #FFB400;
@btn-disabled-bg: #CCC;
@btn-disabled-color: #F0F0F0;
@btn-hollow-bg: #FFF;
@btn-hollow-color: #454545;
@btn-hollow-border-color: #EAEAEA;

//======== 【cell】 ========
@cell-title-fontsize: .8rem;
@cell-title-color: #888;
@cell-height: .8rem;
@cell-left-color: #333;
@cell-left-fontsize: 1.2rem;
@cell-right-color: #525252;
@cell-right-fontsize: .68rem;
@cell-input-color: #555;
@cell-input-fontsize: .8rem;
@cell-icon-fontsize: .8rem;
@cell-select-color: #A9A9A9;
@cell-select-fontsize: @cell-left-fontsize;
@cell-arrow-color: #C9C9C9;
@cell-arrow-fontsize: .8rem;

//======== 【grids】 ========
@grids-fontsize: .8rem;
@grids-color: #333;
@grids-bg: #FFF;
@grids-padding-horizontal: .35rem;
@grids-line-color: @line-color;
@grids-line-high-color: @line-high-color;

//======== 【navbar】 ========
@navbar-height: .9rem;
@navbar-center-width: 50%;
@navbar-item-fontsize: 1.2em;
@navbar-icon-fontsize: 1.3rem;
@navbar-border-color: #B2B2B2;

//======== 【tabbar】 ========
@tabbar-bg: rgba(255, 255, 255, .96);
@tabbar-border-color: #C9C9C9;
@tabbar-icon-fontsize: 1.2rem;

//======== 【actionsheet】 ========
@actionsheet-bg: #EFEFF4;
@actionsheet-item-height: 2.4rem;
@actionsheet-item-bg: #FFF;
@actionsheet-item-fontsize: .28rem;
@actionsheet-item-color: #555;
@actionsheet-item-border-color: @line-color;
@actionsheet-action-height: .8rem;
@actionsheet-action-bg: @actionsheet-item-bg;
@actionsheet-action-fontsize: @actionsheet-item-fontsize;
@actionsheet-action-color: @actionsheet-item-color;

//======== 【tab】 ========
@tab-bg: #FFF;
@tab-height: .85rem;
@tab-fontsize: .28rem;
@tab-color: #585858;
@tab-break-color: @line-color;
@tab-bottom-border-color: @line-high-color;

//======== 【badge】 ========
@badge-default-bg: #D0D0D0;
@badge-default-color: #FFF;
@badge-primary-bg: #3188e9;
@badge-danger-bg: #EF4F4F;
@badge-warning-bg: #FFB400;
@badge-hollow-bg: #FBFBFB;
@badge-hollow-color: #B2B2B2;
