cuiqian2004
8 天以前 f57571f987f3d25730123f488fccdfa3158ec5b1
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
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
$gungho-colors: 'red','orange','yellow','olive','green','cyan','blue','purple','mauve','pink','brown','grey','black','white';
$gungho-graduals :'red','orange','green','purple','pink','blue';
 
$gungho-directions: none top right bottom left;
 
$gungho-sizes: none xs sm md lg xl;
 
$gungho-radius-width: (
    'none': 24rpx,
    'xs': 6rpx,
    'sm': 16rpx,
    'md': 24rpx,
    'lg': 32rpx,
    'xl': 200px
);
 
$gungho-radius2-width: (
    'none': 48rpx,
    'xs': 6px,
    'sm': 32rpx,
    'md': 48rpx,
    'lg': 64rpx,
    'xl': 400px
);
 
 
 
$gungho-font-sizes: (
    'none': 14px,
    'xs': 20rpx,
    'sm': 24rpx,
    'md': 14px,
    'lg': 48rpx,
    'xl': 64rpx
);
 
$gungho-radius: 6px;
$gungho-margin: (
    'none': 20rpx,
    'xs': 10rpx,
    'sm': 20rpx,
    'md': 24rpx,
    'lg': 40rpx,
    'xl': 60rpx
);
 
 
$gungho-padding: (
'none': 20rpx,
    'xs': 10rpx,
    'sm': 20rpx,
    'md': 24rpx,
    'lg': 40rpx,
    'xl': 60rpx
) ;
 
 
$gungho-height: (
    'none': 64rpx,
    'xs': 48rpx,
    'sm': 56rpx,
    'md': 64rpx,
    'lg': 40px,
    'xl': 60px
);
 
$gungho-lineheight: (
    'none': 24px,
    'xs': 20px,
    'sm': 24px,
    'md': 28px,
    'lg': 32px,
    'xl': 48px
);