userFirend.less 962 Bytes
.flist {
  li {
    float: left;
    width: 50%;
    background-color: #fff;
  }
  .flink {
    display: block;
    margin: 0 20%;
    border-bottom: 2px solid transparent;
    text-align: center;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    &.linkon {
      border-color: #21b563;
    }
  }
}
.fdetail {
  .fl {
    float: left;
  }
  .fr {
    float: right;
  }
  li.cell {
    position: relative;
    padding: 10px 0 10px 10px;
  }
  p {
    line-height: 22px;
  }
  .m-radio {
    position: absolute;
    top: 50%;
    right: 10px;
    margin-top: -10px;
  }
}
.itdefault {
  border: solid #21b563;
  border-width: 1px 0;
  .default {
    border-color: #21b563 !important;
    color: #21b563 !important;
    &:before, &:after {
      border-color: #21b563 !important;
    }
  }
}
.srt {
  margin-right: 10px;
}
.submit-wrap {
  padding: 10px 10px 0 10px;
  .m-btn {
    width: 100%;
  }
}
.m-table-view .acc-icon .acc {
  right: 10px;
}