0
点赞
收藏
分享

微信扫一扫

如何通过flex布局实现换行

12a597c01003 2022-02-22 阅读 21
css3csshtml

.order {
width: 100%;
.orderInfo {
width: 100%;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
.innerDetail{
width: 30%;
display: flex;
}
}
.orderBtn {
display: flex;
}
}

举报

相关推荐

0 条评论