.wrap {
display: flex;
flex-flow: row nowrap
}
.main {
flex: 1;
text-align: center;
background: green;
height: 300px;
}
.left {
width: 100px;
background: red
}
.wrap {
display: flex;
flex-flow: row nowrap
}
.main {
flex: 1;
text-align: center;
background: green;
height: 300px;
}
.left {
width: 100px;
background: red
}
本文标题:两边固定宽度,中间自使用
本文链接:https://www.haomeiwen.com/subject/epyhrctx.html
网友评论