<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>尚品网_全球时尚轻奢购物网站_|海量新品官网</title>
<style type="text/css">
/* 盒子1*/
.box-1{
width: 1309px;
height: 118px;
background-color: deeppink;
}
/*大盒子1*/
.Dbox1{
width: 382px;
height: 30px;
background-color:darkolivegreen;
float: right;
margin: 0 auto;
}
/*大盒子2*/
.Dbox2{
width: 1309px;
height: 40px;
background-color: #bbffaa;
}
/*大盒子*/
.Dbox{
width: 1200px;
height: 77.61px;
background-color: #bbffaa;
}
/*小盒子1*/
.box1{
width: 78px;
height: 78px;
background-color: chartreuse;
float: left;
}
/*小盒子2*/
.box2{
width: 78px;
height: 78px;
background-color: darkred;
float: left;
}
/*小盒子3*/
.box3{
width: 78px;
height: 78px;
background-color: #2548;
float: left;
}
/*全图*/
.header {
width: 1309px;
height: 5449.31px;
background-color: dodgerblue;
}
/*盒子2*/
.box-2{
width: 1230px;
height: 765px;
background-color: darkgoldenrod;
margin: 0 auto;
}
/*盒子3*/
.box-3{
width: 1230px;
height: 859px;
background-color: cadetblue;
margin: 0 auto;
}
</style>
</head>
<body>
<div class="box-1">
<div class="Dbox">
<div class="box1"></div>
<div class="box2"></div>
<div class="box3"></div>
</div>
<div class="Dbox1"></div>
<div class="Dbox2">
<span>
<a href="#">单季新品</a>
<a href="#">服装</a>
<a href="#">鞋靴</a>
<a href="#">箱包</a>
<a href="#">配件</a>
<a href="#">品牌</a>
<a href="#">特卖</a>
</span>
</div>
</div>
<div class="header">
<div class="box-2"></div>
<div class="box-3">
<span>ALBERTA FERRETTI</span></p>
<span>马卡龙色针织裙</span>
</div>
</div>
</body>
</html>
简单布局
©著作权归作者所有,转载或内容合作请联系作者
- 文/潘晓璐 我一进店门,熙熙楼的掌柜王于贵愁眉苦脸地迎上来,“玉大人,你说我怎么就摊上这事。” “怎么了?”我有些...
- 文/花漫 我一把揭开白布。 她就那样静静地躺着,像睡着了一般。 火红的嫁衣衬着肌肤如雪。 梳的纹丝不乱的头发上,一...
- 文/苍兰香墨 我猛地睁开眼,长吁一口气:“原来是场噩梦啊……” “哼!你这毒妇竟也来了?” 一声冷哼从身侧响起,我...
推荐阅读更多精彩内容
- 前言: 我模仿的是微博的布局所以也就没有 评论动态刷新cell. 什么人群适合看? 好奇Masonry使用的, 听...
- listView需要两个关键数据,一个是row或者section的更新策略;一个是需要显示的data数据。这里使用...