line.less 1.39 KB
.inline() {display: inline-block; vertical-align: middle}
.linemap {
  padding: 0 10px;
  >li {
    line-height: 44px;
    margin-bottom: 10px;
    border: 1px solid #e2e2e2;
    position: relative;
  }
  .icon-guide_shuang {
    margin-top: -1px;
  }
  .act-delete {
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -11px;
    line-height: 1;
  }
}
.edit {
  position: fixed;
  bottom: 0;
  padding: 10px 0;
  width: 100%;
  text-align: center;
  background-color: #fff;
  .edit-all {
    float: left;
    height: 37px;
    line-height: 37px;
    margin-left: 15px;
    >span {
      .inline;
    }
    ~.m-btn {
      float: right;
      margin-right: 15px;
    }
  }
}
.linesearch {
  padding: 10px;
  position: relative;
  .input-line {
    height: 30px;
    line-height: 30px;
    font-size: 13px;
    padding-left: 30px;
  }
  .icon-search {
    position: absolute;
    top: 50%;
    margin-top: -8px;
    left: 19px;
  }
}
.tips-word {
  color: #333;
  background-color: transparent;
  p {
    line-height: 30px;
  }
}
.destcity {
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  .inline;
  line-height: 20px;
  text-overflow: ellipsis;
}
.editselect {
  >li:active {
    background-color: #eee;
  }
}
.m-table-view {
  .linecell {
    padding-right: 10px;
    .m-radio {
      margin-top: -2px;
    }
  }
  .linetitle {
    width: 120px;
  }
  .linetext {
    text-align: right;
  }
}