This commit is contained in:
shijingjing
2022-05-27 09:21:58 +08:00
parent 39fe336980
commit 0a6508a714

View File

@@ -108,7 +108,6 @@ export default {
.topic-item {
display: flex;
width: 686px;
height: 208px;
margin: 32px auto 0;
padding: 32px;
background: #FFFFFF;
@@ -118,17 +117,15 @@ export default {
.topic-item__left {
flex: 1;
margin-right: 32px h2 {
height: 88px;
line-height: 44px;
margin-right: 32px;
h2 {
margin-bottom: 16px;
color: #333333;
font-size: 32px;
text-align: justify;
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-line-clamp: 3;
-webkit-box-orient: vertical;
}