This commit is contained in:
670788339
2025-11-13 10:55:50 +08:00
parent 4a569e8404
commit 43f0dd9c01

View File

@@ -100,7 +100,7 @@
</a>
</div>
<!-- 修改热点标签区域 -->
<div style="margin: 20px 0;">
<div style="margin: 10px 0;">
<div class="hot-tags-wrapper">
<div class="hot-tags-wrapper">
<div
@@ -2705,7 +2705,7 @@ a.custom2 {
.hot-tags-wrapper {
display: flex;
flex-wrap: wrap;
gap: 15px;
gap: 5px;
align-items: center;
padding-top: 2px;
margin-left: 0;
@@ -2735,7 +2735,7 @@ a.custom2 {
/* 第二行热点标签:与第一行第一个标签对齐 */
.hot-tags-row:nth-child(2) {
margin-left: 85px; /* 与第一行第一个标签对齐 */
margin-left: 64px; /* 与第一行第一个标签对齐 */
padding-left: 0;
}