User:Selfice/管理员工具箱/styles.css
< User:Selfice | 管理员工具箱
.common-box{ padding: 0.2em 0.4em; border: 1px solid #ddd; border-radius: 10px; box-shadow: #666 0 2px 3px; } .list-container { width: 100%; /* 宽度占满父容器 */ } .list-container > ul{ display: flex; flex-direction: row; flex-wrap: wrap; justify-content: flex-start; } .list-container > ul > li { margin: 0.1em; flex: 1 1 calc(25% - 16px); }