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