测试:修订间差异
来自勿忘草与永远的少女
跳到导航跳到搜索
无编辑摘要 |
无编辑摘要 |
||
| 第83行: | 第83行: | ||
<!-- 右侧区域 --> | <!-- 右侧区域 --> | ||
<!-- 直播封面卡片 --> | |||
<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-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> | ||
<div id="live-cover-img" style=" | <div id="live-cover-img" style=" | ||
width: 100%; | width: 100%; | ||
| 第100行: | 第106行: | ||
cursor: pointer; | cursor: pointer; | ||
"></div> | "></div> | ||
<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-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> | ||
| 第109行: | 第113行: | ||
</div> | </div> | ||
<!-- 兑换中心卡片 --> | |||
<div class="redeem-card" style=" | |||
background: linear-gradient(135deg, #667eea 0%, #764ba2 100%); | |||
border-radius: 12px; | |||
padding: 20px; | |||
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> | |||
<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;"> | |||
'''棋子-菲比使用权'''<br> | |||
'''小小棋手-菲比''' | |||
</div> | |||
<div class="redeem-btn" style="display: inline-block; 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> | ||
</div> | </div> | ||






