.main-flow-center { width: 100%; height: 100%; display: -webkit-flex; display: flex; flex-direction: row; .main-flow-left { width: 160px; height: 100%; background-color: #fcfcfc; .title { width: 100%; height: 40px; line-height: 40px; padding-left:10px; box-sizing: border-box; color: #4d9ad0; } .flow-list { width: 100%; height: 32px; line-height: 32px; text-align: center; color: #707485; background-color: transparent; font-size: 12px; // font-weight: bold; cursor: pointer; } .current-active { color: white; background: #1AA094; } } .main-flow-right { width: calc(100% - 160px); height: 100%; .main-flow-right-wrap { width: 100%; height: 100%; } } }