User:Selfice/管理员工具箱/styles.css:修订间差异
无编辑摘要 |
无编辑摘要 |
||
第9行: | 第9行: | ||
} | } | ||
.list-container > ul{ | .list-container > ul{ | ||
display: | display: grid; | ||
grid-template-columns: repeat(auto-fill, minmax(200px, 1fr)); /* 自动分配列 */ | |||
gap: 16px; | |||
} | } | ||
.list-container > ul > li { | .list-container > ul > li { | ||
box-sizing: border-box; | |||
border: 1px solid #ddd; | |||
border-radius: 8px; | |||
background-color: #f9f9f9; | |||
} | } |