flex布局设置单个子元素靠右

父元素设置了 flex 布局

display: flex;
align-items: center;

如何让某个子元素靠右呢?

方法一:

flex: 1;
text-align: right;

方法二:

margin-left: auto;

 

posted @ 2021-12-24 17:25  小阿飞ZJF  阅读(1394)  评论(0编辑  收藏  举报