左右设置固定宽度然后中间flex: 1;
前提是父元素是display: flex;
{ justify-content: center; // 水平居中对齐 -webkit-box-align: center; width: 18px; align-items: center; // 垂直居中居中对齐}
阮老师的flex笔记