48
个编辑
StellralMist(讨论 | 贡献) 无编辑摘要 |
StellralMist(讨论 | 贡献) 无编辑摘要 |
||
第33行: | 第33行: | ||
<!-- 右侧头像区域 --> | <!-- 右侧头像区域 --> | ||
<div style="text-align: center; margin-left: 20px;"> | |||
{{#if:{{{用户头像|}}} | |||
|<div style="width: 120px; height: 120px; border-radius: 50%; border: 4px solid #fff; box-shadow: 0 4px 10px rgba(0,0,0,0.2); overflow: hidden; display: flex; align-items: center; justify-content: center;"> | |||
<img src="{{{用户头像}}}" style="max-width: 100%; max-height: 100%;" alt="用户头像" /> | |||
}} | </div> | ||
|<div style="width: 120px; height: 120px; border-radius: 50%; border: 4px solid #fff; background: rgba(255,255,255,0.5); display: flex; align-items: center; justify-content: center; box-shadow: 0 4px 10px rgba(0,0,0,0.2); font-size: 40px; color: #ccc;">?</div> | |||
}} | |||
{{#if:{{{在线状态|}}} | |||
|<div style="margin-top: 10px;"> | |||
{{#ifeq: {{{在线状态}}} | 在线 | |||
|<span style="background: #4caf50; color: white; padding: 3px 10px; border-radius: 12px; font-size: 12px;">● 在线</span> | |||
|<span style="background: #f44336; color: white; padding: 3px 10px; border-radius: 12px; font-size: 12px;">● 离线</span> | |||
}} | |||
</div> | |||
|}} | |||
</div> | |||
{{#if:{{{在线状态|}}} | {{#if:{{{在线状态|}}} |
个编辑