adong搬砖

导航

2024年9月2日 #

flex+margin(列表布局)

摘要: .item { --n: 8; background-color: red; width: 50px; height: 50px; margin: 10px calc((100% - var(--n)*50px)/var(--n)/2); } #container { width: 600px; h 阅读全文

posted @ 2024-09-02 14:48 adong搬砖 阅读(29) 评论(0) 推荐(0)