_footer.css
917 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
.blk-footer {
background: #fff;
.center-content {
border-top: 2px solid #eee;
}
.about-us {
line-height: 88px;
font-size: 14px;
font-weight: bold;
li {
float: left;
width: 20%;
text-align: center;
}
}
.record-info {
font-size: 12px;
line-height: 1.5;
text-align: center;
padding: 15px 0;
}
.return-top {
width: 50px;
height: 50px;
line-height: 50px;
text-align: center;
background: #000;
opacity: 0.5;
position: fixed;
left: 50%;
bottom: 20px;
margin-left: 595px;
cursor: pointer;
z-index: 3;
.iconfont {
color: #fff;
}
&.for-min {
right: 20px;
left: auto;
margin-left: auto;
}
}
}