_footer.css
1.49 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
.width750 {
.yoho-footer {
font-size: 28px;
}
.op-row {
padding: 0 35px;
height: 140px;
line-height: 140px;
.user-name {
margin-right: 1.17em;
margin-left: 0.35em;
max-width: 234px;
}
.back-to-top {
right: 47px;
}
.sep-line {
margin: 0 0.35em;
}
}
.copyright {
height: 140px;
line-height: 140px;
}
}
.yoho-footer {
position: relative;
width: 100%;
background-color: #fff;
font-size: 24px;
.op-row {
padding: 0 30px;
height: 120px;
line-height: 120px;
span {
display: inline-block;
overflow: hidden;
}
a {
display: inline-block;
overflow: hidden;
}
.user-name {
margin-right: 1em;
margin-left: 0.3em;
max-width: 200px;
text-decoration: underline;
text-overflow: ellipsis;
white-space: nowrap;
}
.back-to-top {
position: absolute;
right: 40px;
}
.sep-line {
margin: 0 0.3em;
}
}
.copyright {
height: 120px;
border-top: 1px solid #ccc;
background-color: #eee;
color: #666;
text-align: center;
line-height: 120px;
}
&.bottom {
position: fixed;
bottom: 0;
width: 100%;
}
}