@import "./base.less"; @flowheight1:120px; @flowheight2:400px; .flowtitle{ text-align: center; } #workflowcontent{ // padding-left:260px; // padding-right: 260PX; display: flex; justify-content: space-around; flex-wrap: nowrap; i{ color:rgba(255,0,0,0.4); font-size: 28px; } .back_btn{ width: 1200px; margin-top: 200px; padding: 0; display: flex; justify-content: center; } .workflow_part{ display: flex; justify-content: flex-start; flex-wrap: nowrap; opacity: 0.8; vertical-align: middle; width:@flowheight2; // height:@flowheight1; line-height:28px; // border:2px solid @default-color; border-radius: 10px; margin: 20px; position: relative; // background:rgba(240,240,240,0.5); .workflow_btn img{ width: 250px; } .part{ width: 150px; padding-top: 93px; display: flex; align-items: flex-start; flex-direction: column; justify-content:flex-start; .btn_class{ float: left; } p{ margin: 0; margin-left:10px ; } .kongbai{ width: 100%; height: 20px; } } .workflow_type{ margin-top: 10px; padding-left: 50px; color: @default-color; font-size: 20px; } // .part{ // width:1196px; // height:116px; // position: absolute; // top:0; // left:0; // background:#fff; // border-radius: 10px; // text-align: left; // // p{ // width:800px; // height:118px; // padding-left:100px; // line-height: 118px; // font-size: 20px; // display: inline-block; // color:@default-color; // // span{ // color:rgba(255,0,0,0.8); // } // } // } } }