模板:Anno
出自Meshal Lite
第1行: | 第1行: | ||
<includeonly><div class="block" style="background-color: #eef7fb; color: #333333;"> | <includeonly><div class="block" style="background-color: #eef7fb; color: #333333;"> | ||
− | <div class="blockContent" style="{{{textstyle|}}}"> | + | <div class="blockContent" style="width: calc(100% - {{{indent|0}}}em); margin-left: {{{indent|0}}}em; {{{textstyle|}}}"> |
{{{1|{{{text|}}}}}}</div></div></includeonly><noinclude>[[category:模板]] | {{{1|{{{text|}}}}}}</div></div></includeonly><noinclude>[[category:模板]] | ||
生成一段注解文字,这段文字被包含在一个虚线框内。 | 生成一段注解文字,这段文字被包含在一个虚线框内。 | ||
第10行: | 第10行: | ||
{{block|textstyle| | {{block|textstyle| | ||
正文区追加的css样式,可自定义 | 正文区追加的css样式,可自定义 | ||
+ | }} | ||
+ | |||
+ | {{block|indent| | ||
+ | 这个区块的缩进尺寸,单位是em。填写1即等于缩进1em。 | ||
+ | *默认为0 | ||
}} | }} | ||