body{ margin: 0; padding: 0; } .ui-stepBar-wrap{ padding: 15px 0; display: none; } .ui-stepBar{ width: 80%; height: 1px; background-color: #b9bdc7; position: relative; top: 15px; z-index: 1; margin-left: 10%; } .ui-stepProcess{ width: 50%; height: 1px; background-color: #3373cb; } .ui-step-box{ width: 100%; height: 30px; } .ui-step-every{ display: inline-block; height: 30px; background-color: #fff; padding: 0 6px; position: relative; z-index: 2; } .ui-stepSequence-img{ width: 10px; height: 5px; -webkit-transform: rotate(-45deg); transform: rotate(-45deg); border-left: 1px solid #3373cb; border-left: 1px solid #3373cb; border-bottom: 1px solid #3373cb; display: inline-block; vertical-align: top; position: relative; top: 6px; } /*已完成*/ .ui-stepSequence-done{ width: 21px; height: 21px; border-radius: 50%; border:1px solid #3373cb; vertical-align: top; display: inline-block; margin-top: 4px; vertical-align: top; } /*进行中*/ .ui-stepSequence-ing{ width: 22px; height: 22px; border-radius: 50%; background-color: #3373cb; display: inline-block; margin-top: 4px; color: #fff; font-size: 12px; line-height: 22px; text-align: center; font-weight: 300; vertical-align: top; } /*未开始*/ .ui-stepSequence-not{ width: 21px; height: 21px; border-radius: 50%; border: 1px solid #b9bdc7; display: inline-block; margin-top: 4px; color: #b9bdc7; font-size: 12px; line-height: 20px; text-align: center; font-weight: 300; vertical-align: top; } .ui-stepName{ display: inline-block; vertical-align: top; color: #666666; font-size: 12px; } .ui-stepInfo{ float: left; width: 20%; height: 30px; line-height: 30px; text-align: center; position: relative; z-index: 1; }