This commit is contained in:
toom1996
2025-07-25 19:04:14 +08:00
parent b052b5a547
commit 5c06985647

View File

@ -160,7 +160,7 @@ const bytedanceData = formatDate(data.created_at)
padding-left: 125px; padding-left: 125px;
} }
} }
.news-content img { .news-container img {
max-width: 100%; max-width: 100%;
height: auto; height: auto;
} }
@ -427,12 +427,6 @@ const bytedanceData = formatDate(data.created_at)
overflow: hidden; overflow: hidden;
} }
.news-content {
padding-top: 3rem;
font-size: 1.1rem;
line-height: 1.3;
}
.news-images { .news-images {
display: grid; display: grid;
grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
@ -452,10 +446,6 @@ const bytedanceData = formatDate(data.created_at)
transform: scale(1.02); transform: scale(1.02);
} }
.news-content p {
margin-bottom: 1.8rem;
}
.news-content p:last-child { .news-content p:last-child {
margin-bottom: 0; margin-bottom: 0;
} }