contact.css
1.42 KB
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
65
.contactside-bg{
width: 100%;
height:600px;
background: url("../images/contactside-bg.png") no-repeat;
background-size: 100% 100%;
}
.contactside-bg p:nth-of-type(1){
font-size:69px;
font-weight:bold;
color:rgba(255,255,255,1);
line-height:69px;
padding-top: 230px;
}
.contactside-bg p:nth-of-type(2){
padding-top: 30px;
height:34px;
font-size:34px;
font-weight:500;
color:rgba(255,255,255,1);
line-height:96px;
}
.example-title{
height:36px;
line-height: 36px;
font-size:36px;
font-weight:500;
color:rgba(0,0,0,1);
}
.example-subtitle{
margin-top: 29px;
height:22px;
line-height: 22px;
font-size:22px;
font-weight:400;
color:rgba(0,0,0,.7);
}
.example-wrap li{
height: 331px;
margin-top: 58px ;
}
.example-wrap-dy{
background: url("../images/example-wrap-dy.png") no-repeat center center;
background-size: 90% 100%;
}
.example-wrap-empty{
background: url("../images/example-wrap-empty.png") no-repeat center center;
background-size: 90% 100%;
}
.example-wrap-main div:nth-of-type(1){
font-size:30px;
color:rgba(255,255,255,1);
padding: 130px 0 10px;
}
.example-wrap-main div:nth-of-type(2){
height: 20px;
line-height: 20px;
font-size:20px;
color:rgba(255,255,255,1);
}
.contact-map{
height: 1011px;
background: url("../images/contact-map.png") no-repeat;
background-size: 100% 100%;
}