/* 大宏直播 - 仿zxiucq.com风格 */ * { margin: 0; padding: 0; box-sizing: border-box; } body { font-family: "Microsoft YaHei", "PingFang SC", sans-serif; background: #f5f5f5; color: #333; font-size: 14px; } a { text-decoration: none; color: #1a73e8; } a:hover { color: #ff6600; } ul, li { list-style: none; } .fl { float: left; } .fr { float: right; } .clearfix:after { content: ""; display: block; clear: both; } /* 顶部导航 */ .fuyufutop_home { background: #fff; border-bottom: 2px solid #1a73e8; } .fuyufuW_1200 { width: 100%; max-width: 1200px; margin: 0 auto; padding: 0 15px; } .fuyufutop_home .fuyufuW_1200 { display: flex; align-items: center; justify-content: space-between; height: 70px; } .fuyufuQZ-LOGO { flex-shrink: 0; } .fuyufuQZ-LOGO h1 { font-size: 0; line-height: 0; } .fuyufuQZ-LOGO h1 a { display: block; } .fuyufuQZ-LOGO h1 img { height: 50px; } .fuyufuQZ-nav { flex: 1; margin-left: 30px; } .fuyufuQZ-nav .nav { display: flex; align-items: center; height: 70px; gap: 5px; } .fuyufuQZ-nav .nav li a { display: block; padding: 0 18px; height: 70px; line-height: 70px; font-size: 16px; color: #333; font-weight: bold; white-space: nowrap; } .fuyufuQZ-nav .nav li a:hover, .fuyufuQZ-nav .nav li.active a { color: #1a73e8; background: #f0f7ff; } .fuyufuQZ-nav .nav li a i { display: inline-block; width: 10px; height: 10px; background: #1a73e8; border-radius: 50%; margin-right: 6px; vertical-align: middle; } /* 赛事分类标签 */ .fuyufunav-zb { background: #fff; padding: 12px 0; margin-top: 10px; border-radius: 4px; } .fuyufunav-zb ul { display: flex; flex-wrap: wrap; justify-content: center; gap: 10px; } .fuyufunav-zb ul a { display: inline-block; padding: 6px 18px; background: #f0f7ff; color: #1a73e8; border-radius: 20px; font-size: 14px; transition: all 0.3s; white-space: nowrap; } .fuyufunav-zb ul a:hover { background: #1a73e8; color: #fff; } /* 热门直播区 */ .fuyufuhot-live { background: #fff; margin-top: 10px; border-radius: 4px; overflow: hidden; } .fuyufuhot-live-title { background: linear-gradient(90deg, #1a73e8, #4a9eff); color: #fff; padding: 12px 20px; font-size: 16px; font-weight: bold; display: flex; justify-content: space-between; align-items: center; } .fuyufuhot-live-title a { color: #fff; font-size: 13px; font-weight: normal; } .fuyufuhot-live-list { padding: 0 20px; } .fuyufuhot-live-list .fuyufumatch-row { display: flex; align-items: center; padding: 12px 0; border-bottom: 1px dashed #eee; } .fuyufuhot-live-list .fuyufumatch-row:last-child { border-bottom: none; } .fuyufuhot-live-list .fuyufumatch-league { width: 100px; font-size: 13px; color: #666; flex-shrink: 0; } .fuyufuhot-live-list .fuyufumatch-time { width: 70px; font-size: 14px; font-weight: bold; color: #333; flex-shrink: 0; } .fuyufuhot-live-list .fuyufumatch-teams { flex: 1; text-align: center; font-size: 15px; } .fuyufuhot-live-list .fuyufumatch-teams .fuyufuteam-name { font-weight: bold; } .fuyufuhot-live-list .fuyufumatch-teams .fuyufuvs { color: #999; margin: 0 12px; } .fuyufuhot-live-list .fuyufumatch-status { width: 100px; text-align: right; flex-shrink: 0; } .fuyufuhot-live-list .fuyufumatch-status .fuyufulive { color: #ff4444; font-weight: bold; font-size: 14px; } .fuyufuhot-live-list .fuyufumatch-status .fuyufuupcoming { color: #999; font-size: 14px; } /* 今日直播 */ .fuyufutoday-live { background: #fff; margin-top: 10px; border-radius: 4px; overflow: hidden; } .fuyufutoday-live-title { background: linear-gradient(90deg, #ff6600, #ff9933); color: #fff; padding: 12px 20px; font-size: 16px; font-weight: bold; display: flex; justify-content: space-between; align-items: center; } .fuyufutoday-live-title a { color: #fff; font-size: 13px; font-weight: normal; } .fuyufudate-header { background: linear-gradient(90deg, #1a73e8, #4a9eff); color: #fff; padding: 10px 20px; font-size: 15px; font-weight: bold; margin: 0; } .fuyufutoday-live .fuyufumatch-row { display: flex; align-items: center; padding: 12px 20px; border-bottom: 1px solid #f0f0f0; transition: background 0.2s; } .fuyufutoday-live .fuyufumatch-row:hover { background: #f8f9fa; } .fuyufutoday-live .fuyufumatch-row:last-child { border-bottom: none; } .fuyufutoday-live .fuyufumatch-league { width: 100px; font-size: 13px; color: #666; flex-shrink: 0; } .fuyufutoday-live .fuyufumatch-time { width: 70px; font-size: 14px; font-weight: bold; color: #1a73e8; flex-shrink: 0; } .fuyufutoday-live .fuyufumatch-teams { flex: 1; text-align: center; font-size: 15px; } .fuyufutoday-live .fuyufumatch-teams .fuyufuteam-name { font-weight: bold; } .fuyufutoday-live .fuyufumatch-teams .fuyufuvs { color: #999; margin: 0 12px; } .fuyufutoday-live .fuyufumatch-status { width: 100px; text-align: right; flex-shrink: 0; } .fuyufutoday-live .fuyufumatch-status .fuyufulive { color: #ff4444; font-weight: bold; font-size: 14px; } .fuyufutoday-live .fuyufumatch-status .fuyufuupcoming { color: #999; font-size: 14px; } /* 直播分类页(NBA/足球/篮球) */ .fuyufuinter-matches { background: #fff; border-radius: 4px; overflow: hidden; } .fuyufusection-title { background: linear-gradient(90deg, #ff6600, #ff9933); color: #fff; padding: 12px 20px; font-size: 16px; font-weight: bold; } .fuyufudate-group { margin-bottom: 0; } .fuyufudate-group .fuyufudate-header { background: linear-gradient(90deg, #1a73e8, #4a9eff); color: #fff; padding: 10px 20px; font-size: 15px; font-weight: bold; margin: 0; } .fuyufudate-week { font-weight: normal; margin-left: 8px; } .fuyufumatch-list { padding: 0; } .fuyufumatch-list .fuyufumatch-row { display: flex; align-items: center; padding: 12px 20px; border-bottom: 1px solid #f0f0f0; transition: background 0.2s; } .fuyufumatch-list .fuyufumatch-row:hover { background: #f8f9fa; } .fuyufumatch-list .fuyufumatch-row:last-child { border-bottom: none; } .fuyufumatch-list .fuyufumatch-league { width: 100px; flex-shrink: 0; } .fuyufumatch-list .fuyufumatch-league a { font-size: 13px; color: #666; } .fuyufumatch-list .fuyufumatch-league a:hover { color: #1a73e8; } .fuyufumatch-list .fuyufumatch-time { font-size: 14px; font-weight: bold; color: #1a73e8; margin-top: 2px; } .fuyufumatch-list .fuyufumatch-teams-row { flex: 1; display: flex; align-items: center; justify-content: center; gap: 15px; } .fuyufumatch-list .fuyufumatch-teams-row .fuyufuteam-home, .fuyufumatch-list .fuyufumatch-teams-row .fuyufuteam-away { display: flex; align-items: center; gap: 8px; text-decoration: none; color: #333; } .fuyufumatch-list .fuyufumatch-teams-row .fuyufuteam-home:hover, .fuyufumatch-list .fuyufumatch-teams-row .fuyufuteam-away:hover { color: #1a73e8; } .fuyufumatch-list .fuyufumatch-teams-row img { width: 30px; height: 30px; border-radius: 50%; object-fit: cover; } .fuyufumatch-list .fuyufumatch-teams-row span { font-size: 14px; font-weight: bold; } .fuyufumatch-list .fuyufumatch-score { font-size: 16px; font-weight: bold; color: #ff4444; min-width: 60px; text-align: center; } .fuyufumatch-list .fuyufumatch-action { width: 100px; text-align: right; flex-shrink: 0; } .fuyufumatch-list .fuyufumatch-action .fuyufubtn-live { display: inline-block; padding: 5px 14px; background: #ff4444; color: #fff; border-radius: 3px; font-size: 13px; } .fuyufumatch-list .fuyufumatch-action .fuyufubtn-live:hover { background: #e63333; color: #fff; } .fuyufumatch-list .fuyufumatch-action .fuyufubtn-upcoming { display: inline-block; padding: 5px 14px; background: #eee; color: #666; border-radius: 3px; font-size: 13px; } /* 直播分类页 match-item 样式(实际使用的类名) */ .fuyufumatch-item { display: flex; align-items: center; padding: 12px 20px; border-bottom: 1px solid #f0f0f0; transition: background 0.2s; } .fuyufumatch-item:hover { background: #f8f9fa; } .fuyufumatch-item:last-child { border-bottom: none; } .fuyufumatch-item .fuyufum-time { width: 70px; font-size: 14px; font-weight: bold; color: #1a73e8; flex-shrink: 0; } .fuyufumatch-item .fuyufum-league { width: 100px; font-size: 13px; color: #666; flex-shrink: 0; } .fuyufumatch-item .fuyufum-status { width: 100px; text-align: right; flex-shrink: 0; } .fuyufumatch-item .fuyufum-status .fuyufubtn-live { display: inline-block; padding: 5px 14px; background: #ff4444; color: #fff; border-radius: 3px; font-size: 13px; text-decoration: none; } .fuyufumatch-item .fuyufum-status .fuyufubtn-live:hover { background: #e63333; color: #fff; } .fuyufumatch-item .fuyufum-status .fuyufubtn-upcoming { display: inline-block; padding: 5px 14px; background: #eee; color: #666; border-radius: 3px; font-size: 13px; text-decoration: none; } .fuyufumatch-item .fuyufum-teams { flex: 1; display: flex; align-items: center; justify-content: center; gap: 10px; } .fuyufumatch-item .fuyufum-teams .fuyufuteam-logo { width: 30px; height: 30px; border-radius: 50%; object-fit: cover; } .fuyufumatch-item .fuyufum-teams .fuyufuteam-name { font-size: 14px; font-weight: bold; color: #333; text-decoration: none; } .fuyufumatch-item .fuyufum-teams .fuyufuteam-name:hover { color: #1a73e8; } .fuyufumatch-item .fuyufum-teams .fuyufuvs-text { color: #999; font-size: 13px; } /* 录像区 */ .fuyufuvideo-section { background: #fff; margin-top: 10px; border-radius: 4px; overflow: hidden; } .fuyufuvideo-title { background: linear-gradient(90deg, #28a745, #5cb85c); color: #fff; padding: 12px 20px; font-size: 16px; font-weight: bold; display: flex; justify-content: space-between; align-items: center; } .fuyufuvideo-title a { color: #fff; font-size: 13px; font-weight: normal; } .fuyufuvideo-list { padding: 15px 20px; display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; } .fuyufuvideo-list li a { display: block; padding: 10px 12px; background: #f8f9fa; border-radius: 4px; font-size: 14px; color: #333; transition: all 0.2s; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; } .fuyufuvideo-list li a:hover { background: #e3f2fd; color: #1a73e8; } /* 资讯区 */ .fuyufunews-section { background: #fff; margin-top: 10px; border-radius: 4px; overflow: hidden; } .fuyufunews-title { background: linear-gradient(90deg, #6f42c1, #9b6dd7); color: #fff; padding: 12px 20px; font-size: 16px; font-weight: bold; } .fuyufunews-list { padding: 15px 20px; } .fuyufunews-list li { padding: 12px 0; border-bottom: 1px dashed #eee; display: flex; gap: 15px; } .fuyufunews-list li:last-child { border-bottom: none; } .fuyufunews-list li .fuyufunews-img { width: 120px; height: 80px; flex-shrink: 0; border-radius: 4px; overflow: hidden; background: #eee; } .fuyufunews-list li .fuyufunews-img img { width: 100%; height: 100%; object-fit: cover; } .fuyufunews-list li .fuyufunews-info { flex: 1; } .fuyufunews-list li .fuyufunews-info h3 { font-size: 15px; margin-bottom: 8px; line-height: 1.4; } .fuyufunews-list li .fuyufunews-info h3 a { color: #333; } .fuyufunews-list li .fuyufunews-info h3 a:hover { color: #1a73e8; } .fuyufunews-list li .fuyufunews-info p { font-size: 13px; color: #999; line-height: 1.6; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; } .fuyufunews-list li .fuyufunews-date { font-size: 12px; color: #bbb; margin-top: 5px; } /* 专题区 */ .fuyufuinter-section { background: #fff; margin-top: 10px; border-radius: 4px; overflow: hidden; padding: 15px 20px; } .fuyufuinter-section .fuyufuinter-title { font-size: 16px; font-weight: bold; margin-bottom: 12px; padding-bottom: 10px; border-bottom: 2px solid #1a73e8; } .fuyufuinter-section ul { display: flex; flex-wrap: wrap; gap: 10px; } .fuyufuinter-section ul li a { display: inline-block; padding: 6px 14px; background: #f0f7ff; color: #1a73e8; border-radius: 3px; font-size: 13px; } .fuyufuinter-section ul li a:hover { background: #1a73e8; color: #fff; } /* 底部 */ footer { background: #fff; margin-top: 20px; padding: 30px 0; border-top: 3px solid #1a73e8; } .fuyufufooter-nav { text-align: center; margin-bottom: 15px; } .fuyufufooter-nav a { margin: 0 10px; color: #333; font-size: 14px; } .fuyufufooter-nav a:hover { color: #1a73e8; } .fuyufufooter-desc { text-align: center; color: #666; font-size: 13px; line-height: 1.8; margin-bottom: 15px; max-width: 900px; margin-left: auto; margin-right: auto; } .fuyufufooter-links { text-align: center; font-size: 13px; color: #999; margin-bottom: 10px; } .fuyufufooter-links a { color: #1a73e8; } .fuyufufooter-copy { text-align: center; font-size: 12px; color: #bbb; } .fuyufufooter-copy a { color: #999; } /* 回到顶部 */ #totop { position: fixed; bottom: 50px; right: 30px; width: 44px; height: 44px; background: #1a73e8; color: #fff; text-align: center; line-height: 44px; border-radius: 50%; cursor: pointer; display: none; z-index: 999; font-size: 18px; box-shadow: 0 2px 8px rgba(0,0,0,0.15); } #totop:hover { background: #ff6600; } /* 响应式 */ @media (max-width: 1200px) { .fuyufuvideo-list { grid-template-columns: repeat(2, 1fr); } } @media (max-width: 768px) { .fuyufutop_home .fuyufuW_1200 { flex-direction: column; height: auto; padding: 10px 15px; } .fuyufuQZ-nav { margin-left: 0; margin-top: 10px; } .fuyufuQZ-nav .nav { flex-wrap: wrap; height: auto; justify-content: center; } .fuyufuQZ-nav .nav li a { height: 36px; line-height: 36px; font-size: 14px; padding: 0 12px; } .fuyufumatch-item { flex-wrap: wrap; gap: 5px; } .fuyufumatch-item .fuyufum-league, .fuyufumatch-item .fuyufum-time { width: auto; } .fuyufuvideo-list { grid-template-columns: 1fr; } .fuyufunews-list li { flex-direction: column; } .fuyufunews-list li .fuyufunews-img { width: 100%; height: 150px; } .fuyufuhot-live-list .fuyufumatch-row { flex-wrap: wrap; gap: 5px; } } /* ===== 详情页样式 ===== */ .fuyufudetail-breadcrumb { background: #fff; padding: 12px 20px; margin-top: 10px; border-radius: 4px; font-size: 13px; color: #999; } .fuyufudetail-breadcrumb a { color: #1a73e8; } .fuyufudetail-breadcrumb a:hover { color: #ff6600; } .fuyufudetail-layout { display: flex; gap: 15px; margin-top: 10px; } .fuyufudetail-main { flex: 1; min-width: 0; } .fuyufudetail-sidebar { width: 300px; flex-shrink: 0; } /* 赛事信息卡片 */ .fuyufudetail-match-card { background: #fff; border-radius: 4px; overflow: hidden; } .fuyufudetail-teams { display: flex; align-items: center; justify-content: space-around; padding: 30px 20px; } .fuyufudetail-team { text-align: center; flex: 1; } .fuyufuteam-logo-lg { width: 80px; height: 80px; border-radius: 50%; display: block; margin: 0 auto 10px; } .fuyufuteam-name-lg { font-size: 18px; font-weight: bold; color: #333; } .fuyufudetail-vs { text-align: center; padding: 0 20px; } .fuyufuvs-score { margin-bottom: 8px; } .fuyufuvs-score .fuyufuscore { font-size: 36px; font-weight: bold; color: #333; } .fuyufuvs-score .fuyufuvs-text { font-size: 20px; color: #999; margin: 0 10px; } .fuyufuvs-league { margin-bottom: 5px; } .fuyufuvs-league a { color: #1a73e8; font-size: 14px; } .fuyufuvs-time { font-size: 14px; color: #666; margin-bottom: 8px; } .fuyufustatus-live { color: #ff4444; font-weight: bold; font-size: 14px; } .fuyufustatus-upcoming { color: #ff9933; font-size: 14px; } .fuyufustatus-ended { color: #999; font-size: 14px; } /* 赛事说明 */ .fuyufudetail-info-box { background: #fff; border-radius: 4px; padding: 20px; margin-top: 10px; } .fuyufudetail-info-box h3 { font-size: 16px; font-weight: bold; margin-bottom: 15px; padding-bottom: 10px; border-bottom: 2px solid #1a73e8; } .fuyufudetail-info-content p { font-size: 14px; line-height: 2; color: #333; } .fuyufudetail-info-content a { color: #1a73e8; } .fuyufudetail-info-content a:hover { color: #ff6600; } .fuyufusignal-btns { margin: 8px 0; } .fuyufusignal-btn { display: inline-block; padding: 6px 16px; background: #6f42c1; color: #fff; border-radius: 3px; margin-right: 8px; margin-bottom: 5px; font-size: 13px; } .fuyufusignal-btn:hover { background: #5a32a3; color: #fff; } .fuyufudetail-info-content .fuyufutip { color: #999; font-size: 13px; margin-top: 10px; } /* 专题 */ .fuyufudetail-inter-box { background: #fff; border-radius: 4px; padding: 20px; margin-top: 10px; } .fuyufudetail-inter-box h3 { font-size: 16px; font-weight: bold; margin-bottom: 12px; padding-bottom: 10px; border-bottom: 2px solid #1a73e8; } .fuyufudetail-inter-box ul { display: flex; flex-wrap: wrap; gap: 10px; } .fuyufudetail-inter-box ul li a { display: inline-block; padding: 6px 14px; background: #f0f7ff; color: #1a73e8; border-radius: 3px; font-size: 13px; } .fuyufudetail-inter-box ul li a:hover { background: #1a73e8; color: #fff; } /* 侧边栏 */ .fuyufusidebar-box { background: #fff; border-radius: 4px; margin-top: 10px; overflow: hidden; } .fuyufusidebar-title { display: flex; justify-content: space-between; align-items: center; padding: 12px 15px; background: #f8f9fa; border-bottom: 1px solid #eee; font-size: 15px; font-weight: bold; } .fuyufusidebar-title a { font-size: 13px; color: #999; font-weight: normal; } .fuyufusidebar-title a:hover { color: #1a73e8; } .fuyufusidebar-live-list li { padding: 12px 15px; border-bottom: 1px solid #f0f0f0; } .fuyufusidebar-live-list li:last-child { border-bottom: none; } .fuyufusl-header { display: flex; justify-content: space-between; margin-bottom: 6px; } .fuyufusl-time { font-size: 12px; color: #999; } .fuyufusl-league { font-size: 12px; color: #1a73e8; } .fuyufusl-teams { font-size: 14px; color: #333; margin-bottom: 8px; } .fuyufusl-btn { display: inline-block; padding: 4px 12px; background: #ff4444; color: #fff; border-radius: 3px; font-size: 12px; } .fuyufusl-btn:hover { background: #e63333; color: #fff; } .fuyufusidebar-news-list li { padding: 8px 15px; border-bottom: 1px solid #f0f0f0; } .fuyufusidebar-news-list li:last-child { border-bottom: none; } .fuyufusidebar-news-list li a { font-size: 13px; color: #333; line-height: 1.5; } .fuyufusidebar-news-list li a:hover { color: #1a73e8; } .fuyufusidebar-news-list li strong { color: #ff6600; margin-right: 5px; } /* 新header样式 */ .fuyufusite-header { background: #fff; border-bottom: 2px solid #1a73e8; } .fuyufuheader-inner { display: flex; align-items: center; justify-content: space-between; height: 70px; } .fuyufuheader-logo { flex-shrink: 0; } .fuyufuheader-logo a { display: block; } .fuyufuheader-logo img { height: 50px; } .fuyufuheader-nav { flex: 1; margin-left: 30px; } .fuyufuheader-nav ul { display: flex; align-items: center; height: 70px; gap: 5px; } .fuyufuheader-nav ul li a { display: block; padding: 0 18px; height: 70px; line-height: 70px; font-size: 16px; color: #333; font-weight: bold; white-space: nowrap; } .fuyufuheader-nav ul li a:hover { color: #1a73e8; background: #f0f7ff; } /* 分页样式优化 */ .fuyufupagination { display: flex; align-items: center; justify-content: center; flex-wrap: wrap; gap: 5px; padding: 15px 0; } .fuyufupagination li { list-style: none; } .fuyufupagination li a, .fuyufupagination li span { display: inline-block; min-width: 36px; height: 36px; line-height: 36px; text-align: center; border-radius: 4px; font-size: 14px; color: #333; background: #f5f5f5; transition: all 0.3s; } .fuyufupagination li a:hover { background: #1a73e8; color: #fff; } .fuyufupagination li.active span { background: #1a73e8; color: #fff; font-weight: bold; } .fuyufupagination li.disabled span { color: #ccc; background: transparent; } /* 隐藏中间多余页码,只保留前5页+省略号+后2页 */ .fuyufupagination li:nth-child(n+8):nth-child(-n+252) { display: none; } /* 新闻列表卡片样式 */ .fuyufunews-section { background: #fff; border-radius: 4px; padding: 20px; } .fuyufunews-title { font-size: 18px; font-weight: bold; color: #333; padding-bottom: 15px; margin-bottom: 15px; border-bottom: 2px solid #1a73e8; } .fuyufunews-list { display: flex; flex-direction: column; gap: 15px; } .fuyufunews-list li { display: flex; gap: 15px; padding: 15px; background: #fafafa; border-radius: 6px; transition: all 0.3s; border: 1px solid #eee; } .fuyufunews-list li:hover { background: #fff; box-shadow: 0 2px 8px rgba(0,0,0,0.1); border-color: #1a73e8; } .fuyufunews-img { flex-shrink: 0; width: 180px; height: 120px; border-radius: 4px; overflow: hidden; background: #eee; } .fuyufunews-img img { width: 100%; height: 100%; object-fit: cover; } .fuyufunews-info { flex: 1; display: flex; flex-direction: column; justify-content: space-between; } .fuyufunews-info h3 { font-size: 16px; line-height: 1.5; color: #333; font-weight: bold; } .fuyufunews-info h3 a { color: #333; } .fuyufunews-info h3 a:hover { color: #1a73e8; } .fuyufunews-date { font-size: 13px; color: #999; margin-top: 8px; } /* 录像/集锦列表样式 */ .fuyufuvideo-section { background: #fff; border-radius: 4px; padding: 20px; } .fuyufuvideo-title { font-size: 18px; font-weight: bold; color: #fff; background: linear-gradient(135deg, #1a73e8, #42a5f5); padding: 12px 20px; border-radius: 4px; margin-bottom: 15px; } .fuyufuvideo-list { display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px; } .fuyufuvideo-list li { background: #f8f9fa; border-radius: 4px; padding: 12px 15px; transition: all 0.3s; border: 1px solid #eee; } .fuyufuvideo-list li:hover { background: #e3f2fd; border-color: #1a73e8; } .fuyufuvideo-list li a { color: #333; font-size: 14px; line-height: 1.4; display: block; } .fuyufuvideo-list li a:hover { color: #1a73e8; } /* 文章详情页样式 */ .fuyufudetail-article { background: #fff; border-radius: 4px; padding: 25px; } .fuyufuarticle-title { font-size: 22px; font-weight: bold; color: #333; line-height: 1.5; margin-bottom: 15px; padding-bottom: 15px; border-bottom: 1px solid #eee; } .fuyufuarticle-meta { display: flex; gap: 20px; font-size: 13px; color: #999; margin-bottom: 20px; } .fuyufuarticle-cover { margin-bottom: 20px; border-radius: 4px; overflow: hidden; } .fuyufuarticle-cover img { width: 100%; max-height: 400px; object-fit: cover; } .fuyufuarticle-content { font-size: 15px; line-height: 1.8; color: #333; } .fuyufuarticle-content img { max-width: 100%; height: auto; border-radius: 4px; margin: 10px 0; } .fuyufuarticle-content p { margin-bottom: 15px; } .fuyufuarticle-tags { margin-top: 25px; padding-top: 20px; border-top: 1px solid #eee; } .fuyufuarticle-tags h3 { font-size: 15px; color: #333; margin-bottom: 10px; } .fuyufuarticle-tags div { display: flex; flex-wrap: wrap; gap: 8px; } .fuyufuarticle-tags a { display: inline-block; padding: 4px 12px; background: #f0f7ff; color: #1a73e8; border-radius: 3px; font-size: 13px; } .fuyufuarticle-tags a:hover { background: #1a73e8; color: #fff; } .fuyufuarticle-nav { margin-top: 20px; padding-top: 15px; border-top: 1px solid #eee; display: flex; flex-direction: column; gap: 10px; } .fuyufuarticle-nav a { color: #1a73e8; } .fuyufuarticle-nav a:hover { color: #ff6600; } .fuyufuarticle-nav span { color: #999; } /* 录像链接列表 */ .fuyufuvideo-links { background: #f8f9fa; border-radius: 4px; padding: 20px; margin-bottom: 20px; } .fuyufuvideo-links h3 { font-size: 16px; color: #333; margin-bottom: 12px; padding-bottom: 10px; border-bottom: 2px solid #1a73e8; } .fuyufuvideo-links ul { display: flex; flex-direction: column; gap: 8px; } .fuyufuvideo-links li { background: #fff; border-radius: 4px; padding: 10px 15px; border: 1px solid #eee; } .fuyufuvideo-links li a { color: #1a73e8; font-size: 14px; } .fuyufuvideo-links li a:hover { color: #ff6600; } /* 侧边栏赛事列表 */ .fuyufusidebar-match-list { display: flex; flex-direction: column; gap: 10px; } .fuyufusidebar-match-list li { background: #f8f9fa; border-radius: 4px; padding: 12px; border: 1px solid #eee; } .fuyufusidebar-match-list .fuyufumatch-time { font-size: 12px; color: #999; margin-bottom: 5px; } .fuyufusidebar-match-list .fuyufumatch-teams { font-size: 14px; color: #333; margin-bottom: 8px; } .fuyufusidebar-match-list .fuyufumatch-teams span { font-weight: bold; } .fuyufusidebar-match-list .fuyufumatch-btn { display: inline-block; padding: 4px 12px; background: #1a73e8; color: #fff; border-radius: 3px; font-size: 12px; } .fuyufusidebar-match-list .fuyufumatch-btn:hover { background: #ff6600; color: #fff; } /* 专题详情页样式 */ .fuyufuinter-header { background: #fff; border-radius: 4px; padding: 25px; display: flex; gap: 20px; margin-bottom: 15px; } .fuyufuinter-cover { flex-shrink: 0; width: 280px; height: 180px; border-radius: 6px; overflow: hidden; background: #eee; } .fuyufuinter-cover img { width: 100%; height: 100%; object-fit: cover; } .fuyufuinter-info { flex: 1; display: flex; flex-direction: column; justify-content: space-between; } .fuyufuinter-info h1 { font-size: 22px; font-weight: bold; color: #333; line-height: 1.4; } .fuyufuinter-meta { display: flex; gap: 20px; font-size: 13px; color: #999; } .fuyufuinter-desc { font-size: 14px; color: #666; line-height: 1.6; } .fuyufuinter-more { display: inline-block; color: #1a73e8; font-size: 14px; font-weight: bold; } .fuyufuinter-more:hover { color: #ff6600; } /* 赛事列表 */ .fuyufuinter-matches { background: #fff; border-radius: 4px; padding: 20px; margin-bottom: 15px; } .fuyufusection-title { font-size: 18px; font-weight: bold; color: #333; padding-bottom: 15px; margin-bottom: 15px; border-bottom: 2px solid #1a73e8; } .fuyufumatch-list { display: flex; flex-direction: column; gap: 10px; } .fuyufumatch-row { display: flex; align-items: center; padding: 15px; background: #f8f9fa; border-radius: 6px; border: 1px solid #eee; transition: all 0.3s; } .fuyufumatch-row:hover { background: #fff; box-shadow: 0 2px 8px rgba(0,0,0,0.08); border-color: #1a73e8; } .fuyufumatch-league { width: 160px; flex-shrink: 0; } .fuyufumatch-league a { font-size: 14px; color: #1a73e8; font-weight: bold; } .fuyufumatch-league a:hover { color: #ff6600; } .fuyufumatch-time { font-size: 12px; color: #999; margin-top: 4px; } .fuyufumatch-teams-row { flex: 1; display: flex; align-items: center; justify-content: center; gap: 15px; } .fuyufuteam-home, .fuyufuteam-away { display: flex; align-items: center; gap: 8px; text-decoration: none; color: #333; font-size: 14px; font-weight: bold; } .fuyufuteam-home:hover, .fuyufuteam-away:hover { color: #1a73e8; } .fuyufuteam-home img, .fuyufuteam-away img { width: 28px; height: 28px; border-radius: 50%; object-fit: cover; } .fuyufumatch-score { font-size: 16px; font-weight: bold; color: #333; min-width: 60px; text-align: center; } .fuyufumatch-score span { color: #ff6600; } .fuyufumatch-action { width: 100px; flex-shrink: 0; text-align: center; } .fuyufubtn-live, .fuyufubtn-upcoming { display: inline-block; padding: 6px 14px; border-radius: 4px; font-size: 13px; color: #fff; } .fuyufubtn-live { background: #e74c3c; } .fuyufubtn-live:hover { background: #c0392b; color: #fff; } .fuyufubtn-upcoming { background: #1a73e8; } .fuyufubtn-upcoming:hover { background: #1557b0; color: #fff; } /* 专题内容 */ .fuyufuinter-content { background: #fff; border-radius: 4px; padding: 25px; margin-bottom: 15px; } /* 侧边栏专题列表 */ .fuyufusidebar-inter-list { display: flex; flex-direction: column; gap: 8px; } .fuyufusidebar-inter-list li { background: #f8f9fa; border-radius: 4px; padding: 10px 12px; border: 1px solid #eee; } .fuyufusidebar-inter-list li a { color: #333; font-size: 14px; display: block; } .fuyufusidebar-inter-list li a:hover { color: #1a73e8; background: #e3f2fd; border-radius: 4px; } /* 专题合集网格 */ .fuyufuinter-grid-section { background: #fff; border-radius: 4px; padding: 20px; } .fuyufuinter-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 15px; } .fuyufuinter-grid-card { display: block; border-radius: 6px; overflow: hidden; border: 1px solid #eee; transition: all 0.3s; background: #fff; } .fuyufuinter-grid-card:hover { box-shadow: 0 4px 12px rgba(0,0,0,0.1); transform: translateY(-3px); border-color: #1a73e8; } .fuyufuinter-grid-img { width: 100%; height: 140px; overflow: hidden; background: #eee; } .fuyufuinter-grid-img img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.3s; } .fuyufuinter-grid-card:hover .fuyufuinter-grid-img img { transform: scale(1.05); } .fuyufuinter-grid-title { padding: 10px 12px; font-size: 14px; color: #333; font-weight: bold; text-align: center; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; } .fuyufuinter-grid-card:hover .fuyufuinter-grid-title { color: #1a73e8; } /* 球队详情页样式 */ .fuyufuteam-profile { background: #fff; border-radius: 4px; padding: 25px; display: flex; gap: 20px; align-items: center; margin-bottom: 15px; } .fuyufuteam-logo-lg { flex-shrink: 0; width: 100px; height: 100px; border-radius: 50%; overflow: hidden; background: #f5f5f5; border: 3px solid #1a73e8; } .fuyufuteam-logo-lg img { width: 100%; height: 100%; object-fit: cover; } .fuyufuteam-profile-info { flex: 1; } .fuyufuteam-profile-info h1 { font-size: 22px; font-weight: bold; color: #333; margin-bottom: 10px; } .fuyufuteam-profile-desc { font-size: 14px; color: #666; line-height: 1.6; } /* 赛事详情页样式 */ .fuyufumatch-profile { background: #fff; border-radius: 4px; padding: 25px; margin-bottom: 15px; } .fuyufumatch-profile h1 { font-size: 22px; font-weight: bold; color: #333; margin-bottom: 10px; } .fuyufumatch-profile-desc { font-size: 14px; color: #666; line-height: 1.6; } .fuyufudate-group { margin-bottom: 20px; } .fuyufudate-header { background: linear-gradient(135deg, #1a73e8, #42a5f5); color: #fff; padding: 10px 20px; border-radius: 4px; font-size: 16px; font-weight: bold; margin-bottom: 10px; } .fuyufudate-week { font-size: 13px; font-weight: normal; margin-left: 10px; opacity: 0.9; } .fuyufuhour-group { margin-bottom: 15px; } .fuyufuhour-label { font-size: 13px; color: #999; padding: 5px 0; margin-bottom: 5px; border-bottom: 1px dashed #eee; } @media (max-width: 768px) { .fuyufudetail-layout { flex-direction: column; } .fuyufudetail-sidebar { width: 100%; } .fuyufudetail-teams { flex-direction: column; gap: 15px; } .fuyufuteam-logo-lg { width: 60px; height: 60px; } .fuyufuteam-name-lg { font-size: 15px; } .fuyufuvs-score .fuyufuscore { font-size: 28px; } /* 导航栏移动端 */ .fuyufuheader-inner { flex-direction: column; height: auto; padding: 10px 0; } .fuyufuheader-logo { margin-bottom: 10px; } .fuyufuheader-logo img { height: 40px; } .fuyufuheader-nav { margin-left: 0; } .fuyufuheader-nav ul { flex-wrap: wrap; height: auto; justify-content: center; gap: 0; } .fuyufuheader-nav ul li a { height: 36px; line-height: 36px; font-size: 14px; padding: 0 10px; } /* 赛事列表移动端 - 两行布局(覆盖所有结构) */ .fuyufuhot-live-list .fuyufumatch-row, .fuyufutoday-live .fuyufumatch-row, .fuyufumatch-list .fuyufumatch-row, .fuyufuinter-matches .fuyufumatch-row, .fuyufumatch-row { display: block !important; padding: 12px 12px !important; border-bottom: 1px solid #f0f0f0 !important; flex-direction: unset !important; align-items: unset !important; overflow: hidden !important; } .fuyufuhot-live-list .fuyufumatch-league, .fuyufutoday-live .fuyufumatch-league, .fuyufumatch-list .fuyufumatch-league, .fuyufuinter-matches .fuyufumatch-league, .fuyufumatch-league { display: inline-block !important; width: auto !important; font-size: 13px !important; color: #333 !important; flex-shrink: unset !important; } .fuyufuhot-live-list .fuyufumatch-time, .fuyufutoday-live .fuyufumatch-time, .fuyufumatch-list .fuyufumatch-time, .fuyufuinter-matches .fuyufumatch-time, .fuyufumatch-time { display: inline-block !important; width: auto !important; font-size: 13px !important; color: #333 !important; flex-shrink: unset !important; } .fuyufuhot-live-list .fuyufumatch-status, .fuyufutoday-live .fuyufumatch-status, .fuyufumatch-list .fuyufumatch-action, .fuyufuinter-matches .fuyufumatch-action, .fuyufumatch-action { display: inline-block !important; float: right !important; width: auto !important; text-align: unset !important; margin-top: -30px !important; flex-shrink: unset !important; order: 3 !important; } .fuyufuhot-live-list .fuyufumatch-teams, .fuyufutoday-live .fuyufumatch-teams, .fuyufumatch-list .fuyufumatch-teams-row, .fuyufuinter-matches .fuyufumatch-teams-row, .fuyufumatch-teams-row { display: block !important; width: 100% !important; text-align: center !important; margin-top: 8px !important; justify-content: unset !important; flex: unset !important; clear: none !important; order: 4 !important; } .fuyufuhot-live-list .fuyufumatch-teams img, .fuyufutoday-live .fuyufumatch-teams img, .fuyufumatch-list .fuyufumatch-teams-row img, .fuyufuinter-matches .fuyufumatch-teams-row img { display: none !important; } .fuyufuhot-live-list .fuyufumatch-teams .fuyufuteam-name, .fuyufutoday-live .fuyufumatch-teams .fuyufuteam-name, .fuyufumatch-list .fuyufumatch-teams-row span, .fuyufuinter-matches .fuyufumatch-teams-row span { font-size: 15px !important; font-weight: bold !important; } .fuyufumatch-list .fuyufumatch-score, .fuyufuinter-matches .fuyufumatch-score { display: inline !important; font-size: 13px !important; color: #999 !important; } .fuyufumatch-item { display: block !important; padding: 12px 12px !important; border-bottom: 1px solid #f0f0f0 !important; overflow: hidden !important; } .fuyufumatch-item .fuyufum-time { display: inline-block !important; font-size: 13px !important; color: #333 !important; vertical-align: middle !important; } .fuyufumatch-item .fuyufum-time::before { content: ""; font-size: 12px; color: #e91e63; margin-right: 2px; } .fuyufumatch-item .fuyufum-league { display: inline-block !important; font-size: 14px !important; color: #e91e63 !important; font-weight: bold !important; vertical-align: middle !important; margin: 0 6px !important; } .fuyufumatch-item .fuyufum-status { display: inline-block !important; float: right !important; vertical-align: middle !important; margin-top: 0 !important; } .fuyufumatch-item .fuyufum-status .fuyufubtn-live { display: inline-block !important; padding: 6px 14px !important; background: #e91e63 !important; color: #fff !important; border-radius: 18px !important; font-size: 12px !important; font-weight: bold !important; } .fuyufumatch-item .fuyufum-teams { display: block !important; width: 100% !important; text-align: center !important; font-size: 15px !important; font-weight: bold !important; margin-top: 8px !important; clear: both !important; } .fuyufumatch-item .fuyufum-teams .fuyufuteam-logo { display: none !important; } .fuyufumatch-item .fuyufum-teams .fuyufuteam-name { font-size: 15px !important; font-weight: bold !important; color: #333 !important; } .fuyufumatch-item .fuyufum-teams .fuyufuvs-text { color: #999 !important; margin: 0 6px !important; font-size: 13px !important; } /* 新闻列表移动端 */ .fuyufunews-list li { flex-direction: column; } .fuyufunews-img { width: 100% !important; height: 150px !important; } /* 录像列表移动端 */ .fuyufuvideo-list { grid-template-columns: 1fr !important; } /* 专题网格移动端 */ .fuyufuinter-grid { grid-template-columns: repeat(2, 1fr); } /* 专题详情移动端 */ .fuyufuinter-header { flex-direction: column; } .fuyufuinter-cover { width: 100%; height: 160px; } /* 球队详情移动端 */ .fuyufuteam-profile { flex-direction: column; text-align: center; } /* 分页移动端 */ .fuyufupagination { flex-wrap: wrap; } .fuyufupagination li a, .fuyufupagination li span { min-width: 30px; height: 30px; line-height: 30px; font-size: 12px; } /* 侧边栏排行移动端 */ .fuyufusidebar-news-list li { font-size: 13px; } /* 面包屑移动端 */ .fuyufudetail-breadcrumb { font-size: 12px; padding: 10px 15px; } /* 赛事分类标签移动端 */ .fuyufunav-zb ul { flex-wrap: wrap; } .fuyufunav-zb ul a { padding: 5px 12px; font-size: 13px; } /* W_1200 移动端 */ .fuyufuW_1200 { padding: 0 10px; } } @media (max-width: 480px) { .fuyufuinter-grid { grid-template-columns: 1fr; } .fuyufuheader-nav ul li a { padding: 0 8px; font-size: 13px; } .fuyufumatch-teams-row { flex-direction: column; align-items: flex-start; gap: 5px; } .fuyufuteam-home, .fuyufuteam-away { font-size: 13px; } .fuyufumatch-score { font-size: 14px; } } /* 集锦/录像详情页样式 */ .fuyufumain { background: #f5f5f5; min-height: 100vh; padding: 20px 0; } .fuyufucenter { max-width: 1200px; margin: 0 auto; padding: 0 15px; } .fuyufucrumbs { background: #fff; padding: 12px 20px; border-radius: 4px; margin-bottom: 15px; font-size: 13px; color: #666; } .fuyufucrumbs ul { display: flex; align-items: center; gap: 5px; } .fuyufucrumbs ul li { display: inline; } .fuyufucrumbs ul li a { color: #1a73e8; } .fuyufucrumbs ul li a:hover { color: #ff6600; } .fuyufuindex-con { display: flex; gap: 20px; } .fuyufuindex-left { flex: 1; min-width: 0; } .fuyufuindex-right { width: 300px; flex-shrink: 0; } .fuyufuindex-detail { background: #fff; padding: 25px; border-radius: 4px; } .fuyufuindex-detail h1 { font-size: 22px; color: #333; margin-bottom: 15px; line-height: 1.4; } .fuyufuindex-detail .fuyufuinfo { display: flex; gap: 20px; padding-bottom: 15px; border-bottom: 1px solid #eee; margin-bottom: 20px; font-size: 13px; color: #999; } .fuyufuindex-detail .fuyufucontent { font-size: 15px; line-height: 1.8; color: #333; margin-bottom: 20px; } .fuyufuvideo_cont_list { margin-bottom: 20px; } .fuyufuvideo_cont_list p { margin-bottom: 10px; } .fuyufuvideo_cont_list p a { color: #1a73e8; font-size: 14px; } .fuyufuvideo_cont_list p a:hover { color: #ff6600; text-decoration: underline; } .fuyufunews_detail_page { border-top: 1px solid #eee; padding-top: 15px; margin-top: 20px; } .fuyufunews_detail_page li { margin-bottom: 10px; font-size: 14px; } .fuyufunews_detail_page li span { color: #666; } .fuyufunews_detail_page li a { color: #1a73e8; } .fuyufunews_detail_page li a:hover { color: #ff6600; } .fuyufutags { margin-top: 30px; padding-top: 20px; border-top: 1px solid #eee; } .fuyufutags h2 { font-size: 16px; color: #333; margin-bottom: 15px; } .fuyufutags ul { display: flex; flex-wrap: wrap; gap: 10px; } .fuyufutags ul li a { display: inline-block; padding: 5px 12px; background: #f0f7ff; color: #1a73e8; border-radius: 3px; font-size: 13px; } .fuyufutags ul li a:hover { background: #1a73e8; color: #fff; } /* 右侧边栏 */ .fuyufuhot-news { background: #fff; border-radius: 4px; margin-bottom: 15px; overflow: hidden; } .fuyufuright_title { display: flex; justify-content: space-between; align-items: center; padding: 15px 20px; border-bottom: 1px solid #eee; } .fuyufuright_title .fuyufutitle span { font-size: 16px; font-weight: bold; color: #333; } .fuyufuright_title .fuyufutitle p { font-size: 12px; color: #999; margin-top: 3px; } .fuyufuright_title .fuyufumore span { font-size: 13px; color: #999; } .fuyufuright_title .fuyufumore:hover span { color: #1a73e8; } .fuyufuhot-news ul { padding: 10px 0; } .fuyufuhot-news ul li { padding: 10px 20px; border-bottom: 1px dashed #f0f0f0; } .fuyufuhot-news ul li:last-child { border-bottom: none; } .fuyufuhot-news ul li a { display: flex; align-items: center; gap: 10px; color: #333; font-size: 14px; } .fuyufuhot-news ul li a:hover { color: #1a73e8; } .fuyufuhot-news ul li a .fuyufuicon { width: 24px; height: 24px; background: #f0f7ff; border-radius: 3px; display: flex; align-items: center; justify-content: center; flex-shrink: 0; } .fuyufuhot-news ul li a .fuyufuicon .fuyufustrong { color: #1a73e8; font-size: 13px; font-weight: bold; } .fuyufuhot-news ul li a p { flex: 1; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; } /* 相关赛事直播样式 */ .fuyufurelated-matches-section { background: #fff; border-radius: 4px; overflow: hidden; margin-top: 15px; } .fuyufurelated-matches-title { background: linear-gradient(90deg, #ff9933, #ff6600); color: #fff; padding: 14px 20px; font-size: 16px; font-weight: bold; } .fuyufurelated-matches-list { padding: 0; } .fuyufurelated-match-item { display: flex; align-items: center; padding: 15px 20px; border-bottom: 1px solid #f0f0f0; transition: background 0.2s; } .fuyufurelated-match-item:last-child { border-bottom: none; } .fuyufurelated-match-item:hover { background: #f9f9f9; } .fuyufurmi-info { width: 110px; flex-shrink: 0; } .fuyufurmi-league { font-size: 13px; color: #666; margin-bottom: 4px; } .fuyufurmi-date { font-size: 13px; color: #1a73e8; font-weight: bold; } .fuyufurmi-time { font-size: 13px; color: #1a73e8; font-weight: bold; } .fuyufurmi-teams { flex: 1; display: flex; align-items: center; justify-content: center; gap: 15px; } .fuyufurmi-team { display: flex; align-items: center; gap: 8px; text-decoration: none; color: #333; } .fuyufurmi-team:hover { color: #1a73e8; } .fuyufurmi-team img { width: 28px; height: 28px; border-radius: 50%; } .fuyufurmi-team span { font-size: 14px; font-weight: 500; } .fuyufurmi-score { color: #ff6600; font-weight: bold; font-size: 15px; padding: 0 10px; } .fuyufurmi-vs { color: #ff6600; font-weight: bold; font-size: 14px; padding: 0 10px; } .fuyufurmi-status { width: 100px; flex-shrink: 0; text-align: right; } .fuyufurmi-btn-live { display: inline-block; padding: 6px 16px; background: #ff4d4f; color: #fff; border-radius: 3px; font-size: 12px; text-decoration: none; } .fuyufurmi-btn-live:hover { background: #ff7875; color: #fff; } /* 底部关键词集合 */ .fuyufukeywords-footer { background: #fff; margin-top: 15px; border-radius: 4px; padding: 20px; } .fuyufukeywords-footer-title { font-size: 16px; font-weight: bold; color: #333; margin-bottom: 15px; padding-bottom: 10px; border-bottom: 2px solid #1a73e8; } .fuyufukeywords-footer-list { display: flex; flex-wrap: wrap; gap: 10px; } .fuyufukeywords-footer-item { display: inline-block; padding: 8px 15px; background: #f0f7ff; color: #1a73e8; border-radius: 3px; font-size: 13px; transition: all 0.3s; } .fuyufukeywords-footer-item:hover { background: #1a73e8; color: #fff; } .fuyufurmi-btn-upcoming { display: inline-block; padding: 6px 16px; background: #f0f0f0; color: #666; border-radius: 3px; font-size: 12px; text-decoration: none; } .fuyufurmi-btn-upcoming:hover { background: #e0e0e0; color: #333; } /* ===== Tags 页面优化样式 ===== */ /* 视频列表改为单列布局 */ .fuyufuvideo-list { padding: 15px 20px !important; display: grid !important; grid-template-columns: 1fr !important; gap: 10px !important; } .fuyufuvideo-list li { background: #f8f9fa !important; border-radius: 4px !important; padding: 12px 15px !important; transition: all 0.3s !important; border: 1px solid #eee !important; } .fuyufuvideo-list li:hover { background: #e3f2fd !important; border-color: #1a73e8 !important; } .fuyufuvideo-list li a { color: #333 !important; display: block !important; text-decoration: none !important; white-space: normal !important; overflow: visible !important; text-overflow: clip !important; } .fuyufuvideo-list li a:hover { color: #1a73e8 !important; } .fuyufuvideo-item-title { font-size: 14px; font-weight: bold; line-height: 1.5; margin-bottom: 6px; color: #333; } .fuyufuvideo-item-desc { font-size: 13px; color: #666; line-height: 1.6; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; margin-top: 5px; } /* 侧边栏新闻列表优化 */ .fuyufusidebar-news-list li { padding: 10px 15px; border-bottom: 1px solid #f0f0f0; } .fuyufusidebar-news-list li:last-child { border-bottom: none; } .fuyufusidebar-news-list li a { font-size: 13px; color: #333; line-height: 1.6; display: block; word-wrap: break-word; white-space: normal; } .fuyufusidebar-news-list li a:hover { color: #1a73e8; } .fuyufusidebar-news-list li strong { color: #ff6600; margin-right: 5px; } /* 标签描述区域样式 */ .fuyufutag-description { padding: 15px 20px; background: #f8f9fa; border-bottom: 1px solid #eee; font-size: 14px; color: #666; line-height: 1.8; } .fuyufutag-description p { margin: 0; } /* H1 标签优化 */ h1.video-title { margin: 0; font-size: 18px; } /* 分页包装器 */ .fuyufupagination-wrapper { background: #fff; padding: 15px 20px; margin-top: 10px; border-radius: 4px; text-align: center; } /* 相关内容推荐 */ .fuyufurelated-content { background: #fff; border-radius: 4px; padding: 20px; margin-top: 10px; } .fuyufurelated-content .fuyufusection-title { font-size: 16px; font-weight: bold; color: #333; margin-bottom: 15px; padding-bottom: 10px; border-bottom: 2px solid #1a73e8; } .fuyufurelated-tags { display: flex; flex-wrap: wrap; gap: 10px; } .fuyufurelated-tags .fuyufutag-link { display: inline-block; padding: 6px 14px; background: #f0f7ff; color: #1a73e8; border-radius: 3px; font-size: 13px; transition: all 0.3s; } .fuyufurelated-tags .fuyufutag-link:hover { background: #1a73e8; color: #fff; } /* 侧边栏标签云 */ .fuyufusidebar-tags { padding: 15px; display: flex; flex-wrap: wrap; gap: 8px; } .fuyufusidebar-tag-link { display: inline-block; padding: 4px 10px; background: #f0f7ff; color: #1a73e8; border-radius: 3px; font-size: 12px; transition: all 0.3s; } .fuyufusidebar-tag-link:hover { background: #1a73e8; color: #fff; } /* ===== 首页 SEO 优化样式 ===== */ /* 面包屑导航 */ .fuyufubreadcrumb { background: #fff; padding: 12px 20px; margin-top: 10px; border-radius: 4px; font-size: 13px; color: #999; } .fuyufubreadcrumb a { color: #1a73e8; } .fuyufubreadcrumb a:hover { color: #ff6600; } /* H1 主标题 */ .fuyufusite-main-title { font-size: 20px; font-weight: bold; color: #333; padding: 15px 20px; background: #fff; margin-top: 10px; border-radius: 4px; border-left: 4px solid #1a73e8; } /* 网站介绍区 */ .fuyufusite-intro-section { background: #fff; border-radius: 4px; padding: 20px; margin-top: 10px; border-left: 4px solid #1a73e8; } .fuyufusite-intro-title { font-size: 20px; font-weight: bold; color: #333; margin: 0 0 12px 0; line-height: 1.4; } .fuyufusite-intro-desc { font-size: 14px; color: #666; line-height: 1.8; margin: 0; } /* SEO内链导航区 */ .fuyufuseo-nav-section { background: #fff; border-radius: 4px; padding: 20px; margin-top: 10px; } .fuyufuseo-nav-section h2 { font-size: 18px; font-weight: bold; color: #333; margin-bottom: 15px; padding-bottom: 10px; border-bottom: 2px solid #1a73e8; } .fuyufuseo-nav-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; } /* 两列布局(足球+篮球) */ .fuyufuseo-nav-two-col { grid-template-columns: repeat(2, 1fr); gap: 30px; } .fuyufuseo-nav-col h3 { font-size: 15px; font-weight: bold; margin-bottom: 10px; padding-bottom: 8px; border-bottom: 1px solid #eee; } .fuyufuseo-nav-col h3 a { color: #333; } .fuyufuseo-nav-col h3 a:hover { color: #1a73e8; } .fuyufuseo-nav-col ul { list-style: none; padding: 0; } .fuyufuseo-nav-col ul li { margin-bottom: 6px; } .fuyufuseo-nav-col ul li a { font-size: 13px; color: #666; transition: color 0.2s; } .fuyufuseo-nav-col ul li a:hover { color: #1a73e8; } /* 赛事列表多列展示 */ .fuyufuseo-match-list { display: grid; grid-template-columns: repeat(3, 1fr); gap: 6px 15px; } .fuyufuseo-match-list li { margin-bottom: 4px; } .fuyufuseo-match-list li a { font-size: 13px; color: #555; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; display: block; padding: 3px 6px; border-radius: 3px; transition: all 0.2s; } .fuyufuseo-match-list li a:hover { color: #1a73e8; background: #f0f7ff; } @media (max-width: 768px) { .fuyufuseo-nav-grid { grid-template-columns: repeat(2, 1fr); gap: 15px; } .fuyufuseo-nav-two-col { grid-template-columns: 1fr; gap: 20px; } .fuyufuseo-match-list { grid-template-columns: repeat(3, 1fr); } } @media (max-width: 480px) { .fuyufuseo-nav-grid { grid-template-columns: 1fr; } .fuyufuseo-match-list { grid-template-columns: repeat(2, 1fr); } } /* 标签云 */ .fuyufutags-cloud { background: #fff; border-radius: 4px; padding: 20px; margin-top: 10px; } .fuyufutags-cloud h2 { font-size: 18px; font-weight: bold; color: #333; margin-bottom: 15px; padding-bottom: 10px; border-bottom: 2px solid #1a73e8; } .fuyufutags-list { display: flex; flex-wrap: wrap; gap: 10px; } .fuyufutags-list .fuyufutag-item { display: inline-block; padding: 6px 14px; background: #f0f7ff; color: #1a73e8; border-radius: 3px; font-size: 13px; transition: all 0.3s; } .fuyufutags-list .fuyufutag-item:hover { background: #1a73e8; color: #fff; } /* 热门球队 */ .fuyufuhot-teams-section { background: #fff; border-radius: 4px; padding: 20px; margin-top: 10px; } .fuyufuhot-teams-header { display: flex; align-items: center; justify-content: space-between; margin-bottom: 15px; padding-bottom: 10px; border-bottom: 2px solid #1a73e8; } .fuyufuhot-teams-header h2 { font-size: 18px; font-weight: bold; color: #333; margin: 0; padding: 0; border: none; } .fuyufuhot-teams-tabs { display: flex; gap: 10px; } .fuyufutab-btn { padding: 6px 20px; border: 1px solid #1a73e8; background: #fff; color: #1a73e8; border-radius: 4px; font-size: 14px; cursor: pointer; transition: all 0.3s; } .fuyufutab-btn:hover { background: #f0f7ff; } .fuyufutab-btn.active { background: #1a73e8; color: #fff; } .fuyufuhot-teams-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 15px; } .fuyufuteam-card { display: flex; flex-direction: column; align-items: center; padding: 12px 8px; background: #fafafa; border-radius: 6px; border: 1px solid #eee; transition: all 0.3s; text-decoration: none; } .fuyufuteam-card:hover { background: #fff; box-shadow: 0 2px 8px rgba(0,0,0,0.1); border-color: #1a73e8; transform: translateY(-2px); } .fuyufuteam-logo { width: 60px; height: 60px; border-radius: 50%; overflow: hidden; background: #f5f5f5; margin-bottom: 8px; display: flex; align-items: center; justify-content: center; } .fuyufuteam-logo img { width: 100%; height: 100%; object-fit: contain; } .fuyufuteam-name { font-size: 13px; color: #333; text-align: center; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; max-width: 100%; } .fuyufuteam-card:hover .fuyufuteam-name { color: #1a73e8; } @media (max-width: 768px) { .fuyufuhot-teams-header { flex-direction: column; align-items: flex-start; gap: 10px; } .fuyufuhot-teams-grid { grid-template-columns: repeat(4, 1fr); gap: 10px; } .fuyufuteam-logo { width: 50px; height: 50px; } .fuyufuteam-name { font-size: 12px; } } @media (max-width: 480px) { .fuyufuhot-teams-grid { grid-template-columns: repeat(3, 1fr); gap: 8px; } .fuyufuteam-card { padding: 10px 6px; } .fuyufuteam-logo { width: 44px; height: 44px; } }