//=====================================html

<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title></title>
<link rel="stylesheet" type="text/css" href="css/head.css"/>
</head>
<body>
<div class="head">
<div class="line1">
<span class="log">
<a href="index.html">
<img src="img/logo/yinLogo.png" >
</a>
</span>
<ul>
<li><a href="#">官方微博</a></li>
<li><a href="#">关注微信</a></li>
<li><a href="reading.html">购物须知</a></li>
</ul>
</div>


<div class="line2">
<span class="log">
<a href="index.html">
<img src="img/logo/shop-logo-v1.png" >
</a>
</span>
<div >
<input type="text" class="search" name="" id="" value="" />
<span class="btn"></span>
</div>
<ul>
<li class="l1"></li>
<li><a href="login.html">登录</a></li>
<li><a href="#">我的订单</a></li>
<span class="l2"></span>
<li><a href="#"> 购物车</a></li>
</ul>

</div>
<div class="xian"></div>
<div class="line3">
<span class="title">艺人分类</span>
<ul>
<li><a href="index.html">首页</a></li>
<li><a href="list.html">专辑</a></li>
<li><a href="index.html">明显周边</a></li>
<li><a href="index.html">明星同款</a></li>
<li><a href="index.html">个护美妆</a></li>
<li><a href="index.html">影漫周边</a></li>
<li><a href="index.html">食品</a></li>
<li><a href="index.html">服装配饰</a></li>
</ul>
</div>
</div>
</div>


<div class="fot">
<div class="foot">
<ul>
<li><a href="#">关于我们</a></li>
<li><a href="#">人才招聘</a></li>
<li><a href="#">联系我们</a></li>
<li><a href="#">友情链接</a></li>
<li><a href="#">版权说明</a></li>
<li><a href="#">客服中心</a></li>
</ul>
<div class="z">
<img src="img/culture.png" class="zhi">
<span>Copyright@2009-2016yinyuetai.com广播电视节目制作经营许可证编号(京)字第1891号丨京网文【2014】2037-287号</span>
<span class="w"><a href="">网络视听许可证0110413号</a></span>
<p>京公安网备案1101050201490号丨京ICP备11024134号-1丨京ICP证060716号丨出版物经营许可证新出发零字第朝130062号丨增值电信业务营业许可证B2-20140501</p>

<p>食品许可s证:JY11105040485363丨营业执照</p>
<div class="an"></div>
</div>

</div>
</div>
</body>
</html>

//========================================================css

body{
margin: 0px;
}
.head{
background-color: #222;
/* margin: 0 auto; */
}
.head ul{
padding-left: 0;
}
.head ul li{
display: inline-block;
}
.head .line1{
background-color: #000;
display: flex;
/* box布局 */
justify-content: space-between;
/* 两端居中*/
align-items: center;
/* 水平居中 */
}
.head .line1 .log{
margin-left: 100px;
}
.head .line1 ul{
margin-right: 100px;
}
.head .line1 li{
width: 120px;
border-right: 1px solid #999;
text-align: center;
}
.head .line1 li:last-child{
border: none;
}
.head a{
text-decoration: none;
color: #CCCCCC;
display: block;
}
.head .line1 a{
color: #999;
}
.head .line2{
width: 1400px;
margin: 0 auto;
display: flex;
justify-content: space-between;
align-items: center;
}
.head .line2 .log{
/* margin-left: 200px; */
}
.head .line2 div{
position: relative;
}
.head .line2 .search{
background: url(../img/icon/search_icon.png);
display: inline-block;
width: 435px;
height: 40px;
background-position: 0 -43px;
border: none;
outline: none;
color: white;
padding-left: 16px;
font-size: 16px;
/* position: relative; */
}
.head .line2 .btn{
position: absolute;
display: inline-block;
height: 40px;
width: 20px;
background-image: url(../img/icon/search_icon.png);
background-position:-463px -43px;
right: 15px;
}
.head .line2 ul a{
display: block;
}
.head .line2 ul{
/* margin-right: 200px; */
}
.head .line2 li{
width: 80px;
height: 40px;
text-align: center;
line-height: 40px;
}
.head .line2 .l1{
width: 26px;
height: 26px;
background-image: url(../img/icon/avatar.png);
background-position:0px 0px;
background-repeat: no-repeat;
display: inline-block;
margin-right: -20px;
margin-bottom: -7px;
}
.head .line2 .l2{
width: 26px;
height: 26px;
background-image: url(../img/icon/cart-logo-v1.png);
background-position:0px 0px;
background-repeat: no-repeat;
display: inline-block;
margin-right: -22px;
margin-bottom: -12px;
margin-left: 15px;
}
.head .line3{
width: 1400px;
/* border-top: 1px solid #999999; */
height: 50px;
display: flex;
justify-content: space-between;
align-items: center;
margin: auto;
/* padding-bottom: 2px; */
}

.head .line3 .title{
height: 50px;
line-height: 50px;
text-align: center;
width: 150px;
border: #000000;
color: #EEEEEE;
/* margin-left: 160px; */
background-color: #000;
}
.head .line3 ul li{
text-align: center;
width: 100px;

}
.head .line3 a{
height: 48px;
line-height: 50px;
margin: 0px;
}
.head .line3 ul{
margin-right: 230px;
}
.xian{
margin: 0px;
height: 1px;
width: 100%;
border-bottom: 1px solid #999;
}
.fot{
width: 100%;
margin: auto;
height: 200px;
background-color: #000;
}
.foot{
width: 1000px;
margin: auto;
text-align: center;
/* display: inline-block; */
/* margin-top: 10px; */
}

.fot .foot ul{
/* height: 30px; */
margin: 0px;
text-align: center;
padding-top: 30px;
margin-bottom: 10px;
}
.fot .foot ul li{

display: inline-block;
width: 90px;
margin-left: 5px;
border-right: 1px dashed white;
}
.fot .foot ul li a{
color: #666;
display: block;
text-decoration: none;
/* margin-left: 15px; */
padding-right: 10px;
}
.fot .foot span{
color: #777;
font-size: 13px;
/* display: block; */
text-align: center;
margin: auto;

}
.fot .foot .w{
display: inline-block
}
.fot .foot a{
display: block;
text-decoration: none;
color: lightgreen;
}
.fot .foot p{
color: #777;
font-size: 13px;
}
.fot .foot .zhi{
width: 25px;
margin-bottom: -8px;
}
.fot .foot .z{
width: 1100px;
position: relative;
}
.fot .foot .an{
position: absolute;
width: 40px;
height: 45px;
right: 0;
top: 0;
background-image: url(../img/biaoshi.gif);
background-position:0px 0px;
background-repeat: no-repeat;
}
.head .line3 a:hover{
border-bottom: 2px solid #DE4767;
}

 posted on 2021-10-28 20:42  陶小黑  阅读(116)  评论(0)    收藏  举报