更多操作
无编辑摘要 标签:已被回退 |
无编辑摘要 |
||
| (未显示同一用户的28个中间版本) | |||
| 第1行: | 第1行: | ||
<div class="wz_flex a{{{主体样式}}}"> | <div class="wz_flex a{{{主体样式}}}"> | ||
<div class="imgdiv">[[File:{{{角色立绘}}}|link=| | <div class="imgdiv">[[File:{{{角色立绘}}}|link=|{{{角色名}}}]]</div> | ||
<div class="rwjj"> | <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> | |||
<div style="font-style: italic;">CV:{{{CV}}}</div> | <div style="font-style: italic;">CV:{{{CV}}}</div> | ||
</div> | </div> | ||
| 第20行: | 第22行: | ||
</div> | </div> | ||
{{#css: | {{#css: | ||
.jsm { | |||
font-size: 150%; | |||
} | |||
.jsm .mw-headline { | |||
padding-top: 30px; | |||
} | |||
.jsm h3 { | |||
margin-top: unset; | |||
} | |||
.wz_flex { | .wz_flex { | ||
display: flex; | display: flex; | ||
| 第34行: | 第45行: | ||
.rwjj { | .rwjj { | ||
cursor: pointer; | cursor: pointer; | ||
width: 70%; | width: 70%; | ||
margin-left: auto; | margin-left: auto; | ||
padding: 1.0rem; | |||
} | } | ||
.pc-right { | .pc-right { | ||
width: 66.666667%; | width: 66.666667%; | ||
} | } | ||
| 第54行: | 第60行: | ||
height: auto; | height: auto; | ||
background-color: var(--color-surface-0); | background-color: var(--color-surface-0); | ||
padding: 15px; | |||
} | } | ||
.a2 .imgdiv img { | |||
overflow: hidden; | overflow: hidden; | ||
position: absolute; | position: absolute; | ||
| 第64行: | 第71行: | ||
background-color: var(--color-surface-0); | background-color: var(--color-surface-0); | ||
} | } | ||
.a2 .rwjj { | |||
cursor: pointer; | |||
width: 70%; | |||
margin-right: auto; | |||
margin-left: unset; | |||
} | |||
@media screen and (max-width:767px){ | @media screen and (max-width:767px){ | ||
.imgdiv img { | .imgdiv img { | ||
width: 100%; | top: 0!important; | ||
left: 0!important; | |||
width: 100%!important; | |||
} | } | ||
.rwjj { | .rwjj { | ||
width: 100%; | width: 100%!important; | ||
} | } | ||