Skip to content
@meizhou/atomcss
Main Navigation
指引
组件
iconPark字节图标
模板
v0.0.36
Appearance
Menu
Return to top
本页目录
Table of Contents for current page
justify-content
命名规律:首字母
class名
样式值
jc-n
justify-content: normal;
jc-fs
justify-content: flex-start;
jc-fe
justify-content: flex-end;
jc-c
justify-content: center;
jc-sb
justify-content: space-between;
jc-sa
justify-content: space-around;
jc-se
justify-content: sspace-evenly;
jc-s
justify-content: stretch;
使用示例