ensureorder.css 1.53 KB
@import 'table_ui.css';
@import 'input_ui.css';

.whitebox {
  padding: 0;
  margin-bottom: 100px;
}
fieldset {
  padding: 30px 0 40px 0;
  margin: 0 60px 0 50px;
  border-bottom: 1px dashed #ddd;
}
.greyarea {
  background-color: #fafafa;
  padding: 10px 20px;
  margin-top: 5px;
}
.greyarea p {
  padding: 5px 0;
}
.shd {
  font: 16px/1 'Microsoft YaHei';
  margin-bottom: 15px;
}
.sbd {
  margin-left: 30px;
}
.colortab {
  width: 100%;
}
.colortab .ar {
  width: 10%;
}
.colortab td {
  padding: 10px 0;
}
.iarrow {
  width: 36px;
  height: 36px;
  margin: 0 30px;
  background-position: -136px -163px;
}
.cardbox {
  position: relative;
  height: 82px;
}
.cdinner {
  position: absolute;
  width: 560px;
}
.card {
  width: 190px;
  height: 56px;
  border: 3px solid #ddd;
  background-color: #fafafa;
  padding: 10px;
  position: relative;
}
.card .ic,
.card .addr,
.card .nam,
.card .pho {
  position: absolute;
}
.card .addr {
  line-height: 1.4;
  top: 34px;
  left: 10px;
  width: 190px;
  max-height: 32px;
  overflow: hidden;
}
.card .nam {
  left: 10px;
}
.card .pho {
  right: 10px;
}
.card .ic {
  width: 20px;
  height: 26px;
  background-position: -219px -70px;
  top: 6px;
  left: -16px;
  color: #fff;
  text-align: center;
}
.start {
  margin-left: 36px;
}
.greyarea,
.whitearea {
  margin-left: 36px;
}
.totalmoney {
  font: 20px/1 'Microsoft YaHei';
}
.totalmoney b {
  font-weight: 100;
  font-size: 30px;
}
.yourtic {
  display: none;
}
.yourtic label {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
.yourtic label {
  width: 240px;
}