主页Header布局

实现左右布局,最简单的就是使用flex布局

display:flex;
//左右贴边对齐
justify-content:space-between;
原文地址:https://www.cnblogs.com/songsongblue/p/12101313.html