margin的简单应用

今晚学了盒模型的marg部分,简单仿下京东的官网首页部分

 

 

 

第一次制作,尽管看来实在惨不忍睹,毕竟娘不嫌儿丑,之后多加努力吧,这几天尽量加快学习进度,能单独制作一张精美的网页最好

 

 

  附上代码

 

<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>axun-仿京东商城</title>
<style>
a{text-decoration: none;}
#center{
width: 900px;
height: 700px;
background: beige;
}
#header{
width:1350px;
height: 30px;
background:lightgrey;
}
#conter{
width: 1350px;
height: 150px;
background: blanchedalmond;
}
#main{
width: 1350px;
height: 470px;
margin-left: 60px;
}
#A1{
width: 210px;
height: 469px;
background: red;
float: left;
}
.cont{
height: 31px;
}
#A2{margin:15px 290px 0px 10px ;
width: 450px;
height: 457px;
float: left;
}
#A3{
width: 264px;
height: 456px;
float: left;
background: beige;
}
#a{
height: 52px;
background: green;
}
#jingdong{
width: 70%;
float: left;
}
#gengduo{
width: 30%;
float: right;
}
#a1{
height: 150px;
float: left;
background: goldenrod;
}
#a2{
width: 264px;
height: 52px;
float: left;
background: green;
}
#3{
height: 202px;

}
.cent{
width: 66px;
height: 67.5px;
background: lightsteelblue;
float: left;
}
</style>
</head>
<body>
<div id="center">
<div id="header"></div>
<div id="conter">
<a href="http://search.jd.com/Search?keyword=Vertu%E8%B6%B3%E6%B5%B4%E7%9B%86&enc=utf-8&pvid=uytxqehi.4whfyg"><img src="/D:/素材/方框.png"/></a>
</div>
<div id="main">
<div id="A1">
<div class="cont">家用电器 ></div>
<div class="cont">手机、数码、京东通信 ></div>
<div class="cont">电脑、办公 ></div>
<div class="cont">家居、家具、家装、厨具 ></div>
<div class="cont">男装、女装、内衣、珠宝 ></div>
<div class="cont">个护化妆、清洁用品 ></div>
<div class="cont">鞋靴、箱包、钟表、奢侈品 ></div>
<div class="cont">运动户外 ></div>
<div class="cont">汽车、汽车用品 ></div>
<div class="cont">母婴、玩具乐器 ></div>
<div class="cont">食品、酒类、生鲜、特产 ></div>
<div class="cont">营养保健 ></div>
<div class="cont">图书、音像、电子书 ></div>
<div class="cont">彩票、旅行、充值、票务 ></div>
<div class="cont">理财、众筹、白条、保险 ></div>
</div>
<div id="A2"><a href="http://sale.jd.com/act/mgdTYlKoOHFxSG0.html?cpdad=1DLSUE"><img src="/D:/素材/温暖.png"/></a></div>
<div id="A3">
<div id="a">
<div id="jingdong"><h4>京东快报</h4></div>
<div id="gengduo"><a href="http://www.jd.com/moreSubject.aspx"><h5>更多></h5></a></div>
</div>
<div id="a1">
<a href="http://mall.jd.com/index-1000001243.html">【特惠】善存&钙尔奇全场满100减20</a><br>
<a href="http://www.jd.com/news.aspx?id=26711">【公告】河南地区因降雪配送延迟</a><br>
<a href="http://sale.jd.com/act/7yRrm2tOzISXwW.html">【特惠】自营鞋服特卖 低至12元</a><br>
<a href="http://www.jd.com/news.aspx?id=26680">【公告】东北区因降雪配送延迟</a><br>
<a href="http://sale.jd.hk/act/OijFbvnNrDEepV.html">【特惠】黑五来袭 满235减155</a>
</div>
<div id="a2"><h4>生活服务</h4></div>
<div id="a3">
<div class="cent">话费</div>
<div class="cent">机票</div>
<div class="cent">电影票</div>
<div class="cent">游戏</div>
<div class="cent">彩票</div>
<div class="cent">团购</div>
<div class="cent">酒店</div>
<div class="cent">水电煤</div>
<div class="cent">众筹</div>
<div class="cent">理财</div>
<div class="cent">礼品卡</div>
<div class="cent">白条</div>
</div>
</div>
</body>
</html>

posted @ 2015-11-26 00:28  业余造轮子  阅读(162)  评论(0编辑  收藏  举报