Flexbox And Grid
Align Self
用于控制单个 flex 或网格项如何沿其容器的交叉轴定位的功能类。
语法
Class | Properties | 平台兼容性说明 |
---|---|---|
self-auto | align-self: auto; | H5、小程序、app-vue |
self-start | align-self: flex-start; | H5、小程序、app-vue |
self-end | justify-self: flex-end; | H5、小程序、app-vue |
self-center | align-self: center; | H5、小程序、app-vue |
self-stretch | align-self: stretch; | H5、小程序、app-vue |
self-baseline | align-self: baseline; | H5、小程序、app-vue |