steps_ui.css 1.53 KB
.steps{
	overflow: hidden;
}
.steps ul{
	text-align: center;
}
.steps li{
	float: left;
	height: 40px ;
	background: #bbb;
  font: 15px/40px 'Microsoft YaHei';
	position: relative;
  color: #fff;
}
.steps.col2 li{
	width: 50%;
	*width: 49.9%;	
}
.steps.col3 li{
	width: 33.3%;
}
.steps.col4 li{
	width: 25%;
	*width: 24.9%;
}
.steps.col5 li{
	width: 20%;
	*width: 19.9%;
}
.steps .steps-current{
	background: #666;;
	color: #fff;
}
.steps .steps-error{
	background: #333;
	color: #fff;
}
.steps1{
	*z-index: 10;
}
.steps2{
	*z-index: 9;
}
.steps3{
	*z-index: 8;
}
.steps4{
	*z-index: 7;
}
.steps5{
	*z-index: 6;
}

.steps li i{
	height: 0;
	width: 0;
	border-width: 25px;
	border-color:transparent transparent #fff #fff;
	border-style:solid; 
	position: absolute;
  top: -6px;
  right: -43px;
	z-index: 1;
}
.steps li em{
	height: 0;
	width: 0;
	border-width: 25px;
	border-color:transparent transparent #bbb #bbb;
	border-style:solid; 
	position: absolute;
	top: 0;
	right: -42px; 
	z-index: 1;
}
.steps .steps-current em{
	border-color: transparent transparent #666 #666;;
}
.steps .steps-error em{
	border-color:transparent transparent transparent #333;;
}
.steps-num{
	display: inline-block;
	*display: inline;
	*zoom:1;
	*vertical-align: middle;
	width: 18px;
	height: 18px;
	line-height: 18px;
	font-size: 12px;
	background:#fff; 
	color: #79ac32;
	border-radius: 100%;
	margin-right: 5px;
	text-align: center;
}
.steps-time .steps-current {
  color: #999;
  background: 0 0;
}
.steps-time li {
  background: 0 0;
  line-height: 1!important;
  padding-top: 5px;
}