一个简单布局

<!DOCTYPE html>
<html>
	<head>
		<meta charset="utf-8">
		<title></title>
		<style type="text/css">
			*{
				margin: 0;/* 默认边距去掉 */
				padding: 0;/* 默认填充去掉 */
			}
			/* 第一层 */
			#header{
				height: 50px;
				background: #E83828;
			}
			#header .head{
				width: 1005px;
				height: 50px;
				background: #D1D3D6;
				margin: auto;/* 两边边距自动设置一致,使得其居中 */
			}
			
			/* 第二层 */
			#banner{
				height: 500px;
				background: slateblue;
			}
			
			/* 第三层 */
			#category{
				width: 1005px;
				height: 200px;
				margin: auto;
				background: #FA8072;
			}
			#category .item{
				width:125px;
				height: 165px;
				padding-left: 25px;
				padding-right: 25px;
				padding-bottom: 25px;
				padding-top: 10px;
				border-right: 1px dashed black;
				float: left;
			}
			#category .item.first{
				padding-left: 0;
			}
			#category .item.last{
				padding-right: 0;/* 把右边距的填充去掉 */
				border: 0;
			}
			
			/* 第四层 */
			#case{
				height: 490px;
				background: #eeeeee;
			}
			#case .title_text{
				width: 1005px;
				margin: auto;
				padding-bottom: 10px;
				font-size: 45px;
			}
			#case .item-wrapper{
				width: 1000px;
				margin: auto;
				overflow: auto;
			}
			#case .item-wrapper .item{
				width: 320px;
				height: 330px;
				background: #9ACD32;
				float: left;
			}
			#case .item-wrapper .item.mg{
				margin-left: 20px;
				margin-right: 20px;
			}
			#case p{
				width: 1005ppx;
				margin-left: auto;
				margin-right: auto;
				margin-top: 15px;
				height: 40px;
				line-height: 40px;
				text-align: center;
				font-size: 30px;
				color: dimgray;
			}
		</style>
	</head>
	<body>
		<div id="header">
			<div class="head"></div>
		</div>
		
		<div id="banner"></div>
		
		<div id="category">
			<div class="item first"></div>
			<div class="item"></div>
			<div class="item"></div>
			<div class="item"></div>
			<div class="item"></div>
			<div class="item last"></div>
		</div>
		
		<div id="case">
			<div class="title_text">
				Case
			</div>
			
			<div class="item-wrapper">
				<div class="item"></div>
				<div class="item mg"></div>
				<div class="item"></div>
			</div>
			
			<p>查看更多+</p>
		</div>
	</body>
</html>

如图:

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值