更多操作
无编辑摘要 |
无编辑摘要 |
||
| 第1行: | 第1行: | ||
<div style="font-family: 'Microsoft YaHei', sans-serif; background: linear-gradient(135deg, #1a0505 0%, #000000 100%); border: 1px solid #ff0000; border-radius: 6px; padding: | <div style="font-family: 'Microsoft YaHei', sans-serif; background: linear-gradient(135deg, #1a0505 0%, #000000 100%); border: 1px solid #ff0000; border-radius: 6px; padding: 25px; box-shadow: 0 0 15px rgba(255, 0, 0, 0.4), inset 0 0 30px rgba(255, 0, 0, 0.1); margin-bottom: 25px; position: relative; overflow: hidden; color: #ffcdd2; line-height: 1.8; font-size: 0.95rem; text-shadow: 0 0 2px rgba(255, 0, 0, 0.2); word-wrap: break-word; overflow-wrap: anywhere;"> | ||
<!-- 顶部红色光流 --> | <!-- 顶部红色光流 --> | ||
<div style="height: 4px; background: linear-gradient(90deg, #ff0000, #8b0000, transparent); width: 100%; box-shadow: 0 0 10px #ff0000;"></div> | <div style="position: absolute; top: 0; left: 0; height: 4px; background: linear-gradient(90deg, #ff0000, #8b0000, transparent); width: 100%; box-shadow: 0 0 10px #ff0000;"></div> | ||
<!-- 正文内容 (直接输出) --> | |||
{{{1|在此处填写介绍内容...}}} | |||
<!-- 警告/提示区 (与正文有间距) --> | |||
<div style="margin-top: 25px; background: rgba(255, 0, 0, 0.08); border: 1px solid #d50000; border-radius: 4px; padding: 15px; box-shadow: inset 0 0 15px rgba(255, 0, 0, 0.1); display: flex; align-items: flex-start; gap: 15px;"> | |||
<!-- 左侧图标 (固定宽度) --> | |||
<div style="font-size: 1.3rem; margin-top: -3px; color: #ff1744; text-shadow: 0 0 5px #ff0000; flex-shrink: 0;">⚠️</div> | |||
<!-- 警告内容 (自适应宽度,支持换行) --> | |||
<div style="font-size: 0.9rem; color: #ff8a80; line-height: 1.6; flex: 1; word-wrap: break-word;"> | |||
{{{2|在此处填写警告或提示内容...}}} | |||
</div> | </div> | ||
</div> | </div> | ||
</div> | </div> | ||