<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title></title>
</head>
<body>
<div style="background-color: black;overflow: hidden">
<div style="width: 50%;background-color: blue;float: left;margin-top: 50%;transform: translate(-50%)">
<p>怎么让我居中</p>
</div>
<div style="width: 50%; float: left">
<div style="width: 100px;height: 400px;background-color: red;"></div>
</div>
</div>
</body>
</html>