_other.scss
1014 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
.contact-us-wrap {
width: 1180px;
margin: 50px auto;
.info-list {
float: left;
border: 1px solid #000;
padding: 32px;
.info-title {
text-align: center;
font-weight: bold;
margin: 0 auto 32px auto;
}
.info-section {
margin-bottom: 32px;
font-size: 16px;
line-height: 28px;
h2 {
font-weight: bold;
}
}
.contact-us-section:last-child {
margin-bottom: 0;
}
}
}
.contact-us-info {
width: 600px;
margin: 0 0 0 25px;
.contact-us-title {
font-size: 30px;
}
.contact-us-section {
font-size: 14px;
}
}
.public-number-info {
width: 300px;
margin: 0 0 0 50px;
.public-number-title {
font-size: 18px;
}
.public-number-section {
text-align: center;
font-size: 14px;
img {
width: 200px;
height: 200px;
}
}
}