footer_index_ui.css
821 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
53
54
55
56
57
58
59
60
61
62
.footer {
position: fixed;
bottom: 0;
left: 0;
width: 100%;
z-index: 1000;
}
.footer a {
color: #ccc;
}
.footer ul li {
float: left;
color: #bbb;
padding: 10px 0;
}
.footer ul em {
font-style: normal;
margin: 0 10px;
}
.copyright {
color: #777;
margin-left: 20px;
}
.aboutpay {
background-color: #ddd;
padding: 5px 0;
font-family: 'Microsoft YaHei';
color: #b5b5b5;
}
.aboutpay li {
margin-right: 76px;
}
.aboutpay b {
color: #333;
font-size: 14px;
}
.aboutpay p {
font-size: 14px;
margin-top: 5px;
}
.aboutus {
background-color: #333;
}
.pay1,
.pay2,
.pay3 {
width: 29px;
height: 32px;
margin-right: 10px;
}
.pay1 {
background-position: 0 0;
}
.pay2 {
background-position: -38px 0;
}
.pay3 {
background-position: -76px 0;
}
.nomargin {
margin: 0 !important;
}