uni-app学习:CSS之flex布局居中

2020-09-30  本文已影响0人  前端组件分享

uni-app学习:CSS之flex布局居中

1、上下居中(垂直居中)

style="height:40px;

background-color:#FFFFFF;

display:flex;

flex-direction:row;

align-items:center;"

2、左右居中(水平居中)

style="height:40px;

background-color:#FFFFFF;

display:flex;

flex-direction:row;

justify-content:center;"

3、左右居中(水平居中)

display:flex;

flex-direction:column;

align-items:center;

参考网址: 

https://blog.csdn.net/sziitjin/article/details/107359887

上一篇 下一篇

猜你喜欢

热点阅读