微信小程序margin-top不起作用
新建一个容器
<view style="margin-top:10rpx;"></view>
如何使文字和图片垂直居中对齐
/*你的父容器*/
.box{
display:flex;
align-items: center;//子元素垂直居中
justify-content: center;//子元素水平居中
}
微信小程序margin-top不起作用
新建一个容器
<view style="margin-top:10rpx;"></view>
如何使文字和图片垂直居中对齐
/*你的父容器*/
.box{
display:flex;
align-items: center;//子元素垂直居中
justify-content: center;//子元素水平居中
}