detail.css
2 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
.guang-detail-c {
width: 100%;
overflow: hidden;
padding-bottom: 30px;
}
.guang-detail-c .editor-info {
width: 100%;
height: 65px;
border-bottom: 1px solid #e0e0e0;
padding: 0 20px;
}
.editor-info .pic {
padding-top: 10px;
width: 45px;
height: 45px;
float: left;
}
.editor-info .name {
line-height: 65px;
float: left;
font-size: 14px;
color: #000;
padding-left: 20px;
}
.editor-info .intro {
line-height: 65px;
float: left;
font-size: 14px;
color: #b0b0b0;
padding-left: 20px;
}
.article-info {
padding: 10px 20px;
}
.article-info .name {
line-height: 30px;
font-size: 20px;
color: #000;
font-weight: bold;
}
.article-info .view-c {
color: #b0b0b0;
font-size: 12px;
line-height: 30px;
}
.guang-content {
padding: 0 20px 20px;
}
.guang-content p {
padding: 5px 0;
}
.guang-content img {
width: 100%;
}
.related-goods {
padding: 0 20px;
float: left;
}
.related-goods .good-item {
border-top: 1px solid #e0e0e0;
float: left;
padding: 20px 0;
}
.related-goods .good-item .pic{
width: 25%;
float: left;
}
.related-goods .good-item .info{
width: 70%;
float: left;
margin-left: 5%;
}
.related-goods .good-item .name{
color: #000;
padding: 10px 0;
font-size: 14px;
display: -webkit-box;
-webkit-line-clamp: 3;
overflow: hidden;
text-overflow: ellipsis;
-webkit-box-orient: vertical;
line-height: 25px;
}
.related-goods .good-item .price{
color: #d62927;
font-size: 14px;
}
.more-goods {
height: 40px;
line-height: 40px;
clear: both;
border-top: 1px solid #e0e0e0;
border-bottom: 1px solid #e0e0e0;
font-size: 16px;
margin: 0 20px;
}
.recommend-goods {
width: 100%;
height: 133px;
overflow-x: scroll;
overflow-y: hidden;
}
.good-scroll {
height: 133px;
width: 20000px;
}
.recommend-goods .good-item {
float: left;
position: relative;
width: 100px;
}
.recommend-goods .good-item .price{
width: 100px;
height: 20px;
color: #fff;
text-align: center;
line-height: 20px;
position: absolute;
bottom: 0;
left: 0;
background-color: #000;
opacity: 0.7;
}