-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
64 lines (64 loc) · 958 Bytes
/
style.css
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
*{
margin: 0;
padding: 0;
}
.container {
width: 1200px;
margin: 0 auto;
}
.clearfix:before, .clearfix:after {
content: "";
display: table;
}
.clearfix:after {
clear: both;
}
.clearfix {
*zoom: 1;
}
img {
max-width: 100%;
}
p {
font-size: 16px;
line-height: 25px;
}
h2 {
margin-bottom: 15px;
}
section.sticky_fixed_section {
background-color: #eee;
padding: 20px 0;
text-align: center;
position: fixed;
top: 0;
left: 0;
right: 0;
z-index: 9;
}
section.relat_absol_sect {
padding: 100px 0;
text-align: center;
margin-top: 67px;
}
.relat_absol_inn.clearfix {
position: relative;
}
.left_wrp {
float: left;
width: 40%;
padding-right: 30px;
}
.right_wrp {
float: right;
width: 55%;
position: absolute;
right: 0;
top: 50%;
transform: translateY(-50%);
}
section.static_sect {
text-align: center;
padding: 80px 0;
background-color: #d1d1d1;
}