.order {
width: 100%;
.orderInfo {
width: 100%;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
.innerDetail{
width: 30%;
display: flex;
}
}
.orderBtn {
display: flex;
}
}
如何通过flex布局实现换行
阅读 21
2022-02-22
.order {
width: 100%;
.orderInfo {
width: 100%;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
.innerDetail{
width: 30%;
display: flex;
}
}
.orderBtn {
display: flex;
}
}
相关推荐
精彩评论(0)