提交 135569e8 authored 作者: lihuihui's avatar lihuihui 提交者: 王鹏飞

update

上级 1dfcbbf2
......@@ -91,7 +91,8 @@ export default {
}
img {
width: 320px;
height: 210px;
// height: 210px;
height: fit-content;
display: block;
}
.right-con {
......@@ -103,7 +104,7 @@ export default {
font-weight: 300;
line-height: 100%;
color: #aa1941;
padding-top: 13px;
// padding-top: 13px;
}
.title {
font-size: 22px;
......@@ -126,7 +127,7 @@ export default {
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 4;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
}
}
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论