我试图将第一张图片的最后两张图片对齐,但没有运气。
.image-wrap img {
width:100%;
height:auto;
positon:absolute;
display:inline-block;
vertical-align: bottom;
display: table-cell;}
.image-wrap {
text-align:center;
width: 100%;
height:auto;
position: relative;
vertical-align: bottom;
}