item:nth-child(n+7), .page .module.dual-style-card .card-grid .module-item:nth-child(n+7), .homepage .card-grid .vod-card-item:nth-child(n+7), .page .card-grid .vod-card-item:nth-child(n+7), .homepage .card-grid .module-poster-item:nth-child(n+7), .page .card-grid .module-poster-item:nth-child(n+7), .homepage .card-grid .module-item:nth-child(n+7), .page .card-grid .module-item:nth-child(n+7) { display: none !important; } /* 追剧周表在移动端只显示前 6 个,避免过长 */ .homepage .module[data-mxmod="indexweek"] .module-items .module-poster-item:nth-child(n+7), .page .module[data-mxmod="indexweek"] .module-items .module-poster-item:nth-child(n+7), .homepage .module[data-mxmod="indexweek"] .module-items .module-item:nth-child(n+7), .page .module[data-mxmod="indexweek"] .module-items .module-item:nth-child(n+7) { display: none !important; } /* 标题与文字可读性 */ .homepage .module-poster-item-title, .page .module-poster-item-title, .homepage .module-item-title, .page .module-item-title, .homepage .vod-card-title, .page .vod-card-title { font-size: 12px !important; line-height: 1.35 !important; color: #222 !important; white-space: nowrap !important; overflow: hidden !important; text-overflow: ellipsis !important; } /* 分类页 tab 标题修复:不换行、自适应宽度 */ .page .module-heading-tab { width: 100% !important; box-sizing: border-box !important; justify-content: flex-start !important; gap: 16px !important; padding-left: 5px !important; margin-left: 0 !important; } .page .module-heading-tab-link { flex: 0 0 auto !important; width: auto !important; min-width: auto !important; max-width: none !important; white-space: nowrap !important; font-size: 16px !important; margin-left: 0 !important; padding-left: 0 !important; padding-right: 5px !important; } .page .module-heading-tab .line { display: none !important; } } /* 大屏手机(576px~767px)dual_style.css 默认 3 列,强制改为 2 列 */ @media (min-width: 560px) and (max-width: 767px) { .homepage .module.dual-style-card .card-grid, .page .module.dual-style-card .card-grid { display: flex !important; flex-wrap: wrap !important; gap: 0 !important; width: 100% !important; } .homepage .module.dual-style-card .card-grid .vod-card-item, .page .module.dual-style-card .card-grid .vod-card-item, .homepage .module.dual-style-card .card-grid .module-poster-item, .page .module.dual-style-card .card-grid .module-poster-item, .homepage .module.dual-style-card .card-grid .module-item, .page .module.dual-style-card .card-grid .module-item { width: calc(50% - 6px) !important; min-width: calc(50% - 6px) !important; max-width: calc(50% - 6px) !important; flex: 0 0 calc(50% - 6px) !important; margin: 0 3px 12px !important; box-sizing: border-box !important; } }