<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
<style>
.head {
display: flex;
align-items: center;
justify-content: space-between;
}
.head div {
flex: 1;
}
.center {
text-align: center;
}
</style>
</head>
<body>
<div class='head'>
<div><</div>
<div class='center'>填写订单</div>
<!-- 右侧占位 -->
<div> </div>
</div>
</body>
</html>
使用flex布局比较方便