轨道精准攻击:修订间差异
跳转到导航
跳转到搜索
无编辑摘要 标签:已被回退 |
无编辑摘要 标签:已被回退 |
||
| 第1行: | 第1行: | ||
<!-- | <!-- 颜色条在卡片内部左侧,与文字顶部/底部对齐 --> | ||
<div style="display: flex; | <div class="stratagem-card" style="display:flex; border:2px solid #ffd700; border-radius:8px; padding:0; background:#1a1a2e; color:#fff; font-family:Arial,sans-serif; overflow:hidden;"> | ||
<!-- ===== | <!-- ===== 内部左侧颜色条 ===== --> | ||
<div style=" | <div style=" | ||
width: 6px; | width: 6px; | ||
background: #ffd700 | background: #ffd700; | ||
flex-shrink: 0; | flex-shrink: 0; | ||
align-self: stretch; | |||
margin | margin: 16px 0; /* 上下留白,与卡片内边距一致 */ | ||
border-radius: 0; | |||
"> | "> | ||
<!-- | <!-- 颜色条本身无需内容 --> | ||
</div> | </div> | ||
<!-- ===== | <!-- ===== 卡片内容区域(右侧) ===== --> | ||
<div | <div style="flex:1; padding:16px 20px;"> | ||
<div class="stratagem-badge" style="font-size:12px; color:#ffd700; letter-spacing:2px; font-weight:bold; margin-bottom:4px;">进攻型战略配备许可证</div> | <div class="stratagem-badge" style="font-size:12px; color:#ffd700; letter-spacing:2px; font-weight:bold; margin-bottom:4px;">进攻型战略配备许可证</div> | ||