record_detail.css 2.05 KB
/**
 * name : zzf
 * info : 
 */
.steps {
  overflow: hidden;
  display: block;
  margin: 20px 0;
}
.steps ul {
  text-align: center;
}
.steps li {
  float: left;
  height: 30px !important;
  line-height: 30px !important;
  background: #eee;
  color: #23ac38;
  font-size: 14px;
  position: relative;
}
.steps .steps-num {
  display: inline-block;
  width: 18px;
  height: 18px;
  line-height: 18px;
  font-size: 12px;
  background: #fff;
  color: #79ac32;
  border-radius: 100%;
  margin-right: 5px;
  text-align: center;
  zoom: 1;
  *display: inline;
}
.steps i {
  height: 0;
  width: 0;
  border-width: 23px 0px 23px 20px;
  border-color: transparent transparent transparent #fff;
  border-style: solid;
  position: absolute;
  top: -8px;
  right: -18px;
  z-index: 1;
}
.steps em {
  height: 0;
  width: 0;
  border-width: 23px 0px 23px 20px;
  border-color: transparent transparent transparent #eee;
  border-style: solid;
  position: absolute;
  top: -8px;
  right: -13px;
  z-index: 1;
}
.steps .on {
  background: #23ac38;
  color: #fff;
}
.steps .on em {
  border-color: transparent transparent transparent #23ac38;
}
.steps.width3 li {
  width: 33.3%;
}
.steps.width4 li {
  width: 25%;
}
.RecordDetailPage h2 {
  font-size: 16px;
  line-height: 50px;
  text-align: left;
}
.RecordDetailPage .exchange h2 {
  font-size: 14px;
  border-bottom: 4px solid #5eba2c;
}
.RecordDetailPage .exchange h2 strong {
  color: #999;
  margin-left: 15px;
}
.RecordDetailPage .exchange .summary {
  margin-bottom: 20px;
}
.RecordDetailPage .exchange .detail {
  border-top: 4px solid #5eba2c;
}
.RecordDetailPage .exchange .detail td span {
  display: inline-block;
  margin-bottom: 5px;
}
.RecordDetailPage .refund {
  margin-bottom: 20px;
}
.RecordDetailPage .refund h2 {
  font-size: 14px;
  border-bottom: 4px solid #5eba2c;
}
.RecordDetailPage .refund h2 strong {
  color: #999;
  margin-left: 15px;
}
.RecordDetailPage .border-left {
  border-left: 1px solid #e1e1e1;
}
.steps ul {
  overflow: hidden;
}
.steps .more {
  margin-top: 10px;
}
.steps .more li {
  background: #fff;
  color: #999;
}