品字布局

Posted coldfishdt

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了品字布局相关的知识,希望对你有一定的参考价值。

满屏品字布局

思路:上面的div宽100%,下面的两个div分别宽50%,然后用float或者inline使其不换行即可。

<div class="header">头部</div>
<div class="left"></div>
<div class="right"></div>
.header,.left,.right{height: 300px;}
.header{width: 100%;background-color: yellow;}
.left{float: left;width: 50%;background-color: #09f;}
.right{float: left;width: 50%;background-color: red;}

 

 

局部品字布局:

左右在排版时要反过来,不然不出效果

<div class="top"></div>
<div class="right"></div>
<div class="left"></div>
.top, .left, .right{height: 100px;width: 100px;}
.top{margin: 0 auto; background-color: #FF0000;}
.left{float: left;margin-left: -200px;background-color: yellow;}
.right{float: left;margin-left: 50%;background-color: blue;}

 

以上是关于品字布局的主要内容,如果未能解决你的问题,请参考以下文章

前端面试 CSS— CSS 如何实现“品”字布局?

品字框架传值

如何通过单击片段内的线性布局从片段类开始新活动?下面是我的代码,但这不起作用

Wordpress - 将代码片段包含到布局的选定部分的插件

有没有更聪明的方法将布局绑定到片段?

android片段表格布局