_trend-topics.css
1.93 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
.trend-topic-wrapper {
background: #fff;
}
.trend-topic-content {
position: relative;
width: 100%;
border-bottom: 1px solid #e0e0e0;
.swiper-pagination {
position: absolute;
left: 0;
right: 0;
bottom: 22px;
text-align: center;
z-index: 0;
.pagination-inner {
display: inline-block;
}
span {
float: left;
width: 16px;
height: 16px;
margin: 0 8px;
background: #f0f0f0;
border-radius: 50%;
opacity: 1;
}
span.swiper-pagination-bullet-active {
background: #b0b0b0;
}
}
}
.trend-topic-swiper {
height: 534px;
overflow: hidden;
ul {
position: relative;
li {
float: left;
height: 534px;
.img-box {
margin: 0 auto;
width: 580px;
height: 360px;
line-height: 360px;
text-align: center;
img {
vertical-align: middle;
width: 100%;
height: 100%;
}
}
.item-content {
margin: 20px 30px 0;
.title {
line-height: 52px;
font-size: 30px;
color: #000;
overflow: hidden;
text-overflow: ellipsis;
-o-text-overflow: ellipsis;
white-space: nowrap;
}
.time {
margin: 16px 0 0;
line-height: 24px;
color: #afafaf;
font-size: 18px;
.time-icon {
margin-right: 8px;
font-size: 14px;
}
}
}
}
}
}