|
|
| (未显示同一用户的122个中间版本) |
| 第1行: |
第1行: |
| <div style="position: relative; width: 100%; height: 585px; margin: 0 auto; overflow: hidden;"> | | <div style="width:800px"> |
| <!-- 背景图片 -->
| | <spineplayer |
| <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|link=]]</div> | | json="/spine/1064/1064.json" |
|
| | atlas="/spine/1064/1064.atlas" |
| <!-- 切换标签 -->
| | animation="idle" |
| <div class="main-line-wrap" style="position: absolute; top: 10px; left: 10px; z-index: 10; margin: 0;"> | | skin="default" |
| <div class="resp-tabs">
| | width="800px" |
| <ul class="resp-tabs-list">
| | height="600px" |
| <li class="active czn-list-style"><span class="tab-panel">默认</span></li>
| | bg="#2e2e2e" |
| <li class="czn-list-style"><span class="tab-panel">立绘</span></li>
| | controls="true"> |
| </ul>
| | </spineplayer> |
| </div>
| |
| </div>
| |
|
| |
| <!-- 名称 -->
| |
| <div style="position: absolute; left: 30px; top: 200px; color: white; font-size: 32px; font-weight: bold; text-shadow: 2px 2px 5px #000000;">雷欧娜</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|link=]]
| |
| </div>
| |
| <!-- 精二立绘 -->
| |
| <div class="portrait-image" data-index="1" style="display: none;">
| |
| [[File:portrait_character_class_1041.png|center|link=]]
| |
| </div>
| |
| </div>
| |
| </div> | | </div> |