css flex水平居中,居中显示
2020-09-07 本文已影响0人
氨基钠
.head-title{
display: flex;
justify-content:center;
align-items:center; //(水平居中对齐)
height:60px;
}
.head-title{
display: flex;
justify-content:center;
align-items:center; //(水平居中对齐)
height:60px;
}