m-footer.css
2.82 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
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
.footer{
margin-top: 30px;
min-width: 990px;
}
.footer .bg-F9 {
border: 1px solid #ccc;
padding: 30px 0;
}
.footer .footer-view {
width: 1000px;
margin: 0 auto;
}
.footer .left {
float: left;
border-right: 1px solid #ccc;
}
.footer .left li {
float: left;
text-align: center;
width: 124px;
}
.footer .left li p {
margin: 20px 0 10px;
font-family: "Microsoft YaHei";
font-size: 16px;
}
.footer .left li a {
display: block;
line-height: 25px;
color: #999;
}
.footer .left li a:hover {
color: #78ad26;
}
span.icon-we {
background: url("../../images/index-all.png") no-repeat -1px -87px;
width: 25px;
height: 24px;
display: inline-block;
}
span.icon-aftersales {
background: url("../../images/index-all.png") no-repeat -33px -87px;
width: 22px;
height: 24px;
display: inline-block;
}
span.icon-shopping {
background: url("../../images/index-all.png") no-repeat -61px -88px;
width: 25px;
height: 24px;
display: inline-block;
}
span.icon-identity {
background: url("../../images/index-all.png") no-repeat -93px -88px;
width: 22px;
height: 24px;
display: inline-block;
}
span.icon-novice {
background: url("../../images/index-all.png") no-repeat -123px -87px;
width: 25px;
height: 24px;
display: inline-block;
}
span.icon-shield {
background: url("../../images/index-all.png") no-repeat -400px -108px;
width: 109px;
height: 112px;
float: left;
}
span.icon-f-phone {
background: url("../../images/index-all.png") no-repeat -71px -121px;
width: 15px;
height: 16px;
float: left;
}
span.icon-f-customerservice {
background: url("../../images/index-all.png") no-repeat -91px -121px;
width: 16px;
height: 16px;
float: left;
}
span.icon-f-im {
background: url("../../images/index-all.png") no-repeat -6px -121px;
width: 16px;
height: 16px;
float: left;
}
.footer .right {
float: left;
width: 375px;
}
.footer .right .icon-shield {
margin-left: 20px;
margin-top: 40px;
}
.footer .right ul {
margin-top: 40px;
float: left;
width: 225px;
margin-left: 20px;
}
.footer .right ul li {
float: left;
width: 100%;
margin-bottom: 20px;
}
.footer .right ul li p {
float: left;
margin-left: 5px;
}
.footer .right ul li .text-phone {
font-weight: bold;
font-family: "Microsoft YaHei";
font-size: 14px;
color: #F34544;
}
.footer .right ul li .text-time {
color: #666;
}
.footer .right ul li .dili-im {
margin-top: -5px;
margin-left: 10px;
}
.footer .footer-end {
padding: 20px 0;
text-align: center;
}
.footer .footer-end p {
margin-bottom: 10px;
}
/*响应式*/
@media screen and (max-width: 1200px){
.footer .footer-view{
width: 990px;
}
.footer .left li{
width: 120px;
}
}