frontend.css
914 字节
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
/* Stacked Alignment
---------------------------------------------------*/
.fl-cta-left {
text-align: left;
}
.fl-cta-center {
text-align: center;
}
.fl-cta-right {
text-align: right;
}
/* Inline Alignment
---------------------------------------------------*/
.fl-cta-inline {
display: table;
width: 100%;
}
.fl-cta-inline .fl-cta-text,
.fl-cta-inline .fl-cta-button {
display: table-cell;
vertical-align: middle;
}
.fl-cta-inline .fl-cta-text {
width: 70%;
}
.fl-cta-inline .fl-cta-button {
padding-left: 30px;
text-align: center;
width: 30%;
}
/* Title
---------------------------------------------------*/
body h1.fl-cta-title,
body h2.fl-cta-title,
body h3.fl-cta-title,
body h4.fl-cta-title,
body h5.fl-cta-title,
body h6.fl-cta-title {
margin: 0;
padding: 0 0 10px 0;
}
/* Button
---------------------------------------------------*/
.fl-cta-stacked .fl-cta-button {
padding-top: 20px;
}