/* 百度收录是否出图检测页面样式（批量查询）
   公共部分见 query-common.css，本文件仅定义本页表格列宽与容器 */

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

/* 表格列宽（5 列：#/域名/是否出图/状态/操作） */
.result-table th:nth-child(1) { width: 8%; }
.result-table th:nth-child(2) { width: 38%; }
.result-table th:nth-child(3) { width: 14%; }
.result-table th:nth-child(4) { width: 14%; }
.result-table th:nth-child(5) { width: 26%; }

/* ===== 页面容器 ===== */
.baidu-image-page.page-wrap.container { max-width: 1200px !important; }

@media (max-width: 1100px) {
  .baidu-image-page.page-wrap.container { max-width: 98vw !important; }
}

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