Authored by 陈轩

fix 1084

... ... @@ -7,7 +7,7 @@
<img v-lazy="editorial.src | resize 750 470" alt="" />
</a>
</div>
<div class="title"><a href='{{"/editorial/" + editorial.id + ".html"}}'>{{editorial.title}}</a></div>
<div class="title"><a class="line-clamp-2" href='{{"/editorial/" + editorial.id + ".html"}}'>{{editorial.title}}</a></div>
<div class="editorial-des">
{{editorial.intro}}
</div>
... ... @@ -40,11 +40,6 @@
font-size: 32px;
font-weight: 700;
padding: 10px 20px;
text-overflow: ellipsis;
overflow-y: hidden;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
}
.editorial-des {
... ...