|
@@ -282,12 +282,12 @@ const Edit = props => {
|
282
|
282
|
</div>
|
283
|
283
|
<p style={{
|
284
|
284
|
margin: '10px 20px',
|
285
|
|
-fontSize: '20px',
|
286
|
|
-color: '#222',
|
287
|
|
-fontWeight: '600',
|
|
285
|
+ fontSize: '20px',
|
|
286
|
+ color: '#222',
|
|
287
|
+ fontWeight: '600',
|
288
|
288
|
display: '-webkit-box',
|
289
|
|
-lineClamp: '3',
|
290
|
|
-height: '60px',
|
|
289
|
+ lineClamp: '3',
|
|
290
|
+ height: '60px',
|
291
|
291
|
WebkitLineClamp: '2',
|
292
|
292
|
WebkitBoxOrient: 'vertical',
|
293
|
293
|
overflow: 'hidden',
|
|
@@ -297,11 +297,11 @@ height: '60px',
|
297
|
297
|
<img src={yinhao} style={{ width: '30px', marginLeft: '20px' }} alt="" />
|
298
|
298
|
<p style={{
|
299
|
299
|
margin: '16px 20px 28px 20px',
|
300
|
|
-fontSize: '17px',
|
301
|
|
-color: '#999',
|
|
300
|
+ fontSize: '17px',
|
|
301
|
+ color: '#999',
|
302
|
302
|
display: '-webkit-box',
|
303
|
|
-lineClamp: '3',
|
304
|
|
-height: '72px',
|
|
303
|
+ lineClamp: '3',
|
|
304
|
+ height: '72px',
|
305
|
305
|
WebkitLineClamp: '3',
|
306
|
306
|
WebkitBoxOrient: 'vertical',
|
307
|
307
|
overflow: 'hidden',
|