<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Shopbop.com女装时尚品牌</title>
<style type="text/css">
*{
padding: 0;
margin: 0;
}
.nav,.c1{
list-style: none;
}
.nav li{
float: left;
padding: 10px;
font-size: 16px;
}
.nav a,.box2 a{
color: #000;
padding: 7px;
width: 100%;
text-align: center;
text-decoration: none;
}
.nav a:hover{
color: red;
}
.head{
width: 1349px;
height: 211px;
background-color:white;
}
.head1{
width: 1349px;
height: 31px;
background-color: rgb(244, 244, 244);
line-height: 30px;
border-bottom: 1px solid rgb(229, 229, 229)
}
.head2{
width: 1070px;
height: 180px;
background-color: skyblue;
margin: 0 auto;
}
.a1{
width: 300px;
height: 140px;
float: left;
background-color: black;
}
.a2{
width: 650px;
height: 117px;
float: right;
background-color: black;
}
.a3{
width: 1070px;
height: 38px;
float: left;
background-color: white;
}
.a4{
width: 140px;
height: 40px;
float: left;
text-align: center;
background-color: red;
}
.a4 span{
color: white;
font-size: 16px;
}
.box1{
width: 1070px;
height: 30px;
margin: 0 auto;
}
.box2{
width: 122px;
height: 30px;
float: left;
}
.box3{
float: left;
height: 30px;
padding-left: 20px;
width: 250px;
}
.c1 a{
text-decoration: none;
}
.c1 a li span{
height: auto;
top: 0;
left: 36px;
color:#666666;
}
.c1 a li span:hover{
color: red;
}
span{
padding-left: 3px;
font-size: 12px;
}
.box2 a{
color: #666666;
}
.box2 a:hover{
color: red;
}
em{
font-style: normal;
font-size: 12px;
}
.body{
width: 1349px;
height: 400px;
background-color: greenyellow;
}
.body1{
margin: 0 auto;
height: 40px;
position: relative;
width: 1070px;
top: 370px;
z-index: 100;
cursor: pointer;
background-color: #1e389a;
}
.foot{
width: 1070px;
height: 110px;
background-color: #bbffaa;
margin: 0 auto;
margin-top: 20px;
}
.foot2{
width: 1349px;
height: 444px;
margin-top: 20px;
background-color: white;
}
.f1{
width: 1070px;
height: 370px;
margin: 0 auto;
background-color: red;
}
.foot3{
width: 1070px;
height: 362px;
margin: 0 auto;
margin-top: 20px;
background-color: #1e389a;
}
.foot4{
width: 1349px;
height: 2265px;
background-color: #5c9bf1;
margin-top: 20px;
}
.f2{
width: 1070px;
height: 501px;
margin: 0 auto;
margin-top: 20px;
background-color: #6d62da;
}
</style>
</head>
<body>
<!-- 头1-->
<div class="bar">
<div class="bar1">
<div class="shop1">选购男士单品</div>
<div class="shop2">CN</div>
<div class="shop3">ZH</div>
<div class="shop4">$USD</div>
</div>
<div class="bar2">免费国际快递 + 轻松退货</div>
<div class="bar3">
<div class="dl">
<a href="#">登录/注册</a>
</div>
<div class="bar3">
<ul class="c1">
</ul>
</div>
</div>
</div>
<div class="head2">
<div class="a1"></div>
<div class="a2"></div>
<div class="a3">
<div class="a4">
<span>全部类目</span>
</div>
<ul class="nav">
<li class="abc"><a href="#">新款上市</a></li>
<li class="abc"><a href="#">礼品</a></li>
<li class="abc"><a href="#">品牌</a></li>
<li class="abc"><a href="#">服装</a></li>
<li class="abc"><a href="#">鞋履</a></li>
<li class="abc"><a href="#">包装</a></li>
<li class="abc"><a href="#">配饰</a></li>
<li class="abc"><a href="#">折扣促销</a></li>
</ul>
</div>
</div>
</div>
<!-- 体body-->
<div class="body">
<div class="body1"></div>
</div>
<!-- 底1-->
<div class="foot"></div>
<!-- 底2-->
<div class="foot2">
<div class="f1"></div>
</div>
<!-- 底3-->
<div class="foot3"></div>
<!-- 底-->
<div class="foot4">
<div class="f2"></div>
</div>
</body>
网页布局
©著作权归作者所有,转载或内容合作请联系作者
- 文/潘晓璐 我一进店门,熙熙楼的掌柜王于贵愁眉苦脸地迎上来,“玉大人,你说我怎么就摊上这事。” “怎么了?”我有些...
- 文/花漫 我一把揭开白布。 她就那样静静地躺着,像睡着了一般。 火红的嫁衣衬着肌肤如雪。 梳的纹丝不乱的头发上,一...
- 文/苍兰香墨 我猛地睁开眼,长吁一口气:“原来是场噩梦啊……” “哼!你这毒妇竟也来了?” 一声冷哼从身侧响起,我...
推荐阅读更多精彩内容
- 概述 概要 CSS基础布局 源码 在浏览器中展现的效果,上面将 .content 的高度设置为了 300px 才会...
- 假如你在深林里看到一名伐木工人,在辛苦的砍树,他已经用了5个小时在砍那棵树,筋疲力尽,但却一点效果也没有。你问他为...