写网站时,发现了这个问题。
原来的代码是

.section .item {
    display: inline-block;
    width: 100px;
    margin-inline: 10px;
    margin-bottom: 20px;
    margin-top:-65px;
    text-align: center;
}

是这个样子
eg.jpg

增加一行vertical-align: top;
问题顺利解决!
eg2.jpg

标签: none

添加新评论

登录后评论