/* v2.1.6：订单中心交接记录表的证据预览与列宽优化 */
.order-records-table {
  min-width: 1050px;
  table-layout: fixed;
}

.order-records-table th:nth-child(1),
.order-records-table td:nth-child(1) { width: 112px; }
.order-records-table th:nth-child(2),
.order-records-table td:nth-child(2) { width: 166px; }
.order-records-table th:nth-child(3),
.order-records-table td:nth-child(3) { width: 122px; }
.order-records-table th:nth-child(4),
.order-records-table td:nth-child(4) { width: 146px; }
.order-records-table th:nth-child(5),
.order-records-table td:nth-child(5) { width: 90px; }
.order-records-table th:nth-child(6),
.order-records-table td:nth-child(6) { width: 138px; }
.order-records-table th:nth-child(7),
.order-records-table td:nth-child(7) { width: 96px; }
.order-records-table th:nth-child(8),
.order-records-table td:nth-child(8) { width: 90px; }

.order-records-table th:nth-child(5),
.order-records-table th:nth-child(7),
.order-records-table th:nth-child(8),
.order-records-table td:nth-child(5),
.order-records-table td:nth-child(7),
.order-records-table td:nth-child(8) {
  text-align: center;
  white-space: nowrap;
}

.order-records-table td:nth-child(2),
.order-records-table td:nth-child(3),
.order-records-table td:nth-child(4),
.order-records-table td:nth-child(6) {
  overflow-wrap: anywhere;
  word-break: break-word;
}

.order-records-table td:nth-child(6) .tiny {
  display: block;
  margin-top: 2px;
  white-space: nowrap;
}

.order-records-table td:nth-child(7) .badge {
  justify-content: center;
  min-width: 68px;
  white-space: nowrap;
}

.order-records-table .photo-thumb-link,
.order-records-table .photo-thumb {
  width: 62px;
  height: 44px;
  max-width: 62px;
  max-height: 44px;
}

.order-records-table .photo-thumb-link {
  border-radius: 6px;
}

.order-records-table .photo-thumb {
  border-radius: 6px;
}

.order-records-table .btn.btn-sm {
  width: 64px;
  min-width: 64px;
  min-height: 34px;
  padding: 6px;
  white-space: nowrap;
}

@media (max-width: 700px) {
  .order-records-table {
    min-width: 990px;
  }

  .order-records-table th:nth-child(6),
  .order-records-table td:nth-child(6) {
    width: 126px;
  }
}

@media (max-width: 580px) {
  .order-records-table {
    min-width: 940px;
  }

  .order-records-table th,
  .order-records-table td {
    padding-left: 10px;
    padding-right: 10px;
  }

  .order-records-table .photo-thumb-link,
  .order-records-table .photo-thumb {
    width: 56px;
    height: 40px;
    max-width: 56px;
    max-height: 40px;
  }
}
