|
|
| (未显示同一用户的129个中间版本) |
| 第1行: |
第1行: |
| <div style="position: relative; width: 100%; height: 585px; margin: 0 auto; overflow: hidden;"> | | <spineplayer |
| <!-- 背景图片 -->
| | json="/spine/portrait/1064/1064.json" |
| <div style="position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-size: cover; background-position: center; background-repeat: no-repeat;">[[File:bg_character_info.png]]</div> | | atlas="/spine/portrait/1064/1064.atlas" |
|
| | animation="idle" |
| <!-- 切换标签 -->
| | skin="normal" |
| <div class="main-line-wrap" style="position: absolute; top: 10px; left: 10px; z-index: 10; margin: 0;">
| | width="800px" |
| <div class="resp-tabs">
| | height="600px" |
| <ul class="resp-tabs-list">
| | bg="#2e2e2e" |
| <li class="active czn-list-style"><span class="tab-panel">立绘</span></li>
| | controls="true"> |
| <li class="czn-list-style"><span class="tab-panel">精二</span></li>
| | </spineplayer> |
| </ul>
| |
| </div>
| |
| </div>
| |
|
| |
| <!-- 数据表格 -->
| |
| <div style="position: absolute; left: 20px; top: 60px;"> | |
| {| class="wikitable" style="width: 100%;"
| |
| |-
| |
| ! 属性 !! 数值
| |
| |-
| |
| | 名称 || {{{name|未知}}}
| |
| |-
| |
| | 等级 || {{{level|1}}}
| |
| |-
| |
| | 职业 || {{{class|战士}}}
| |
| |-
| |
| | HP || {{{hp|100}}}
| |
| |-
| |
| | 攻击力 || {{{attack|50}}}
| |
| |-
| |
| | 防御力 || {{{defense|30}}}
| |
| |}
| |
| </div> | |
|
| |
| <!-- 立绘图片容器 -->
| |
| <div id="portrait-container" style="position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); max-height: 100%; max-width: 100%; z-index: 1;">
| |
| <!-- 普通立绘 -->
| |
| <div class="portrait-image" data-index="0" style="display: block;">
| |
| [[File:portrait_character_1041.png|center]]
| |
| </div>
| |
| <!-- 精二立绘 -->
| |
| <div class="portrait-image" data-index="1" style="display: none;">
| |
| [[File:portrait_character_class_1041.png|center]]
| |
| </div>
| |
| </div>
| |
| </div> | |