|
@@ -17,8 +17,9 @@
|
17
|
17
|
overflow: hidden;
|
18
|
18
|
}
|
19
|
19
|
.BaoXiuDetail > .TopInfo > .flex-h {
|
20
|
|
- align-items: center;
|
|
20
|
+ align-items: flex-start;
|
21
|
21
|
border-top: 2px solid rgba(0, 0, 0, 0.08);
|
|
22
|
+ padding: 30px 0;
|
22
|
23
|
}
|
23
|
24
|
.BaoXiuDetail > .TopInfo > .flex-h:first-child {
|
24
|
25
|
border-top: none;
|
|
@@ -31,10 +32,7 @@
|
31
|
32
|
.BaoXiuDetail > .TopInfo > .flex-h > text {
|
32
|
33
|
font-size: 28px;
|
33
|
34
|
color: #999;
|
34
|
|
- line-height: 98px;
|
35
|
|
- white-space: nowrap;
|
36
|
|
- overflow: hidden;
|
37
|
|
- text-overflow: ellipsis;
|
|
35
|
+ line-height: 40px;
|
38
|
36
|
}
|
39
|
37
|
.BaoXiuDetail > .TopInfo > .flex-h > text:first-child {
|
40
|
38
|
margin-right: 20px;
|
|
@@ -136,6 +134,31 @@
|
136
|
134
|
color: #F35844;
|
137
|
135
|
font-size: 34px;
|
138
|
136
|
}
|
|
137
|
+.BaoXiuDetail > .Detail > .flex-h > .flex-item > view > .StepList > .ReplyList {
|
|
138
|
+ margin-top: 20px;
|
|
139
|
+}
|
|
140
|
+.BaoXiuDetail > .Detail > .flex-h > .flex-item > view > .StepList > .ReplyList > .flex-h {
|
|
141
|
+ align-items: center;
|
|
142
|
+}
|
|
143
|
+.BaoXiuDetail > .Detail > .flex-h > .flex-item > view > .StepList > .ReplyList > .flex-h > view {
|
|
144
|
+ margin-left: 10px;
|
|
145
|
+}
|
|
146
|
+.BaoXiuDetail > .Detail > .flex-h > .flex-item > view > .StepList > .ReplyList > .flex-h > view:first-child {
|
|
147
|
+ margin-left: 0;
|
|
148
|
+}
|
|
149
|
+.BaoXiuDetail > .Detail > .flex-h > .flex-item > view > .StepList > .ReplyList > .flex-h > view:first-child > text {
|
|
150
|
+ color: #14DC05;
|
|
151
|
+}
|
|
152
|
+.BaoXiuDetail > .Detail > .flex-h > .flex-item > view > .StepList > .ReplyList > .flex-h > view > text {
|
|
153
|
+ font-size: 24px;
|
|
154
|
+ color: #666;
|
|
155
|
+ line-height: 40px;
|
|
156
|
+}
|
|
157
|
+.BaoXiuDetail > .Detail > .flex-h > .flex-item > view > .StepList > .ReplyList > .ReplyContent > text {
|
|
158
|
+ font-size: 24px;
|
|
159
|
+ color: #333;
|
|
160
|
+ line-height: 40px;
|
|
161
|
+}
|
139
|
162
|
.BaoXiuDetail > .Detail > .flex-h > .flex-item > view > .StepList > .ImgList {
|
140
|
163
|
font-size: 0;
|
141
|
164
|
}
|
|
@@ -207,3 +230,60 @@
|
207
|
230
|
font-size: 40px;
|
208
|
231
|
margin-left: 10px;
|
209
|
232
|
}
|
|
233
|
+.BaoXiuDetail .PinJiaPopup,
|
|
234
|
+.BaoXiuDetail .ReplyPopup {
|
|
235
|
+ padding: 0 30px;
|
|
236
|
+ position: relative;
|
|
237
|
+ overflow: hidden;
|
|
238
|
+}
|
|
239
|
+.BaoXiuDetail .PinJiaPopup > .Title,
|
|
240
|
+.BaoXiuDetail .ReplyPopup > .Title {
|
|
241
|
+ display: block;
|
|
242
|
+ font-size: 26px;
|
|
243
|
+ color: #666;
|
|
244
|
+ line-height: 40px;
|
|
245
|
+}
|
|
246
|
+.BaoXiuDetail .PinJiaPopup textarea,
|
|
247
|
+.BaoXiuDetail .ReplyPopup textarea {
|
|
248
|
+ font-size: 26px;
|
|
249
|
+ line-height: 40px;
|
|
250
|
+ width: 100%;
|
|
251
|
+ display: block;
|
|
252
|
+ box-sizing: border-box;
|
|
253
|
+ border: 2px solid rgba(0, 0, 0, 0.08);
|
|
254
|
+ margin-top: 60px;
|
|
255
|
+}
|
|
256
|
+.BaoXiuDetail .PinJiaPopup > .StarLine,
|
|
257
|
+.BaoXiuDetail .ReplyPopup > .StarLine {
|
|
258
|
+ font-size: 0;
|
|
259
|
+ white-space: nowrap;
|
|
260
|
+ text-align: center;
|
|
261
|
+ margin-top: 20px;
|
|
262
|
+}
|
|
263
|
+.BaoXiuDetail .PinJiaPopup > .StarLine text,
|
|
264
|
+.BaoXiuDetail .ReplyPopup > .StarLine text {
|
|
265
|
+ display: inline-block;
|
|
266
|
+ vertical-align: middle;
|
|
267
|
+ font-size: 40px;
|
|
268
|
+ color: #666;
|
|
269
|
+ margin-left: 20px;
|
|
270
|
+}
|
|
271
|
+.BaoXiuDetail .PinJiaPopup > .StarLine text:first-child,
|
|
272
|
+.BaoXiuDetail .ReplyPopup > .StarLine text:first-child {
|
|
273
|
+ margin-left: 0;
|
|
274
|
+}
|
|
275
|
+.BaoXiuDetail .PinJiaPopup > .StarLine text.active,
|
|
276
|
+.BaoXiuDetail .ReplyPopup > .StarLine text.active {
|
|
277
|
+ color: #fcdc1e;
|
|
278
|
+}
|
|
279
|
+.BaoXiuDetail .PinJiaPopup > .Btn,
|
|
280
|
+.BaoXiuDetail .ReplyPopup > .Btn {
|
|
281
|
+ font-size: 28px;
|
|
282
|
+ line-height: 80px;
|
|
283
|
+ display: block;
|
|
284
|
+ text-align: center;
|
|
285
|
+ background: #F35844;
|
|
286
|
+ color: #fff;
|
|
287
|
+ margin-top: 60px;
|
|
288
|
+ border-radius: 80px;
|
|
289
|
+}
|