refundment.less 3.43 KB

.inline () {
  display: inline-block;
  *diaplay: inline;
  *zoom: 1;
}
.tspace {
  margin-top: 20px;
}
.d-title {
  border-bottom: 1px solid #ddd;
  font: normal 14px/1 'SimSun';
  margin-bottom: 20px;
}
.d-title span {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
.d-title span {
  border-bottom: 1px solid #15ae2f;
  color: #15ae2f;
  padding-bottom: 10px;
  margin-bottom: -1px;
}
.d-list .align-right {
  width: 190px;
  font-size: 13px;
  color: #666;
  margin-right: 15px;
  padding: 5px 0;
  float: left;
  line-height: 30px;
  text-align: right;
}
.d-content {
  margin-left: 200px;
  padding: 5px 20px;
  line-height: 30px;
  background-color: #f9f9f9;
}
.d-box {
  .info {
    width: 400px;
    height: 100px;
    outline: none;
    resize: none;
  }
  .buttonarea {
    background-color: transparent;
    padding: 20px 0 0 0;
  }
  .service {
    .inline;
    margin: 10px 20px 10px 0;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    color: #666;
    position: relative;
    padding-left: 50px;
    img {
      position: absolute;
      top: 0;
      left: 0;
    }
  }
  .shoplist {
    img {
      width: 50px;
      height: 50px;
      vertical-align: bottom;
      border: 1px solid #ddd;
    }
    p {
      line-height: 1.5;
    }
    td {
      vertical-align: bottom;
      padding: 10px;
    }
    .pmax {
      width: 160px;
      max-height: 38px;
      overflow: hidden;
    }
  }
}
.uploadmore {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 100px;
  height: 100px;
  overflow: hidden;
  border: 1px solid #ccc;
  .moreword {
    position: absolute;
    top: 0;
    left: 0;
    width: 100px;
    color: #fff;
    text-align: center;
    height: 100px;
    opacity: 0;
    filter: alpha(opacity=0);
  }
  .moreword input {
    font-size: 100px;
    position: absolute;
    right: 0;
    color: #333;
  }
  .moreimg {
    max-width: 100%;
  }
}
.uploadimgs {
  .showimgs {
    width: 100px;
    height: 100px;
  }
  li {
    float: left;
    margin-right: 20px;
  }
}
.color-totally {
  color: #f60;
}
.message-wrap {
  margin: 40px 200px;
  text-align: left;
  position: relative;
  >.safe-icon {
    position: absolute;
    margin: 0;
    left: -21px;
  }
  >span {
    margin-bottom: 5px;
    .inline;
  }
  >p {
    margin-top: 5px;
  }
}
.shopNameMsg {
  padding: 10px 0;
  border: 1px solid #ddd;
  margin-top: 20px;
  text-align: center;
  font-size: 14px;
}
.shopNameMsg .shopIcon {
  width: 22px;
  height: 22px;
}
.swarn .shopIcon,
.sfail .shopIcon,
.sright .shopIcon {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
  margin-top: -4px;
}
.sright {
  color: #2daa3f;
  border-color: #2daa3f;
  background-color: #eefff0;
}
.sright .shopIcon {
  background: url(../images/refund_succ.png) no-repeat;
}
.sfail {
  color: #fc1822;
  border-color: #f60;
  background-color: #ffd4ae;
}
.sfail .shopIcon {
  background: url(../images/refund_fail.png) no-repeat;
}
.swarn .shopIcon {
  background: url(../images/refund_waring.png) no-repeat;
}
.swarn {
  color: #fc6621;
  border-color: #f60;
  background-color: #fff1ae;
}
.loading {
  position: absolute;
  top:0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  background: #fff;
  border: 1px solid #ddd;
}
.loading .txt {
  margin-top: 10px;
  text-align: center;
}
.loading .view {
  text-align: center;
}
.loading .view span {
  background: #23ac38;
  width: 74%;
  position: absolute;
  height: 100%;
  left: 0px;
  top: 0px;
}