JoshuaYang
3/27/2016 - 1:36 PM

flex排列

flex排列

div{
  @include display-flex(flex);
  @include justify-content(space-between);  //水平对齐方式
  @include align-items(center);  //垂直对齐方式 
}