.rmc-steps { font-size: 0; width: 100%; line-height: 1.5; display: -ms-flexbox; display: flex; } .rmc-steps, .rmc-steps * { box-sizing: border-box; } .rmc-steps-item { position: relative; display: inline-block; vertical-align: top; -ms-flex: 1; flex: 1; overflow: hidden; } .rmc-steps-item:last-child { -ms-flex: none; flex: none; } .rmc-steps-item:last-child .rmc-steps-item-tail, .rmc-steps-item:last-child .rmc-steps-item-title:after { display: none; } .rmc-steps-item-icon, .rmc-steps-item-content { display: inline-block; vertical-align: top; } .rmc-steps-item-icon { border: 1px solid #ccc; width: 26px; height: 26px; line-height: 26px; text-align: center; border-radius: 26px; font-size: 14px; margin-right: 8px; transition: background-color 0.3s, border-color 0.3s; } .rmc-steps-item-icon > .rmc-steps-icon { line-height: 1; top: -1px; color: #108ee9; position: relative; } .rmc-steps-item-icon > .rmc-steps-icon.rcicon { font-size: 12px; position: relative; top: -2px; } .rmc-steps-item-tail { position: absolute; left: 0; width: 100%; top: 12px; padding: 0 10px; } .rmc-steps-item-tail:after { content: ''; display: inline-block; background: #e9e9e9; height: 1px; border-radius: 1px; width: 100%; transition: background .3s; } .rmc-steps-item-content { margin-top: 3px; } .rmc-steps-item-title { font-size: 14px; margin-bottom: 4px; color: #666; font-weight: bold; display: inline-block; padding-right: 10px; position: relative; } .rmc-steps-item-title:after { content: ''; height: 1px; width: 1000px; background: #e9e9e9; display: block; position: absolute; top: 0.55em; left: 100%; } .rmc-steps-item-description { font-size: 12px; color: #999; } .rmc-steps-item-wait .rmc-steps-item-icon { border-color: #ccc; background-color: #fff; } .rmc-steps-item-wait .rmc-steps-item-icon > .rmc-steps-icon { color: #ccc; } .rmc-steps-item-wait .rmc-steps-item-icon > .rmc-steps-icon .rmc-steps-icon-dot { background: #ccc; } .rmc-steps-item-wait .rmc-steps-item-title { color: gba(0, 0, 0, 0.43); } .rmc-steps-item-wait .rmc-steps-item-title:after { background-color: #e9e9e9; } .rmc-steps-item-wait .rmc-steps-item-description { color: gba(0, 0, 0, 0.43); } .rmc-steps-item-wait .rmc-steps-item-tail:after { background-color: #e9e9e9; } .rmc-steps-item-process .rmc-steps-item-icon { border-color: #108ee9; background-color: #fff; } .rmc-steps-item-process .rmc-steps-item-icon > .rmc-steps-icon { color: #108ee9; } .rmc-steps-item-process .rmc-steps-item-icon > .rmc-steps-icon .rmc-steps-icon-dot { background: #108ee9; } .rmc-steps-item-process .rmc-steps-item-title { color: rgba(0, 0, 0, 0.65); } .rmc-steps-item-process .rmc-steps-item-title:after { background-color: #e9e9e9; } .rmc-steps-item-process .rmc-steps-item-description { color: rgba(0, 0, 0, 0.65); } .rmc-steps-item-process .rmc-steps-item-tail:after { background-color: #e9e9e9; } .rmc-steps-item-process .rmc-steps-item-icon { background: #108ee9; } .rmc-steps-item-process .rmc-steps-item-icon > .rmc-steps-icon { color: #fff; } .rmc-steps-item-finish .rmc-steps-item-icon { border-color: #108ee9; background-color: #fff; } .rmc-steps-item-finish .rmc-steps-item-icon > .rmc-steps-icon { color: #108ee9; } .rmc-steps-item-finish .rmc-steps-item-icon > .rmc-steps-icon .rmc-steps-icon-dot { background: #108ee9; } .rmc-steps-item-finish .rmc-steps-item-title { color: gba(0, 0, 0, 0.43); } .rmc-steps-item-finish .rmc-steps-item-title:after { background-color: #108ee9; } .rmc-steps-item-finish .rmc-steps-item-description { color: gba(0, 0, 0, 0.43); } .rmc-steps-item-finish .rmc-steps-item-tail:after { background-color: #108ee9; } .rmc-steps-item-error .rmc-steps-item-icon { border-color: #f50; background-color: #fff; } .rmc-steps-item-error .rmc-steps-item-icon > .rmc-steps-icon { color: #f50; } .rmc-steps-item-error .rmc-steps-item-icon > .rmc-steps-icon .rmc-steps-icon-dot { background: #f50; } .rmc-steps-item-error .rmc-steps-item-title { color: #f50; } .rmc-steps-item-error .rmc-steps-item-title:after { background-color: #e9e9e9; } .rmc-steps-item-error .rmc-steps-item-description { color: #f50; } .rmc-steps-item-error .rmc-steps-item-tail:after { background-color: #e9e9e9; } .rmc-steps-item.rmc-steps-next-error .rmc-steps-item-title:after { background: #f50; } .rmc-steps-horizontal:not(.rmc-steps-label-vertical) .rmc-steps-item { margin-right: 10px; } .rmc-steps-horizontal:not(.rmc-steps-label-vertical) .rmc-steps-item:last-child { margin-right: 0; } .rmc-steps-horizontal:not(.rmc-steps-label-vertical) .rmc-steps-item-tail { display: none; } .rmc-steps-horizontal:not(.rmc-steps-label-vertical) .rmc-steps-item-description { max-width: 100px; } .rmc-steps-item-custom .rmc-steps-item-icon { background: none; border: 0; width: auto; height: auto; } .rmc-steps-item-custom .rmc-steps-item-icon > .rmc-steps-icon { font-size: 20px; top: 1px; width: 20px; height: 20px; } .rmc-steps-item-custom.rmc-steps-item-process .rmc-steps-item-icon > .rmc-steps-icon { color: #108ee9; } .rmc-steps-small .rmc-steps-item-icon { width: 18px; height: 18px; line-height: 18px; text-align: center; border-radius: 18px; font-size: 12px; margin-right: 10px; } .rmc-steps-small .rmc-steps-item-icon > .rmc-steps-icon { font-size: 12px; font-size: 9px \9; transform: scale(0.75); top: -1px; } .rmc-steps-small .rmc-steps-item-content { margin-top: 0; } .rmc-steps-small .rmc-steps-item-title { font-size: 12px; margin-bottom: 4px; color: #666; font-weight: bold; } .rmc-steps-small .rmc-steps-item-description { font-size: 12px; color: #999; } .rmc-steps-small .rmc-steps-item-tail { top: 8px; padding: 0 8px; } .rmc-steps-small .rmc-steps-item-tail:after { height: 1px; border-radius: 1px; width: 100%; } .rmc-steps-small .rmc-steps-item-custom .rmc-steps-item-icon { width: inherit; height: inherit; line-height: inherit; border-radius: 0; border: 0; background: none; } .rmc-steps-small .rmc-steps-item-custom .rmc-steps-item-icon > .rmc-steps-icon { font-size: 20px; top: -2.5px; transform: none; } .rmc-steps-vertical { display: block; } .rmc-steps-vertical .rmc-steps-item { display: block; overflow: visible; } .rmc-steps-vertical .rmc-steps-item-icon { float: left; } .rmc-steps-vertical .rmc-steps-item-icon-inner { margin-right: 16px; } .rmc-steps-vertical .rmc-steps-item-content { min-height: 48px; overflow: hidden; display: block; } .rmc-steps-vertical .rmc-steps-item-title { line-height: 26px; } .rmc-steps-vertical .rmc-steps-item-title:after { display: none; } .rmc-steps-vertical .rmc-steps-item-description { padding-bottom: 12px; } .rmc-steps-vertical .rmc-steps-item-tail { position: absolute; left: 13px; top: 0; height: 100%; width: 1px; padding: 30px 0 4px 0; } .rmc-steps-vertical .rmc-steps-item-tail:after { height: 100%; width: 1px; } .rmc-steps-vertical.rmc-steps-small .rmc-steps-item-tail { position: absolute; left: 9px; top: 0; padding: 22px 0 4px 0; } .rmc-steps-vertical.rmc-steps-small .rmc-steps-item-title { line-height: 18px; } .rmc-steps-label-vertical .rmc-steps-item { overflow: visible; } .rmc-steps-label-vertical .rmc-steps-item-tail { padding: 0px 24px; margin-left: 48px; } .rmc-steps-label-vertical .rmc-steps-item-content { display: block; text-align: center; margin-top: 8px; width: 100px; } .rmc-steps-label-vertical .rmc-steps-item-icon { display: inline-block; margin-left: 36px; } .rmc-steps-label-vertical .rmc-steps-item-title { padding-right: 0; } .rmc-steps-label-vertical .rmc-steps-item-title:after { display: none; } .rmc-steps-label-vertical .rmc-steps-item-description { text-align: left; } .rmc-steps-dot .rmc-steps-item-tail { width: 100%; top: 1px; margin: 0 0 0 50px; padding: 0; } .rmc-steps-dot .rmc-steps-item-tail:after { height: 3px; } .rmc-steps-dot .rmc-steps-item-icon { padding-right: 0; width: 5px; height: 5px; line-height: 5px; border: 0; margin-left: 48px; } .rmc-steps-dot .rmc-steps-item-icon .rmc-steps-icon-dot { float: left; width: 100%; height: 100%; border-radius: 2.5px; } .rmc-steps-dot .rmc-steps-item-process .rmc-steps-dot .rmc-steps-item-icon { top: -1px; width: 7px; height: 7px; line-height: 7px; } .rmc-steps-dot .rmc-steps-item-process .rmc-steps-dot .rmc-steps-item-icon .rmc-steps-icon-dot { border-radius: 3.5px; }