微信小程序margin-top不起作用
新建一个容器
<view style="margin-top:10rpx;"></view>
如何使文字和图片垂直居中对齐
/*你的父容器*/
.box{
display:flex;
align-items: center;//子元素垂直居中
justify-content: center;//子元素水平居中
}
标签:居中,uniapp,center,容器,元素,扩展,垂直,小常识
来源: https://blog.csdn.net/weixin_43151418/article/details/122267070