ann0707
2018-08-16 c9bc8ec61cff4076132f6396d99d383a2cdf5a03
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
/**
 * 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;