This commit is contained in:
@@ -1887,7 +1887,7 @@
|
|||||||
|
|
||||||
/* 网格布局容器 */
|
/* 网格布局容器 */
|
||||||
.honor-grid {
|
.honor-grid {
|
||||||
display: grid;
|
display: flex;
|
||||||
grid-template-columns: repeat(6, 1fr);
|
grid-template-columns: repeat(6, 1fr);
|
||||||
gap: 24px;
|
gap: 24px;
|
||||||
max-width: 1400px;
|
max-width: 1400px;
|
||||||
@@ -1895,7 +1895,7 @@
|
|||||||
padding: 0 20px;
|
padding: 0 20px;
|
||||||
position: relative;
|
position: relative;
|
||||||
z-index: 1;
|
z-index: 1;
|
||||||
justify-items: center;
|
justify-content: center;
|
||||||
/* 网格项水平居中 */
|
/* 网格项水平居中 */
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user