******HTML********
*********CSS**********
.imageListCss {
width: 750rpx;
display: flex;
flex-direction:row;
justify-content:flex-start;
align-items:center;
}
.ImageLeft {
width: 50%;
}
.ImageRight {
width: 50%;
}
**********************************
这什么这里没办法一行输出两个图片,wx:for出来后全面都是每行输出一个图。
微信小程序开发者回答:
赵***:
修***:
在楼上的基础上,再在.imageListCss {}里面加一句 flex-wrap: wrap; 就行了,设置自动换行
三***:
感谢,我试试。。
三***:
没毛病,解决问题。
本文网址:http://www.91bianli.com/weixinxiaochengxu/27234.html