secure.less 1.17 KB
/**
 * name : zzf
 * info : 
 */
@import "m/step";
@import "m/result";

.grade {
  display: block;
  width: 800px;
  line-height: 20px;
  margin: 80px auto 0px;
  font-size: 14px;
  label {
    float: left;
  }
  .text {
    margin-left: 20px;
    color: #55cc15;
    float: left;
  }
  .grade-view {
    float: right;
    width: 590px;
    height: 20px;
    background: #f0f0f0;
    position: relative;
    span {
      position: absolute;
      width: 100%;
      height: 100%;
      left: 0px;
    }
    span.red {
      background: #f25a0f;
    }
    span.green {
      background: #55cc15;
    }
    span.yellow {
      background: #fdd80b;
    }
  }
}

.secure-list {
  width: 935px;
  margin: 0 auto;
  padding: 30px 0;
  .item {
    margin: 50px 0;
    height: 45px;
    line-height: 50px;
    .m-icon {
      margin-left: 65px;
      margin-right: 10px;
    }
    label {
      font-weight: bold;
    }
    .type {
      background: #999999;
      padding: 5px 5px;
      margin: 0 20px;
      color: #fff;
      border-radius: 3px;
      &.succeed {
        background: #55cc15;
      }
    }
    .operation {
      float: right;
      a {
        margin: 0 10px;
      }
    }
  }
}