_contact.css
1.43 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
66
67
.contact-page {
width: 990px;
margin: 0 auto;
padding: 10px 0;
.about-nav {
width: 210px;
padding: 10px 20px;
background-color: #EBE9EA;
border: 1px solid #d7d7d7;
border-radius: 5px;
li {
line-height: 30px;
font-size: 12px;
text-align: center;
border-bottom: #ddd 1px solid;
border-top: #fff 1px solid;
a {
color: #333;
font-weight: bold;
}
}
li:first-child {
border-top: 0px;
}
.act > a {
color: #ed004c;
}
}
.main-container {
width: 720px;
border: 1px solid #d7d7d7;
border-radius: 5px;
overflow: hidden;
.text-title {
border-bottom: #ff0000 4px solid;
font-family: 微软雅黑;
font-weight: bold;
height: 100px;
line-height: 100px;
font-weight: bold;
font-size: 36px;
color: #333;
text-align: center;
}
.text-info {
padding: 20px;
color: #333;
overflow: hidden;
font-size: 12px;
font-weight: normal;
line-height: 24px;
}
strong {
font-weight: bold;
}
}
}