place-content - align-content 和 justify-content的简写 - css 弹性盒子布局
place-content
版本:CSS3
place-content属性是align-content和justify-content的简写。使用这两个属性的值可以用于任何的布局情况。
示例
/* Positional alignment */ /* align-content does not take left and right values */ place-content: center start; place-content: start center; place-content: end left; place-content: flex-start center; place-content: flex-end center; /* Baseline alignment */ /* justify-content does not take baseline values */ place-content: baseline center; place-content: first baseline space-evenly; place-content: last baseline right; /* Distributed alignment */ place-content: space-between space-evenly; place-content: space-around space-evenly; place-content: space-evenly stretch; place-content: stretch space-evenly; /* Global values */ place-content: inherit; place-content: initial; place-content: unset;
浏览器支持
IE浏览器不支持place-content ,其余浏览器都支持place-content |
语法
place-content:第一个值为align-content
属性,第二个值为justify-content
非常重要:如果没有设置第二个值,那么第二个的值与第一个相等,此前提是第一个值对两个属性都是有效的。如果设置的这个值对两个属性都无效,那么整个设置的值就是无效的。
取值
- start:所有的子元素堆叠在父元素上合适的轴线上的起点对齐。
- end:所有的子元素堆叠在父元素上合适的轴线上的终点对齐
- flex-start:所有的子元素堆叠在父元素的主轴或交叉轴上起点对齐,主要取决于flex-direction的设置。仅适用于flex布局的子元素.。如果父元素没有设置为flex,flex-start将被视为start。
- flex-end:所有的子元素堆叠在父元素的主轴或交叉轴上终点对齐,主要取决于flex-direction的设置。仅适用于flex布局的子元素.。如果父元素没有设置为flex,flex-end将被视为end。
- center:所有的子元素堆叠在父元素的中间对齐。
- left:The items are packed flush to each other toward the left edge of the alignment container. If the property’s axis is not parallel with the inline axis, this value behaves like start。
- right:The items are packed flush to each other toward the right edge of the alignment container in the appropriate axis. If the property’s axis is not parallel with the inline axis, this value behaves like start.
- space-between:The items are evenly distributed within the alignment container. The spacing between each pair of adjacent items is the same. The first item is flush with the main-start edge, and the last item is flush with the main-end edge。
- baseline、first baseline、last baseline:Specifies participation in first- or last-baseline alignment: aligns the alignment baseline of the box’s first or last baseline set with the corresponding baseline in the shared first or last baseline set of all the boxes in its baseline-sharing group.
The fallback alignment for first baseline is start, the one for last baseline is end。 - space-around:The items are evenly distributed within the alignment container. The spacing between each pair of adjacent items is the same. The empty space before the first and after the last item equals half of the space between each pair of adjacent items。
- space-evenly:The items are evenly distributed within the alignment container. The spacing between each pair of adjacent items, the main-start edge and the first item, and the main-end edge and the last item, are all exactly the same。
- stretch:If the combined size of the items is less than the size of the alignment container, any auto-sized items have their size increased equally(not proportionally), while still respecting the constraints imposed by max-height/max-width(or equivalent functionality), so that the combined size exactly fills the alignment container。
默认值 | norma |
适用于 | 多行flex容器 |
继承性 | 无 |
动画性 | visual |
计算值 | 指定值 |
例子
//CSS #container { display: flex; height:240px; width: 240px; flex-wrap: wrap; background-color: #8c8c8c; writing-mode: horizontal-tb; /* Can be changed in the live sample */ direction: ltr; /* Can be changed in the live sample */ place-content: flex-end center; /* Can be changed in the live sample */ } #container div { border: 2px solid #8c8c8c; width: 50px; line-height:20px; background-color: #a0c8ff; } #container .small { font-size: 12px; height: 40px; } #container .large { font-size: 14px; height: 50px; } //HTMLLoremLorem
ipsumLoremLorem
impsum
#container{display: flex; height:240px; width: 240px; flex-wrap: wrap; background-color:#8c8c8c; writing-mode: horizontal-tb; direction: ltr; place-content: flex-end center;}#container div{border: 2px solid #8c8c8c; width: 50px; line-height:20px; background-color:#a0c8ff;}#container .small{font-size: 12px; height: 40px;}#container .large{font-size: 14px; height: 50px;}
Lorem
Lorem
ipsum
ipsum
Lorem
Lorem
impsum
impsum
鹏仔微信 15129739599 鹏仔QQ344225443 鹏仔前端 pjxi.com 共享博客 sharedbk.com
免责声明:我们致力于保护作者版权,注重分享,当前被刊用文章因无法核实真实出处,未能及时与作者取得联系,或有版权异议的,请联系管理员,我们会立即处理! 部分文章是来自自研大数据AI进行生成,内容摘自(百度百科,百度知道,头条百科,中国民法典,刑法,牛津词典,新华词典,汉语词典,国家院校,科普平台)等数据,内容仅供学习参考,不准确地方联系删除处理!邮箱:344225443@qq.com)
图片声明:本站部分配图来自网络。本站只作为美观性配图使用,无任何非法侵犯第三方意图,一切解释权归图片著作权方,本站不承担任何责任。如有恶意碰瓷者,必当奉陪到底严惩不贷!
内容声明:本文中引用的各种信息及资料(包括但不限于文字、数据、图表及超链接等)均来源于该信息及资料的相关主体(包括但不限于公司、媒体、协会等机构)的官方网站或公开发表的信息。部分内容参考包括:(百度百科,百度知道,头条百科,中国民法典,刑法,牛津词典,新华词典,汉语词典,国家院校,科普平台)等数据,内容仅供参考使用,不准确地方联系删除处理!本站为非盈利性质站点,本着为中国教育事业出一份力,发布内容不收取任何费用也不接任何广告!)