<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title></title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<script src="https://cdn.staticfile.org/jquery/1.10.2/jquery.min.js">
</script>
<style type="text/css">
*{
margin:0;
padding: 0;
}
.clearfix{*zoom:1;}
ul,li{
list-style-type: none;
}
/* 去掉点击a标签背景色 */
a{
-webkit-tap-highlight-color: rgba(255, 255, 255, 0);
-webkit-user-select: none;
-moz-user-focus: none;
-moz-user-select: none;
}
.head_nav_wrap {
height: 42px;
position: relative;
z-index: 10;
margin: 0 10px;
overflow: hidden;
background-color: #fff;
}
.head_nav {
height: 70px;
font-size: 14px;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
overflow-x: auto;
-webkit-overflow-scrolling: touch;
}
.head_nav>li {
-webkit-box-flex: 0;
-webkit-flex: none;
-ms-flex: none;
flex: none;
padding-top: 4px;
margin-right: 31px;
}
.head_nav a {
display: block;
position: relative;
line-height: 38px;
color: #222;
}
.head_nav>li.active a {
color: #35c584;
}
</style>
</head>
<body>
<div class="head_nav_wrap">
<ul class="head_nav">
<li class="active"><a href="javascript:void(0)">热门结果</a></li>
<li class="address_li" datatype="film"><a href="javascript:void(0)">电影</a></li>
<li class="address_li" datatype="teleplay"><a href="javascript:void(0)">电视剧</a></li>
<li class="address_li" datatype="cartoon"><a href="javascript:void(0)">动漫</a></li>
<li class="address_li" datatype="tvshow"><a href="javascript:void(0)">综艺</a></li>
<li class="address_li" datatype="tvshow"><a href="javascript:void(0)">科幻</a></li>
<li><a href="javascript:void(0)">视频</a></li>
</ul>
</div>
</body>
</html>
最后编辑于 :
©著作权归作者所有,转载或内容合作请联系作者
【社区内容提示】社区部分内容疑似由AI辅助生成,浏览时请结合常识与多方信息审慎甄别。
平台声明:文章内容(如有图片或视频亦包括在内)由作者上传并发布,文章内容仅代表作者本人观点,简书系信息发布平台,仅提供信息存储服务。