阅读量:124

小程序页面字和图片对齐的方法:
案例代码:
在wxml页面文件中添加以下代码:
切换账号
在wxss样式文件中添加以下代码:
.setting{ display: flex;
flex-direction: row;
align-items: center;
justify-content: center;
}

小程序页面字和图片对齐的方法:
案例代码:
在wxml页面文件中添加以下代码:
切换账号
在wxss样式文件中添加以下代码:
.setting{ display: flex;
flex-direction: row;
align-items: center;
justify-content: center;
}