_maybe-like.css
1.28 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
.maybe-like {
position: relative;
background: #fff;
padding-left: 15px;
border-top: 1px solid #ccc;
margin-top: 30px;
.title {
height: 104px;
font-size: 38px;
line-height: 104px;
text-align: center;
color: #dadada;
}
.icon {
display: inline-block;
height: 31px;
width: 31px;
background: resolve("up-icon.png") no-repeat;
background-size: 100% 100%;
}
.maybe-like-nav {
width: 100%;
height: 60px;
padding: 10px 0;
background-color: #fff;
&:before {
content: '';
position: absolute;
border-top: 1px solid #ccc;
left: 0;
top: 80px;
width: 640px;
height: 0;
}
}
.maybe-like-nav-item {
box-sizing: border-box;
float: left;
width: 50%;
height: 60px;
line-height: 60px;
text-align: center;
color: #ccc;
border-right: 1px solid #ccc;
&.focus {
color: #000;
}
}
}
.load-more-img {
padding-left: 0;
height: 200px;
border-top: 1px solid #ccc;
overflow: hidden;
img {
display: block;
width: 100%;
height: 100%;
}
}