personal-data-collection.scss
807 Bytes
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
@import '@/styles/_support';
strong {
font-size: $articleStrong;
font-weight: bold;
// font-family: Verdana;
}
li {
font-size: 18px;
margin: 38px 0 38px 20px;
list-style-type: disc;
}
li:last-child {
margin: 38px 0 0 20px;
}
.small {
font-size: $articleSmall;
line-height: 28px;
}
.content {
padding-bottom: 78px;
font-size: $articleNormal;
}
.box {
position: relative;
}
.top-space {
height: 34px;
}
.tit {
text-align: center;
font-size: $articleTitleLarge;
font-weight: bold;
}
.tit:lang(zh) {
letter-spacing: 3.65px;
}
.desc {
max-width: $articleWidth;
margin-top: 54px;
line-height: 1.42;
}
.desc:lang(zh) {
letter-spacing: 2px;
}
@media (max-width: 1200px) {
.content {
@include content-percent();
padding-bottom: $marginMedium-M;
}
}