测试:修订间差异
来自勿忘草与永远的少女
跳到导航跳到搜索
无编辑摘要 |
无编辑摘要 |
||
| 第68行: | 第68行: | ||
</div> | </div> | ||
<!-- 直播封面卡片 --> | <!-- 右侧区域(修复后的完整代码) --> | ||
<div id="live-carousel-container" style=" | <div class="right-column"> | ||
<!-- 直播封面卡片 --> | |||
<div id="live-carousel-container" style=" | |||
background: linear-gradient(135deg, #1e3c72 0%, #2a5298 100%); | |||
border-radius: 20px; | |||
padding: 20px; | |||
color: white; | |||
"> | margin-bottom: 20px; | ||
text-align: center; | |||
"> | |||
<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-cover-img" style=" | |||
width: 100%; | |||
max-width: 280px; | |||
height: 160px; | |||
margin: 0 auto 15px auto; | |||
border-radius: 12px; | |||
box-shadow: 0 4px 12px rgba(0,0,0,0.3); | |||
background-size: cover; | |||
background-position: center; | |||
background-repeat: no-repeat; | |||
cursor: pointer; | |||
"></div> | |||
<div id="live-controls" style="display: flex; justify-content: space-between; align-items: center; gap: 15px; width: 100%;"> | |||
<span id="live-prev-btn" style="cursor: pointer; font-size: 24px; line-height: 1; user-select: none;">◀</span> | |||
<div id="live-dots" style="display: flex; gap: 10px; align-items: center;"></div> | |||
</div> | <span id="live-next-btn" style="cursor: pointer; font-size: 24px; line-height: 1; user-select: none;">▶</span> | ||
</div> | |||
</div> | |||
<!-- 兑换中心卡片 --> | <!-- 兑换中心卡片 --> | ||






