保誠-保戶業務員媒合平台
Mila
2021-11-01 d4a535ae7dd07f70cf2f59fbc8256a3fa1df8c93
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
@import '_heading';
@import '_icon';
 
.mb-50 {
  margin-bottom: 50px;
}
 
.mt-30 {
  margin-top: 30px;
}
 
.mb-30 {
  margin-bottom: 30px;
}
 
.mt-10 {
  margin-top: 10px;
}
 
.mb-10 {
  margin-bottom: 10px;
}
 
.pt-30 {
  padding-top: 30px;
}
 
.pt-10 {
  padding-top: 10px;
}
 
.pb-30 {
  padding-bottom: 30px;
}
 
.pb-10 {
  padding-bottom: 10px;
}
 
.pr-10 {
  padding-right: 10px;
}
 
.pl-10 {
  padding-left: 10px;
}
 
.pam-paragraph {
  margin: 30px 0;
}
 
.cursor--pointer {
  cursor: pointer;
}