一、 Flex 弹性布局

排列方向:row  column  row-reverse column-reverse
样例:
.container{
  display: flex;
  flex-direction: column;
  align-items: center;
}