码迷,mamicode.com
首页 > 移动开发 > 详细

将移动端页面 分成上下两个背景颜色

时间:2018-05-29 16:15:48      阅读:243      评论:0      收藏:0      [点我收藏+]

标签:颜色   .com   dde   padding   style   hidden   htm   type   round   

<style type="text/css">
	*{
		margin:0;
		padding:0
	}
	body,html{
		width:100%;
		height:100%;
		overflow: hidden;
		background-color:#00f;
	}
	.content{
		width:100%;
		height:100%;
	}
	.top{
		height:750px;
	}
	.bottom{
		height:44%;
		background-color:#f00;
	}
</style>
<div class="content">
	<div class="top"></div>
	<div class="bottom"></div>
</div>

  技术分享图片

将移动端页面 分成上下两个背景颜色

标签:颜色   .com   dde   padding   style   hidden   htm   type   round   

原文地址:https://www.cnblogs.com/dyy-dida/p/9105385.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!