<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>首页</title>
<style type="text/css">
*{
margin: 0;
padding: 0;
}
.header{
width: 1300px;
height: 150px;
background-color: white;
margin: 0 auto;
}
.header1{
width: 1300px;
height: 20px;
background-color: antiquewhite;
margin: 0 auto;
}
.nav1{
list-style: none;
/*background-color: yellow;*/
width: 1300px;
margin: auto 60px;
overflow: hidden;
}
.nav1 li{
/*设置li向左浮动*/
float: left;
width: 6.5%;
}
.nav1 a{
/*将a转换为块元素*/
display: block;
/*为a指定一个宽度*/
width: 100%;
height: 10px;
line-height: 10px;
/*设置文字居中*/
text-align: center;
/*设置一个上下内边距*/
padding: 5px 0;
/*去除下划线*/
text-decoration: none;
/*设置字体颜色*/
color: black;
/*设置加粗*/
font-weight: bold;
}
/*设置a的鼠标移入的效果*/
.nav1 a:hover{
background-color: orangered;
}
.header2{
width: 1300px;
height: 80px;
background-color: darkblue;
margin: 0 auto;
}
.header3{
width: 1200px;
height: 50px;
background-color: sienna;
margin: 0 auto;
}
.nav{
list-style: none;
/*background-color: yellow;*/
width: 1200px;
/*margin: 50px auto;*/
overflow: hidden;
}
.nav li{
/*设置li向左浮动*/
float: left;
width: 7%;
}
.nav a{
/*将a转换为块元素*/
display: block;
/*为a指定一个宽度*/
width: 100%;
height: 40px;
line-height: 40px;
/*设置文字居中*/
text-align: center;
/*设置一个上下内边距*/
padding: 5px 0;
/*去除下划线*/
text-decoration: none;
/*设置字体颜色*/
color: white;
/*设置加粗*/
font-weight: bold;
}
/*设置a的鼠标移入的效果*/
.nav a:hover{
background-color: #cc0000;
}
/*.w1{
width: 2px;
height: 14px;
margin-top: 10px;
}*/
.content{
width: 1200px;
height: 500px;
background-color: olive;
margin: 10px auto;
}
.left{
width: 300px;
height:100%;
background-color: crimson;
float: left;
}
.center{
width: 580px;
height:100%;
background-color: cyan;
float: left;
margin: 0 10px;
}
.center1{
width:100%;
height:250px;
background-color: cadetblue;
}
.center2{
width:100%;
height:230px;
background-color: blue;
margin: 20px 0;
}
.right{
width: 300px;
height:100%;
background-color: chartreuse;
float: left;
}
.right1{
width: 100%;
height:270px;
background-color: black;
float: left;
}
.right2{
width: 100%;
height:210px;
background-color: blueviolet;
float: left;
margin: 20px 0;
}
.footer{
width: 1300px;
height: 1120px;
background-color: orange;
margin: 10px auto;
}
.footer1{
width:645px;
height:100%;
background-color: darkgray;
float: left;
border-right:0;
}
.A {
width: 645px;
height: 210px;
background-color: saddlebrown;
float: left;
margin-bottom: 10px;
}
.B {
width: 645px;
height: 210px;
background-color: chartreuse;
float: left;
margin-bottom: 10px;
}
.C {
width: 645px;
height: 210px;
background-color: blue;
float: left;
margin-bottom: 10px;
}
.D {
width: 645px;
height: 210px;
background-color: indigo;
float: left;
margin-bottom: 10px;
}
.E{
width: 645px;
height: 210px;
background-color: orchid;
float: left;
margin-bottom: 10px;
}
.footer2{
width: 645px;
height:100%;
background-color: deeppink;
float: right;
border-left:10px;
}
.a {
width: 645px;
height: 210px;
background-color: cyan;
float: left;
margin-bottom: 10px;
}
.b {
width: 645px;
height: 210px;
background-color: fuchsia;
float: left;
margin-bottom: 10px;
}
.c {
width: 645px;
height: 210px;
background-color: darkslategray;
float: left;
margin-bottom: 10px;
}
.d {
width: 645px;
height: 210px;
background-color: olivedrab;
float: left;
margin-bottom: 10px;
}
.e {
width: 645px;
height: 210px;
background-color: firebrick;
float: left;
margin-bottom: 10px;
}
</style>
</head>
<body>
<!-- 头部div -->
<ul class="header">
<div class="header1">
<ul class="nav1">
<li><a href="https://3g.1688.com/?spm=a260k.dacugeneral.2683862.d1.6633436ciJYtde&tracelog=wireless_alibar">手机阿里</a></li></ul>
</div>
<div class="header2"></div>
<div class="header3">
<ul class="nav">
<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>
<li><a href="#">品牌站</a></li>
<li><a href="#">淘工厂 | </a></li>
<!--<span class="w1">|</span>-->
<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>
</ul>
</div>
</div>
<!--主题内容div-->
<div class="content">
<!--左侧-->
<div class="left"></div>
<!--中间-->
<div class="center">
<div class="center1"></div>
<div class="center2"></div>
</div>
<!--右侧-->
<div class="right">
<div class="right1"></div>
<div class="right2"></div>
</div>
</div>
<!--底部信息div-->
<div class="footer">
<div class="footer1">
<div class="A"></div>
<div class="B"></div>
<div class="C"></div>
<div class="D"></div>
<div class="E"></div>
</div>
<div class="footer2">
<div class="a"></div>
<div class="b"></div>
<div class="c"></div>
<div class="d"></div>
<div class="e"></div>
</div>
</div>
</body>
</html>
阿里巴巴简单布局
©著作权归作者所有,转载或内容合作请联系作者
- 文/潘晓璐 我一进店门,熙熙楼的掌柜王于贵愁眉苦脸地迎上来,“玉大人,你说我怎么就摊上这事。” “怎么了?”我有些...
- 文/花漫 我一把揭开白布。 她就那样静静地躺着,像睡着了一般。 火红的嫁衣衬着肌肤如雪。 梳的纹丝不乱的头发上,一...
- 文/苍兰香墨 我猛地睁开眼,长吁一口气:“原来是场噩梦啊……” “哼!你这毒妇竟也来了?” 一声冷哼从身侧响起,我...
推荐阅读更多精彩内容
- 马化腾:你们可以膜拜阿里巴巴和马云,为何要吐槽我的腾讯? 吐槽马化腾 阿里巴巴和腾讯两大科技公司,都是在中国或者世...
- 说起马,你自然会提起他的蚁金套装、阿里巴巴、中国电商之父等,说起马化腾,你也不熟悉它。QQ和微信是世界各地流行也将...
- VirtualLayout是一个针对RecyclerView的LayoutManager扩展, 主要提供一整套布局...
- 为何N多人问这问题,设置方法如下: File->Settings->Editor->Appearence->Sho...