behalfmanage.less 2.66 KB
@import "../css/style/m-pack.select.css";
@import "../css/fancybox/jquery.fancybox.css";

@borGray: #ddd;
@bgGray: #f9f9f9;

.inline () {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

.mbox-filter .filter-cell {
    margin-bottom: 20px;
}
.mbox-filter .submitBtn {
    margin-left: 9px;
}
.mbox-filter .filter-cell i {
	background: none;
}
.mbox-filter .filter-input >span {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top;
  padding-top: 7px;
}
.mbox-filter .filter-input >span.like-select,
.mbox-filter .filter-input >span.s-direct {
  padding-top: 0;
}
.like-select .s-select {
    width: 100px;
}
.like-select {
    margin-right: 10px;
}
.s-direct .iptText {
    width: 184px !important;
    padding: 0 10px;
    margin: 0 !important;
}
.filter-cell .statu-links:hover,
.filter-cell .statu-current {
    background-color: #23ac38;
    color: #fff;
    text-decoration: none;
}
.statu-links {
    padding: 5px;
}
.statu-links i {
    background: none;
    color: #f60;
    font-style: normal;
}
.status-span .pack_jselect .s-pack_jselect-list {
    margin: 0;
}
.status-span .pack_jselect div {
    height: 18px;
    margin-top: -4px;
}
.status-span .pack_jselect div em {
    height: 18px;
}
.status-span .pack_jselect div em em {
    top: 7px;
}
.status-span .pack_jselect div span {
    line-height: 18px;
    padding: 0 10px;
}
.status-span .pack_jselect li {
    line-height: 18px;
    padding: 0px 10px;
}
.color-totally {
    color: #f60;
    ~p {
      margin-top: 5px;
      color: #999;
    }
}
.hint {
  color: #999;
}
.tspace {
  margin-top: 20px;
}
.miniBtn {
  height: 20px !important;
  line-height: 20px !important;
  font-size: 12px !important;
}
.tablist {
  width: 100%;
  border-collapse: collapse;
  thead td {
    text-align: center;
    border: 0;
    >span {
      .inline;
      background-color: @bgGray;
      width: 100%;
      padding: 10px 0;
      border: solid @borGray;
      border-width: 1px 0;
      margin-bottom: 20px;
    }
  }
  .tabhd, .tabbd {
    td {
      border-top: 1px solid @borGray;
      border-bottom: 1px solid @borGray;
      padding: 10px 0;
    }
  }
  .tabhd {
    td {
      background-color: @bgGray;
      text-indent: 30px;
    }
  }
  .tabbd {
    td {
      text-align: center;
    }
  }
  .tdstart {
    border-left: 1px solid @borGray;
  }
  .tdend {
    border-right: 1px solid @borGray;
  }
  .serimg {
    width: 30px;
    height: 30px;
  }
  .submitBtn, a-link {
    margin-bottom: 5px;
  }
  span {
    color: #666;
  }
}
.nodata {
  thead td {
    >span {
      margin: 0;
      border-bottom: 0;
    }
  }
  tbody td {
    text-align: center;
    border: 1px solid @borGray;
    padding: 50px 0;
  }
}