<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>Document</title>
</head>
<style>
.nav {
height: 44px;
line-height: 44px;
width: 100%;
background-color: bisque;
}
.nav img {
vertical-align: middle;
}
ul {
list-style: none;
}
ul li {
float: left;
}
</style>
<body>
<div class="nav">
<ul>
<li><img src="./机器人.png" alt=""></li>
<li>OA li123456</li>
<li>1442435459@qq.com</li>
<li>登录 注册</li>
</ul>
</div>
</body>
</html>