authentication.css 2.68 KB
/**
 * name : zzf
 * info :
 */
/**
 * 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%;
}
/**
 * name : zzf
 * info : 
 */
.m-result {
  width: 400px;
  margin: 150px auto 0;
}
.m-result .m-icon {
  vertical-align: top;
  zoom: 1;
  width: 30px;
  height: 30px;
  float: left;
  margin-left: -50px;
}
.m-result .message {
  display: inline-block;
  zoom: 1;
  *display: inline;
  margin-left: 10px;
}
.m-result .message h5 {
  color: #666;
  font-size: 18px;
  margin-bottom: 5px;
  font-weight: normal;
}
.m-result .message p {
  color: #999;
  margin-top: 5px;
}
.m-result .message a.m-btn {
  margin-right: 10px;
  padding: 3px 30px;
  margin-top: 10px;
}
.m-result.error h5 {
  color: #fc1923;
}
.m-result.succeed h5 {
  color: #5eba2c;
}
.line {
  display: block;
  border-bottom: 1px solid #ddd;
  margin: 100px 0 20px 0;
}
.photo {
  margin-left: 65px;
}
.photo .a-photo {
  float: left;
  margin-right: 20px;
}
.photo .a-photo p {
  float: left;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  margin-right: 20px;
}
.photo .a-photo p span {
  color: #999;
  font-size: 13px;
}
.photo .a-photo .img {
  float: left;
  width: 140px;
  height: 140px;
  border: 1px solid #ddd;
  position: relative;
}
.photo .a-photo .img .file-end {
  position: absolute;
  height: 35px;
  background: #b2b2b2;
  width: 100%;
  bottom: 0px;
}
.photo .a-photo .img .file-end input {
  opacity: 0;
}
.photo .a-photo .img .file-end p {
  position: absolute;
  width: 100%;
  top: 0px;
  color: #fff;
  line-height: 35px;
  z-index: 0;
}
.AuthenticationEnterprise .m-result {
  margin-top: 100px;
}