Authored by 郭成尧

style-adjust

... ... @@ -46,10 +46,10 @@
img {
width: 100%;
height: 215px;
}
.footer {
height: 240px;
padding: 15px 20px 20px;
color: #fff;
background-color: #444;
... ... @@ -60,14 +60,14 @@
overflow : hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 3;
-webkit-line-clamp: 5;
-webkit-box-orient: vertical;
min-height: 88px;
height: 126px;
}
.meta {
margin-top: 16px;
font-size: 12px;
margin-top: 8px;
.iconfont {
vertical-align: middle;
... ...