代码拉取完成,页面将自动刷新
<!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: 74px;
background:url("move_imags/weixin_bg1d20af.jpg");
}
.nav .container{
width: 780px;
margin: 0px auto;
height: 74px;
}
.nav .container li{
float: left;
height: 74px;
margin-right: 15px;
}
.nav .container li a{
display: inline-block;
text-decoration: none;
color: #ffffff;
font-size: 18px;
line-height: 33px;
height: 33px;
margin-top: 20px;
padding-left: 15px;
background: url("move_imags/bg.png") no-repeat 0px -192px;
}
.nav .container li a span{
display: inline-block;
padding-right: 15px;
height: 33px;
background: url("move_imags/bg.png") no-repeat right -192px;
}
.nav .container li a:hover{
color: green;
}
</style>
</head>
<body>
<div class="nav">
<div class="container">
<ul>
<li><a href="#"><span>首页</span></a></li>
<li><a href="#"><span>下载吧</span></a></li>
<li><a href="#"><span>公共平台</span></a></li>
</ul>
</div>
</div>
</body>
</html>
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。