diff --git a/css/index.css b/css/index.css index 6389bea..fde48ee 100644 --- a/css/index.css +++ b/css/index.css @@ -1887,7 +1887,7 @@ /* 网格布局容器 */ .honor-grid { - display: grid; + display: flex; grid-template-columns: repeat(6, 1fr); gap: 24px; max-width: 1400px; @@ -1895,7 +1895,7 @@ padding: 0 20px; position: relative; z-index: 1; - justify-items: center; + justify-content: center; /* 网格项水平居中 */ }