47
个编辑
(创建页面,内容为“{{#set: |成就图标={{{成就图标}}} |标题颜色={{{标题颜色}}} |成就标题={{{成就标题}}} |正文内容={{{正文内容}}} }} <div style="display: flex;width: 200px;min-height: 50px;flex-direction: row;"> <div style="display: flex;min-height: 50px;min-width: 50px;justify-content: center;align-items: center;"> {{{成就图标}}} </div> <div style="display: flex;flex-direction: column;"> <div style=""> <p>{{{成就标题}}}</p> </div…”) |
小无编辑摘要 |
||
| (未显示同一用户的7个中间版本) | |||
| 第6行: | 第6行: | ||
}} | }} | ||
<div style="display: flex;width: | <div style="display: flex;width: 300px;height: 50px;flex-direction: row;background-color: #212121;border: #555555 4px solid;box-shadow: 1px 1px 3px rgb(0 0 0 / 50%);"> | ||
<div style="display: flex; | <div style="display: flex;height: 50px;width: 50px;justify-content: center;align-items: center;"> | ||
{{{成就图标}}} | <div style="margin: 0px 10px;">[[文件:{{{成就图标|}}}.png|35px|link=]]</div> | ||
</div> | </div> | ||
<div style="display: flex;flex-direction: column;"> | <div style="display: flex;width: 250px;flex-direction: column;"> | ||
<div style=""> | <div style="color: #{{{标题颜色|}}};font-size: 17px;"> | ||
<p>{{{成就标题}}}</p> | <p style="margin-block-start: 0px;margin-block-end: 0px;">{{{成就标题|}}}</p> | ||
</div> | </div> | ||
<div style=""> | <div style="color: #ffffff;font-size: 17px;"> | ||
<p>{{{正文内容}}}</p> | <p style="margin-block-start: 0px;margin-block-end: 0px;">{{{正文内容|}}}</p> | ||
</div> | </div> | ||
</div> | </div> | ||
</div> | </div> | ||