Showing
1 changed file
with
4 additions
and
4 deletions
@@ -46,10 +46,10 @@ | @@ -46,10 +46,10 @@ | ||
46 | 46 | ||
47 | img { | 47 | img { |
48 | width: 100%; | 48 | width: 100%; |
49 | - height: 215px; | ||
50 | } | 49 | } |
51 | 50 | ||
52 | .footer { | 51 | .footer { |
52 | + height: 240px; | ||
53 | padding: 15px 20px 20px; | 53 | padding: 15px 20px 20px; |
54 | color: #fff; | 54 | color: #fff; |
55 | background-color: #444; | 55 | background-color: #444; |
@@ -60,14 +60,14 @@ | @@ -60,14 +60,14 @@ | ||
60 | overflow : hidden; | 60 | overflow : hidden; |
61 | text-overflow: ellipsis; | 61 | text-overflow: ellipsis; |
62 | display: -webkit-box; | 62 | display: -webkit-box; |
63 | - -webkit-line-clamp: 3; | 63 | + -webkit-line-clamp: 5; |
64 | -webkit-box-orient: vertical; | 64 | -webkit-box-orient: vertical; |
65 | - min-height: 88px; | 65 | + height: 126px; |
66 | } | 66 | } |
67 | 67 | ||
68 | .meta { | 68 | .meta { |
69 | - margin-top: 16px; | ||
70 | font-size: 12px; | 69 | font-size: 12px; |
70 | + margin-top: 8px; | ||
71 | 71 | ||
72 | .iconfont { | 72 | .iconfont { |
73 | vertical-align: middle; | 73 | vertical-align: middle; |
-
Please register or login to post a comment