作者:紫色冰姬YOU | 来源:互联网 | 2022-10-17 10:01
1> Vucko..:
margin-top: auto
在这里是正确的事情:
.flex {
display: flex;
flex-direction: column;
justify-content: center;
/* for demonstration purposes */
border: 1px solid black;
min-height: 200px;
margin-bottom: 10px;
}
.flex > div:not(:only-child):last-of-type {
margin-top: auto;
}