This commit is contained in:
yanran200730
2022-07-02 18:15:27 +08:00
parent bba9c06808
commit 2f4e58bd47
3 changed files with 8 additions and 4 deletions

View File

@@ -166,7 +166,7 @@
align-items: center;
justify-content: space-between;
width: calc((100% - 30px) / 2);
height: 80px;
height: 88px;
margin-bottom: 16px;
padding: 0 32px;
background: #F3F5F7;
@@ -194,6 +194,10 @@
}
span {
display: -webkit-box;
-webkit-box-orient: vertical;
overflow: hidden;
-webkit-line-clamp: 2;
font-size: 28px;
color: #333;
font-weight: 600;