样式bug

This commit is contained in:
yanran200730
2022-05-27 15:22:18 +08:00
parent 6fa4eb30b3
commit 167c1585f1

View File

@@ -167,9 +167,8 @@
.title { .title {
display: flex; display: flex;
align-items: center; padding: 20px 32px;
height: 96px; line-height: 1.3;
padding: 0 32px;
h2 { h2 {
font-weight: normal; font-weight: normal;
@@ -178,9 +177,11 @@
} }
span { span {
flex: 1;
margin-left: 16px; margin-left: 16px;
color: #999999; color: #999999;
font-size: 30px; font-size: 30px;
text-align: justify;
} }
} }