测试:修订间差异
来自勿忘草与永远的少女
跳到导航跳到搜索
无编辑摘要 |
无编辑摘要 |
||
| 第83行: | 第83行: | ||
<!-- 右侧区域 --> | <!-- 右侧区域 --> | ||
<div id="live-carousel-container" style="background: linear-gradient(135deg, #1e3c72 0%, #2a5298 100%); border-radius: 20px; padding: 20px; color: white; margin: 20px 0; text-align: center;"> | |||
<!-- 主播名称 --> | |||
<!-- | |||
<div id="live-name" style="font-size: 22px; font-weight: bold; margin-bottom: 8px;"></div> | <div id="live-name" style="font-size: 22px; font-weight: bold; margin-bottom: 8px;"></div> | ||
<!-- 直播间描述 --> | |||
<div id="live-desc" style="font-size: 14px; opacity: 0.85; margin-bottom: 20px;"></div> | <div id="live-desc" style="font-size: 14px; opacity: 0.85; margin-bottom: 20px;"></div> | ||
<!-- 可点击的直播封面图 --> | |||
<a id="live-cover-link" href="#" target="_blank" rel="noopener noreferrer" style="display: block; margin-bottom: 15px;"> | |||
<img id="live-cover-img" src="" alt="直播封面" style="width: 100%; max-width: 280px; height: auto; border-radius: 12px; box-shadow: 0 4px 12px rgba(0,0,0,0.3); transition: transform 0.2s;"> | <img id="live-cover-img" src="" alt="直播封面" style="width: 100%; max-width: 280px; height: auto; border-radius: 12px; box-shadow: 0 4px 12px rgba(0,0,0,0.3); transition: transform 0.2s;"> | ||
</a> | |||
<!-- 切换按钮(横排) --> | |||
<div style="display: flex; flex-direction: row; justify-content: center; align-items: center; gap: 15px; flex-wrap: nowrap;"> | <div style="display: flex; flex-direction: row; justify-content: center; align-items: center; gap: 15px; flex-wrap: nowrap;"> | ||
<span id="live-prev-btn" style="background: rgba(255,255,255,0.2); border: 1px solid rgba(255,255,255,0.4); padding: 6px 16px; border-radius: 40px; cursor: pointer; white-space: nowrap;">◀ 上一个</span> | |||
<span id="live-counter" style="background: rgba(0,0,0,0.3); padding: 4px 10px; border-radius: 30px; white-space: nowrap;">1 / 2</span> | |||
<span id="live-next-btn" style="background: rgba(255,255,255,0.2); border: 1px solid rgba(255,255,255,0.4); padding: 6px 16px; border-radius: 40px; cursor: pointer; white-space: nowrap;">下一个 ▶</span> | |||
</div> | </div> | ||
</div> | </div> | ||
2026年5月19日 (二) 20:41的版本
全站通知:萌新请先点击游戏攻略查看相关新手指南!
📢 更新公告
1572测试版版本更新
更新日期:2026年5月16日
• 优化地图
• 修复BUG
• 加强佐助
<a id="live-cover-link" href="#" target="_blank" rel="noopener noreferrer" style="display: block; margin-bottom: 15px;">
<img id="live-cover-img" src="" alt="直播封面" style="width: 100%; max-width: 280px; height: auto; border-radius: 12px; box-shadow: 0 4px 12px rgba(0,0,0,0.3); transition: transform 0.2s;">
</a>
◀ 上一个 1 / 2 下一个 ▶






