测试:修订间差异
来自勿忘草与永远的少女
跳到导航跳到搜索
无编辑摘要 |
无编辑摘要 |
||
| (未显示同一用户的4个中间版本) | |||
| 第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: center; align-items: center; gap: 0;"> | |||
<div id="live-dots" style="display: flex; gap: 10px; align-items: center;"></div> | |||
</div> | |||
</div> | </div> | ||
<!-- 兑换中心卡片 --> | <!-- 兑换中心卡片 --> | ||
| 第105行: | 第105行: | ||
color: white; | color: white; | ||
"> | "> | ||
<h3 style="background: linear-gradient(135deg, #ffd89b, #c7e9fb); -webkit-background-clip: text; background-clip: text; color: transparent; display: inline-block; font-size: 20px;"> | <h3 style="background: linear-gradient(135deg, #ffd89b, #c7e9fb); -webkit-background-clip: text; background-clip: text; color: transparent; display: inline-block; font-size: 20px;">存档与赞助</h3> | ||
<div class="code-box" style="background: rgba(255,255,255,0.2); border-radius: 8px; padding: 12px; margin: 15px 0; text-align: center; font-family: monospace; font-size: 16px; letter-spacing: 2px;"> | <div class="code-box" style="background: rgba(255,255,255,0.2); border-radius: 8px; padding: 12px; margin: 15px 0; text-align: center; font-family: monospace; font-size: 16px; letter-spacing: 2px;">新增存档与赞助道具</div> | ||
<div class="redeem-info" style="font-size: 13px; opacity: 0.9;"> | <div class="redeem-info" style="font-size: 13px; opacity: 0.9;"> | ||
'''棋子-菲比使用权'''<br> | '''棋子-菲比使用权'''<br> | ||
'''小小棋手-菲比''' | '''小小棋手-菲比''' | ||
</div> | </div> | ||
<div class="redeem-btn" style="display: block; text-align: center; background: white; color: #667eea; padding: 6px 20px; border-radius: 20px; text-decoration: none; font-weight: bold; margin-top: 15px; transition: transform 0.2s;"> | |||
[[兑换中心|兑换详情]] | |||
</div> | |||
</div> | </div> | ||
</div><!-- .right-column 结束 --> | </div><!-- .right-column 结束 --> | ||






