footer.css
1.17 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
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
/*footer.css*/
.footer {
width: 100%;
height: auto;
background-color: #3c3c3c
}
.footer a:hover {
color: #1287cd
}
.canrd-site-map {
position: relative;
width: 1000px;
height: 320px;
margin: 0 auto;
padding-top: 50px;
}
dl, dd {
margin: 0
}
.canrd-site-map dl {
width: 200px;
color: #ffffff;
float: left;
clear: right;
}
.canrd-site-map dt {
font-size: 18px;
}
.canrd-site-map dd {
margin: 25px auto;
font-size: 14px;
color: #C3C5C6;
}
.canrd-site-map dd a {
color: #C3C5C6;
}
.canrd-site-map .follow-us {
width: 330px;
margin-left: 50px;
}
.contact-detail{
margin-left: 2em;
}
.follow-us div {
overflow: hidden;
}
.follow-us div dd {
margin-bottom: 0;
}
.follow-us .time {
font-size: 12px;
}
.canrd-site-map .site-addr {
margin-top:18px;
}
.canrd-site-map .barcode {
float: left;
margin-right: 20px;
}
.friendly-link {
width: 100%;
height: 70px;
line-height: 70px;
text-align: center;
background-color: #313131;
font-size: 14px;
}
.friendly-link span {
color: #646464;
}
.friendly-link a {
color: #c3c5c6;
margin-left: 20px;
}