前端:布局(用于div中有多行元素,一行只显示四个,最左或最右要紧贴父div,最顶层和最底层也要紧贴父div)
效果一、flex实现htmlFlexboxLayout.container{display:flex;flex-wrap:wrap;justify-content:space-between;gap:10px;border:1pxsolidred;}.box{flex:10calc(25%-10px);height:100px;background-color:#ccc;border:1pxsol