1
0
This commit is contained in:
2025-12-19 13:22:39 +08:00
parent a2ed57c0d2
commit 4f88a8441a
19 changed files with 94 additions and 100 deletions

View File

@@ -7202,7 +7202,7 @@ img {
}
.product-card .card-header h4 {
margin: 0;
font-size: 18px;
font-size: 17px;
color: #102541;
font-weight: 600;
white-space: normal;
@@ -7224,7 +7224,7 @@ img {
color: #666;
line-height: 1.6;
display: -webkit-box;
-webkit-line-clamp: 4;
-webkit-line-clamp: 3;
-webkit-box-orient: vertical;
overflow: hidden;
text-overflow: ellipsis;
@@ -7277,12 +7277,12 @@ img {
text-align: center;
}
.feature-card-body h4 {
font-size: 16px;
font-size: 18px;
font-weight: bold;
color: #000000;
line-height: 1.5;
margin: 0 0 15px 0;
min-height: 48px; /* 两行高度: 16px * 1.5 * 2 */
margin: 0 ;
min-height: 36px; /* 两行高度: 16px * 1.5 * 2 */
}
.feature-card-body p {
font-size: 14px;