代码拉取完成,页面将自动刷新
<!DOCTYPE html>
<html lang="zh">
<head>
<meta charset="UTF-8">
<title>简单导航</title>
<style type="text/css">
body,ul,li{
margin: 0px;
padding: 0px;
}
ul,li{
list-style: none;
}
.nav{
height: 50px;
background-color: #eeeeee;
overflow: hidden;
}
.nav .left{
margin-left: 30px;
float: left;
}
.nav .left li{
display: inline-block;
width: 80px;
height: 50px;
text-align: center;
}
.nav .left li a{
display: inline-block;
height: 50px;
font: 16px/50px 宋体;
padding: 0px 10px;
color: #888888;
text-decoration: none;
width: 60px;
}
.nav .left li a:hover{
background-color: #bbbbbb;
color: white;
}
.nav .right{
float: right;
position: relative;
margin-right: 20px;
}
.nav .right form{
width: 150px;
height: 25px;
margin: 10px 20px;
background-color: aquamarine;
}
.nav .right form input{
width: 120px;
height: 25px;
padding: 0px 30px 0px 10px;
}
.nav .right form a{
position: absolute;
top: 15px;
right: 5px;
font: 12px 宋体;
color: #cccccc;
text-decoration: none;
display: inline-block;
width: 30px;
height: 30px;
background-color: transparent;
}
</style>
</head>
<body>
<div class="nav">
<div class="left">
<ul>
<li><a href="#">首页</a></li>
<li><a href="#">分类</a></li>
<li><a href="#">我的</a></li>
</ul>
</div>
<div class="right">
<form action="#" method="post">
<input type="text" placeholder="搜索">
<a href="#">提交</a>
</form>
</div>
</div>
</body>
</html>
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。