article.css
1.38 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
/*
* 文章页css添加
* 2014/06/23
* fan.
*/
.g-article {
margin: 20px 0 0 0;
border: 1px solid #ccc;
background: #fff;
}
.g-relation {
margin: 20px 0 0 0;
border: 1px solid #ccc;
background: #fff;
}
.art-head {
color: #666;
font-size: 18px;
font-weight: bold;
padding: 20px 20px 0 20px;
}
.art-head:before {
content: ' ';
width: 0;
height: 0;
border-left: 8px solid #23ac38;
margin-right: 10px;
position: relative;
}
.art-body {
padding: 20px;
color: #666;
line-height:24px;
}
.art-grey-head {
background: #f6f6f6;
font-size: 15px;
font-weight: bold;
font-family: '微软雅黑';
padding: 10px 20px;
border-bottom: 1px solid #ccc;
}
.g-relation ul li {
float: left;
padding: 0 32px 14px;
position: relative;
width: 410px;
}
.g-relation a {
float:left;
display: block;
width: 210px;
height: 24px;
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
}
.g-relation span {
margin-left:20px;
float: right;
}
i.point {
background-position: 0 0;
height: 5px;
left: 8px;
position: absolute;
top: 9px;
width: 5px;
}
.season-recommend-bottom .goods-s-list {
width: 740px;
height: 168px;
overflow: hidden;
position: relative;
z-index:8;
}
.season-recommend-bottom .goods-s-list ul {
width: 1480px;
position: relative;
}
.g-sidebar-flow {
position: absolute;
right: -7px;
top: 20px;
width: 70px;
text-align: right;
}