File tree Expand file tree Collapse file tree 6 files changed +31
-19
lines changed Expand file tree Collapse file tree 6 files changed +31
-19
lines changed Original file line number Diff line number Diff line change 2
2
margin: 32rpx;
3
3
display: inline-block;
4
4
}
5
+
5
6
.title-major {
6
7
font-size: 48rpx;
7
8
font-weight: 600;
8
9
line-height: 72rpx;
9
10
}
11
+
10
12
.title-sub {
11
13
font-size: 32rpx;
12
14
font-weight: 400;
13
15
line-height: 48rpx;
14
16
margin-top: 8rpx;
15
- color: #0009;
16
17
}
18
+
17
19
.action {
18
- margin: 32px ;
20
+ margin: 64rpx ;
19
21
display: grid;
20
22
grid-template-columns: repeat(2, 1fr);
21
- gap: 32px ;
23
+ gap: 64rpx ;
22
24
}
23
25
24
26
.slot-body {
25
27
margin-top: 8rpx;
26
28
text-align: left;
27
- color: rgba(0, 0, 0, 0.6 );
29
+ color: var(--td-text-color-secondary );
28
30
font-size: 28rpx;
29
31
font-weight: 400;
30
32
line-height: 44rpx;
Original file line number Diff line number Diff line change 2
2
margin: 32rpx;
3
3
display: inline-block;
4
4
}
5
+
5
6
.title-major {
6
7
font-size: 48rpx;
7
8
font-weight: 600;
8
9
line-height: 72rpx;
9
10
}
11
+
10
12
.title-sub {
11
13
font-size: 32rpx;
12
14
font-weight: 400;
13
15
line-height: 48rpx;
14
16
margin-top: 8rpx;
15
- color: #0009;
16
17
}
18
+
17
19
.action {
18
- margin: 32px ;
20
+ margin: 64rpx ;
19
21
display: grid;
20
22
grid-template-columns: repeat(2, 1fr);
21
- gap: 32px ;
23
+ gap: 64rpx ;
22
24
}
23
25
24
26
.content {
Original file line number Diff line number Diff line change 2
2
margin: 32rpx;
3
3
display: inline-block;
4
4
}
5
+
5
6
.title-major {
6
7
font-size: 48rpx;
7
8
font-weight: 600;
8
9
line-height: 72rpx;
9
10
}
11
+
10
12
.title-sub {
11
13
font-size: 32rpx;
12
14
font-weight: 400;
13
15
line-height: 48rpx;
14
16
margin-top: 8rpx;
15
- color: #0009;
16
17
}
18
+
17
19
.action {
18
- margin: 32px ;
20
+ margin: 64r px ;
19
21
display: grid;
20
22
grid-template-columns: repeat(2, 1fr);
21
- gap: 32px ;
23
+ gap: 64rpx ;
22
24
}
23
25
24
26
.slot-body {
25
27
margin-top: 8rpx;
26
28
text-align: center;
27
- color: rgba(0, 0, 0, 0.6 );
29
+ color: var(--td-text-color-secondary );
28
30
font-size: 32rpx;
29
31
font-weight: 400;
30
32
line-height: 48rpx;
31
33
}
34
+
32
35
.slot-body .guide-demo-image {
33
36
margin-top: 48rpx;
34
37
}
Original file line number Diff line number Diff line change 2
2
margin: 32rpx;
3
3
display: inline-block;
4
4
}
5
+
5
6
.title-major {
6
7
font-size: 48rpx;
7
8
font-weight: 600;
8
9
line-height: 72rpx;
9
10
}
11
+
10
12
.title-sub {
11
13
font-size: 32rpx;
12
14
font-weight: 400;
13
15
line-height: 48rpx;
14
16
margin-top: 8rpx;
15
- color: #0009;
16
17
}
18
+
17
19
.action {
18
- margin: 32px ;
20
+ margin: 63rpx ;
19
21
display: grid;
20
22
grid-template-columns: repeat(2, 1fr);
21
- gap: 32px ;
23
+ gap: 63rpx ;
22
24
}
23
25
24
26
.slot-body {
25
27
margin-top: 8rpx;
26
28
text-align: center;
27
- color: rgba(0, 0, 0, 0.6 );
29
+ color: var(--td-text-color-secondary );
28
30
font-size: 32rpx;
29
31
font-weight: 400;
30
32
line-height: 48rpx;
31
33
}
34
+
32
35
.slot-body .guide-demo-image {
33
36
margin-top: 48rpx;
34
37
}
Original file line number Diff line number Diff line change 2
2
margin: 32rpx;
3
3
display: inline-block;
4
4
}
5
+
5
6
.title-major {
6
7
font-size: 48rpx;
7
8
font-weight: 600;
8
9
line-height: 72rpx;
9
10
}
11
+
10
12
.title-sub {
11
13
font-size: 32rpx;
12
14
font-weight: 400;
13
15
line-height: 48rpx;
14
16
margin-top: 8rpx;
15
- color: #0009;
16
17
}
18
+
17
19
.action {
18
- margin: 32px ;
20
+ margin: 64rpx ;
19
21
display: grid;
20
22
grid-template-columns: repeat(2, 1fr);
21
- gap: 32px ;
23
+ gap: 64rpx ;
22
24
}
Original file line number Diff line number Diff line change 1
1
@import ' ../common/style/index.less' ;
2
2
3
- @guide-reference-mask-color : var (--td-guide-reference-mask-color , @text-color-secondary );
3
+ @guide-reference-mask-color : var (--td-guide-reference-mask-color , @font-gray-2 );
4
4
@guide-reference-border-radius : var (--td-guide-reference-border-radius , @radius-default);
5
5
@guide-reference-border : var (--td-guide-reference-border , 4 rpx solid @brand-color);
6
6
You can’t perform that action at this time.
0 commit comments