Flexbox And Grid
Justify Items
用于控制网格项目如何沿其内联轴对齐的功能类。
语法
Class | Properties | 平台兼容性说明 |
---|---|---|
justify-items-start | justify-items: start; | H5、小程序、app-vue |
justify-items-end | justify-items: end; | H5、小程序、app-vue |
justify-items-center | justify-items: center; | H5、小程序、app-vue |
justify-items-stretch | justify-items: stretch; | H5、小程序、app-vue |