trends.css
2.09 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
@charset "utf-8";
.wrapper-trends{
margin: 20px auto 40px auto;
color: #222;
}
.trends-main{
padding-top: 20px;
margin: 15px 0;
border-top: 1px solid #eaeceb;
}
.trends-main .trends-ads{
width: 240px;
}
.trends-main .trends-ads img{
width: 240px;
margin-bottom: 10px;
}
.article-list{
padding-right: 40px;
border-right: 1px solid #eaeceb;
overflow: hidden;
}
.article-list .article-ul li{
border-bottom: 1px solid #eaeceb;
padding-bottom: 20px;
margin-bottom: 20px;
}
.article-list .article-title{
margin-bottom: 3px;
}
.article-list .article-title a{
font-size: 16px;
line-height: 22px;
color: #000;
font-weight: bold;
}
.article-list .article-ul .article-summary p{
color: #666;
line-height: 18px;
margin-bottom: 14px;
}
.article-list .detail-title a{
color: #000;
font-size: 30px;
font-weight: bold;
line-height: 32px;
}
.article-list .detail-tag{
color: #999;
margin: 10px 0 20px 0;
}
.article-list .detail-tag a{
color: #006699;
margin-right: 10px;
text-decoration: underline;
}
.article-list .article-detail p{
line-height: 20px;
margin-bottom: 14px;
color: #333;
font-size: 14px;
}
.trends-page{
margin:20px 0 0 0;
line-height: 19px;
border: 1px solid #eaeceb;
padding: 0 15px;
}
.trends-page .left{
padding: 15px 0;
width: 50%;
border-right: 1px solid #eaeceb;
}
.trends-page .right{
padding: 15px 0;
}
.trends-page a{
color: #000;
}
.trends-page a.none{
color: #ccc;
}
.trends-page .ifont{
font-size: 18px;
}
.trends-page .pre-book{
display: inline-block;
padding-left: 10px;
margin-left: 10px;
border-left: 1px dashed #dedddd;
}
.trends-page .next-book{
display: inline-block;
padding-right: 10px;
margin-right: 10px;
border-right: 1px dashed #dedddd;
}
.trends-suggestion{
border-top: 1px solid #eaeceb;
margin-top: 30px;
}
.trends-suggestion dt{
font-size: 14px;
margin: 20px 0 0 0;
}
.trends-suggestion ul{
margin-right: -22px;
}
.trends-suggestion ul li{
margin: 20px 22px 0px 0;
float: left;
}
.trends-suggestion ul li .title{
color: #000;
font-weight: bold;
padding: 12px 0 6px 0;
display: block;
}
.trends-suggestion ul li p{
color: #999;
}