.container { display: flex; height: 100px; .left, .right { width: 100px; background: #8c939d; } .content { flex: 1; background: #306eff; } }
.container { display: flex; height: 100px; .left, .right { width: 100px; background: #8c939d; } .content { flex: 1; background: #306eff; } }