.all-process{ .mint-header{ background: #fff; color: #000; font-size: 16px; font-weight: bold; border-bottom: 1px solid #eee; } .launchCon{ margin-bottom: 12px; background: #fff; .launch-partHeader{ flex: 1; width:100%; height: 44px; line-height: 44px; font-size: 16px; padding-left: 12px; border-bottom: 1px solid #eee; } .launch-flex{ display:flex; flex-direction: row; flex-wrap: wrap; height: 54px; .launch-flexSpan{ margin: 10px 0px 0 12px; padding-right: 12px; width: 100%; border-bottom: 1px solid #eee; .flow-name{ float: left; img{ margin: 0 auto; width: 26px; height: 26px; border-radius: 50%; float: left; } .menu-description{ width: 150px; display:inline-block; font-style: normal; font-size: 14px; line-height: 26px; color: #000; text-overflow: ellipsis; overflow: hidden; white-space: nowrap; padding-left: 8px; } } .flow-operate{ float: right; .mint-button--small{ border-radius: 16px; } .mint-button { label{ line-height: 33px; } } } } } } }