赞
踩
沿着 行轴线(水平方向) 对齐网格项中的内容(justify the content within individual grid items),此值适用于单个网格项内的内容(applying the justify-self property to the grid item itself)。
值:
沿着 列轴线(垂直方向) 对齐 网格项中的内容(alignment the content within individual grid items),此值适用于单个网格项内的内容(apply the align-self property to the grid item itself)。
值:
place-self
是设置 align-self
和 justify-self
的简写形式。
值:
align-self
属性,第二个值设置 justify-self
属性。如果省略第二个值,则将第一个值同时分配给这两个属性。举例:
.item-a {
place-self: center;
}
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。