更多操作
无编辑摘要 |
无编辑摘要 |
||
| (未显示同一用户的48个中间版本) | |||
| 第1行: | 第1行: | ||
<div class=" | <div class="wz_flex a{{{主体样式}}}"> | ||
<div class=" | <div class="imgdiv">[[File:{{{角色立绘}}}|link=|{{{角色名}}}]]</div> | ||
<div class=" | <div class="rwjj"> | ||
<div style="display: flex; justify-content: space-between; flex-wrap: wrap;"> | <div style="display: flex; justify-content: space-between; flex-wrap: wrap;"> | ||
<div | <div class="jsm"> | ||
<div style="font-style: italic;"> | === [[{{{角色名}}}]] === | ||
</div> | |||
<div style="font-style: italic;">CV:{{{CV}}}</div> | |||
</div> | </div> | ||
<hr style="margin: 1rem 0; border: 1px solid rgba(0,0,0,.1);"> | <hr style="margin: 1rem 0; border: 1px solid rgba(0,0,0,.1);"> | ||
<span style="font-size: 20px; font-family: 宋体; font-weight: bold;"> | {{{简介}}} | ||
<p> | <!--span style="font-size: 20px; font-family: 宋体; font-weight: bold;">「……欢迎回来,流星。」</span></p> | ||
< | <p>流星重返姬之岛之后,出现在他面前的神秘少女。<br/> | ||
< | 虽然她与遭遇神隐后失踪的银花有着如出一辙的容貌,<br/> | ||
< | 但身体却保持着五年前的状态。<br/> | ||
</ | 令人费解的是,明明连自己的名字都想不起来,<br/> | ||
</ | 她却唯独记得流星的名字,并且仍然对他心怀爱慕。<br/> | ||
在性格内向这一特征上,她与银花一模一样,<br/> | |||
若要比较天真程度,那她远远胜过银花。<br/> | |||
立志要成为“流星的新娘子”。<br/--> | |||
</div> | </div> | ||
</div> | </div> | ||
{{#css: | {{#css: | ||
. | .jsm { | ||
font-size: 150%; | |||
} | |||
.jsm .mw-headline { | |||
padding-top: 30px; | |||
} | |||
.jsm h3 { | |||
margin-top: unset; | |||
} | |||
.wz_flex { | |||
display: flex; | |||
width: 100%; | |||
flex-wrap: wrap; | |||
border-radius: 10px; | border-radius: 10px; | ||
overflow: hidden; | overflow: hidden; | ||
| 第24行: | 第40行: | ||
background-color: var(--chara-card-color); | background-color: var(--chara-card-color); | ||
margin: 15px 5px; | margin: 15px 5px; | ||
position: relative; | |||
overflow: hidden; | |||
} | } | ||
. | .rwjj { | ||
cursor: pointer; | |||
width: 70%; | |||
- | margin-left: auto; | ||
padding: 1.0rem; | |||
} | |||
.pc-right { | |||
width: 66.666667%; | |||
} | |||
.imgdiv img { | |||
overflow: hidden; | |||
position: absolute; | |||
top: 0; | |||
width: 30%; | |||
height: auto; | |||
background-color: var(--color-surface-0); | |||
padding: 15px; | |||
} | |||
.a2 .imgdiv img { | |||
overflow: hidden; | |||
position: absolute; | |||
top: 0; | |||
left: 70%; | |||
width: 30%; | |||
height: auto; | |||
background-color: var(--color-surface-0); | |||
} | |||
.a2 .rwjj { | |||
cursor: pointer; | |||
width: 70%; | |||
margin-right: auto; | |||
margin-left: unset; | |||
} | } | ||
@media screen and (max-width:767px){ | |||
.imgdiv img { | |||
top: 0!important; | |||
left: 0!important; | |||
width: 100%!important; | |||
} | |||
.rwjj { | |||
width: 100%!important; | |||
} | |||
} | } | ||
}} | }} | ||
<noinclude> | |||
<templatedata> | |||
{ | |||
"params": { | |||
"角色名": {}, | |||
"CV": {}, | |||
"简介": { | |||
"type": "unknown" | |||
}, | |||
"角色立绘": { | |||
"type": "wiki-file-name" | |||
}, | |||
"主体样式": { | |||
"description": "1=立绘在左 2=立绘在右", | |||
"type": "number", | |||
"suggestedvalues": [ | |||
"1" | |||
], | |||
"default": "1", | |||
"autovalue": "1", | |||
"required": true | |||
} | |||
}, | |||
"format": "{{_\n| _ = _\n}}" | |||
} | |||
</templatedata> | |||
</noinclude> | |||