<div style="text-align: center;">
<div style="background: red; display: inline-block;">
a
</div>
<div style="background: red; display: inline-block;">
b
</div>
<div style="background: red; display: inline-block;">
c
</div>
</div>
<div style="display: flex; justify-content:center;">
<div style="background: red;">
a
</div>
<div style="background: red;">
b
</div>
<div style="background: red;">
c
</div>
</div>
<div style="background: blue;">
<div style="float: left; position: relative; left: 50%;">
<div style="background: red;float: left;width: 200px;position: relative; right: 50%;">
a
</div>
<div style="background: red;float: left; width: 200px;position: relative; right: 50%;">
b
</div>
<div style="background: red;float: left; width: 200px;position: relative; right: 50%;">
c
</div>
</div>
</div>
<div style="background: blue;">
<div style="position: absolute; left: 50%;">
<div style="background: red;float: left;width: 200px;position: relative; right: 50%;">
a
</div>
<div style="background: red;float: left; width: 200px;position: relative; right: 50%;">
b
</div>
<div style="background: red;float: left; width: 200px;position: relative; right: 50%;">
c
</div>
</div>
</div>
<div style="background: blue; padding: 20px 0;">
我要垂直居中
</div>