.icon { display: inline-block; text-align: center; margin: 10px; text-decoration: none; } .icon img { width: 50px; height: 50px; } .outer-wrapper { display: flex; justify-content: center; /* 控制内部元素居中 */ } .inner-wrapper { display: flex; white-space: nowrap; /* 防止换行 */ } .image-div { margin: 1px; /* 可以根据需要调整间距 */ }