_info.css
3.27 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
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
.guang-info {
margin-bottom: 30px;
padding: 0 0 24px;
background: #fff;
.info-author {
display: block;
width: 100%;
.avatar {
float: left;
margin-top: 20px;
width: 50px;
height: 50px;
margin-left: 30px;
border-radius: 50%;
}
.name {
float: left;
margin-left: 30px;
padding: 30px 0;
font-size: 14PX;
color: #000;
}
.min-tag {
float: right;
min-width: 100px;
height: 40px;
line-height: 40px;
text-align: center;
background-color: #f0f0f0;
font-size: 20px;
color: #b0b0b0;
margin-right: 30px;
margin-top: 25px;
padding: 0 10px;
}
}
&:last-child {
margin-bottom: 0;
}
.info-img {
position: relative;
width: 100%;
.img-box {
padding: 30px 30px 0;
display: block;
}
img {
display: block;
width: 100%;
}
.play {
position: absolute;
width: 140px;
height: 140px;
left: 50%;
top: 50%;
transform: translate(-50%, -50%);
background-image: url("/guang/play-btn.png");
}
}
.info-match {
position: absolute;
top: 0;
left: 0;
width: 130px;
height: 50px;
line-height: 50px;
font-size: 14PX;
color: #fff;
background: #000;
text-align: center;
text-decoration: none;
z-index: 1;
}
.info-tag {
position: absolute;
top: 0;
left: 105px;
height: 50px;
width: 50px;
&.collocation {
background-image: url("/guang/info/collocation.png");
}
&.fashion-good {
background-image: url("/guang/info/fashion-good.png");
}
&.fashion-man {
background-image: url("/guang/info/fashion-man.png");
}
&.tip,
&.special-topic {
background-image: url("/guang/info/tip.png");
}
&.topic {
background-image: url("/guang/info/topic.png");
}
&.video {
background-image: url("/guang/info/video.png");
}
&.show {
background-image: url("/guang/info/show.png");
}
}
.info-deps {
margin: 32px 0 0;
padding: 0 40px 0 30px;
.info-title-container {
text-decoration: none;
color: #000;
}
.info-title {
max-height: 44px;
line-height: 44px;
color: #000;
font-size: 20PX;
font-weight: bold;
.top-tag {
font-size: 18px;
color: #fff;
padding: 4px 16px;
background-color: #444;
margin-right: 20px;
}
}
.info-text {
margin: 16px 0 0;
line-height: 46px;
font-size: 14PX;
color: #444;
}
.time-view-like-share {
margin-top: 16px;
}
}
}