sbkzAdminOrder.css 2.0 KB
.border-box {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.KZJD_table_container {
  max-width: 1400px;
  width:100%;
  margin: 0px auto;
}
.kzUser-orderDetail {
  padding: 30px;
  color: #999;
  font-size: 14px;
}
.kzUser-orderDetail .orderStatusShow {
  text-align: center;
  color: #fff;
  font-size: 16px;
  line-height: 30px;
}
.kzUser-orderDetail .msg-item {
  margin-bottom: 20px;
}
.kzUser-orderDetail .msg-item .title {
  font-size: 16px;
  color: #e85a61;
  font-weight: bold;
  line-height: 30px;
  padding: 0px 15px;
}
.kzUser-orderDetail table {
  width: 100%;
  border-spacing: 0px;
  text-align: left;
}
.kzUser-orderDetail table thead tr td,
.kzUser-orderDetail table thead tr th,
.kzUser-orderDetail table tbody tr td,
.kzUser-orderDetail table tbody tr th {
  padding: 8px 15px;
  border: 1px solid #d4d4d3;
  border-right: 0px;
  border-bottom: 0px;
}
.kzUser-orderDetail table thead tr td:last-child,
.kzUser-orderDetail table thead tr th:last-child,
.kzUser-orderDetail table tbody tr td:last-child,
.kzUser-orderDetail table tbody tr th:last-child {
  border-right: 1px solid #d4d4d3;
}
.kzUser-orderDetail table pre {
  display: inline;
}
.kzUser-orderDetail table td .xm {
  margin-right: 15px;
}
.kzUser-orderDetail table td .txt {
  color: #eb797a;
}
.kzUser-orderDetail table thead tr:nth-of-type(2n+1) td,
.kzUser-orderDetail table tbody tr:nth-of-type(2n+1) td,
.kzUser-orderDetail table thead tr:nth-of-type(2n+1) th,
.kzUser-orderDetail table tbody tr:nth-of-type(2n+1) th {
  background-color: #fceaed;
}
.kzUser-orderDetail table thead tr:last-child td,
.kzUser-orderDetail table tbody tr:last-child td,
.kzUser-orderDetail table thead tr:last-child th,
.kzUser-orderDetail table tbody tr:last-child th {
  border-bottom: 1px solid #d4ddd3;
}
.orderStatusShow {
  margin-top: 60px;
}
.orderStatusShow .status {
  display: inline-block;
  width: 6.0em;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background-color: #e85a62;
  cursor: default;
  color: #fff;
}