/** * Created by c.y on 2018-3-1 * 文件说明: 这个是定义项目全局的less的变量 */ /* Font family -------------------------- */ @fontEN: -apple-system-font, "Helvetica Neue"; @fontCN: "PingFang SC", "Microsoft YaHei", "sans-serif", "Helvetica Neue"; @fontDefault: @fontEN, @fontCN; /* Font size -------------------------- */ @font-size-tiny: 10Px; @font-size-small: 12Px; @font-size-medium: 14Px; @font-size-base: 15Px; @font-size-primary: 16Px; @font-size-large: 18Px; /* Font lineHeight---我们建议使用数字倍数,不建议是固定单位例如px -------------------------- */ @font-line-height-base: 1; @font-line-height-medium: 1.3; @font-line-height-large: 1.5; /* Font weight -------------------------- */ @font-weight-normal: normal; @font-weight-bold: bold; @font-weight-base: 400; @font-weight-thin: 200; /* Icon size -------------------------- */ @icon-font-size-small: 40px; // 标签图标 @icon-font-size-normal: 56px; // 个人中心图标 @icon-font-size-large: 88px; // 入口图标 /* border-radius size -------------------------- */ @border-radius-normal-size: 7.5px; /* button size -------------------------- */ @button-size-small-width: 128px; @button-size-small-height: 64px; @button-size-medium-width: 220px; @button-size-medium-width: 88px; @button-size-large-width: 702px; @button-size-large-width: 88px; /* 色块的分割的高度 Divided blocks -------------------------- */ @divided-block-height: 20px;