/* 熊掌号检测页面样式（橙色营销风）
   公共部分见 query-common.css，本文件仅定义本页表格列宽 */

@import url("query-common.css");

/* 表格列宽（9 列：#/域名/熊掌号/熊掌号名称/落地页/收录数/收录出框/状态/操作） */
.result-table th:nth-child(1) { width: 4%; }
.result-table th:nth-child(2) { width: 13%; }
.result-table th:nth-child(3) { width: 9%; }
.result-table th:nth-child(4) { width: 13%; }
.result-table th:nth-child(5) { width: 18%; }
.result-table th:nth-child(6) { width: 7%; }
.result-table th:nth-child(7) { width: 9%; }
.result-table th:nth-child(8) { width: 10%; }
.result-table th:nth-child(9) { width: 17%; }

/* ===== 页面容器加宽 ===== */
.page-wrap.container { max-width: 1400px !important; }

/* ===== 响应式 ===== */
@media (max-width: 1100px) {
  .page-wrap.container { max-width: 98vw !important; }
}

@media (max-width: 768px) {
  .page-wrap.container { max-width: 100% !important; padding-left: 12px; padding-right: 12px; }
}

@media (max-width: 480px) {
  .page-wrap.container { padding-left: 8px; padding-right: 8px; }
}
