/* 百度收录查询页面样式（橙色营销风）
   公共部分见 query-common.css，本文件仅定义本页表格列宽 */

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

/* 页面加宽 */
.page-wrap.container { max-width: 75vw; }

/* 表格列宽（10 列：#/域名/收录量/首页收录数/内页数/首页标题/首页排名/泛二级/状态/操作）
   加宽 # 列避免 3 位数换行，各列更均匀 */
.result-table th:nth-child(1) { width: 5%; }
.result-table th:nth-child(2) { width: 16%; }
.result-table th:nth-child(3) { width: 8%; }
.result-table th:nth-child(4) { width: 10%; }
.result-table th:nth-child(5) { width: 8%; }
.result-table th:nth-child(6) { width: 18%; }
.result-table th:nth-child(7) { width: 10%; }
.result-table th:nth-child(8) { width: 7%; }
.result-table th:nth-child(9) { width: 8%; }
.result-table th:nth-child(10) { width: 10%; }

/* Toast 提示文字加粗 */
.toast-msg.warn { font-weight: 700; }

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

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

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