Showing
1 changed file
with
1 additions
and
7 deletions
@@ -377,7 +377,7 @@ | @@ -377,7 +377,7 @@ | ||
377 | 377 | ||
378 | .wx-footer { | 378 | .wx-footer { |
379 | width: 100%; | 379 | width: 100%; |
380 | - height: 95px; | 380 | + min-height: 95px; |
381 | background-color: #fff; | 381 | background-color: #fff; |
382 | border-top: solid 1px #e0e0e0; | 382 | border-top: solid 1px #e0e0e0; |
383 | position: fixed; | 383 | position: fixed; |
@@ -403,17 +403,11 @@ | @@ -403,17 +403,11 @@ | ||
403 | .copy { | 403 | .copy { |
404 | font-size: 24px; | 404 | font-size: 24px; |
405 | color: #444; | 405 | color: #444; |
406 | - overflow: hidden; | ||
407 | - text-overflow: ellipsis; | ||
408 | - white-space: nowrap; | ||
409 | } | 406 | } |
410 | 407 | ||
411 | .intro { | 408 | .intro { |
412 | font-size: 18px; | 409 | font-size: 18px; |
413 | color: #b0b0b0; | 410 | color: #b0b0b0; |
414 | - overflow: hidden; | ||
415 | - text-overflow: ellipsis; | ||
416 | - white-space: nowrap; | ||
417 | } | 411 | } |
418 | } | 412 | } |
419 | } | 413 | } |
-
Please register or login to post a comment