|
@@ -7,9 +7,9 @@
|
|
|
<div class="live" id="lyriccontainer" style="height:90vh;font-size:4vmin;width: calc(100%);left: 0;">
|
|
<div class="live" id="lyriccontainer" style="height:90vh;font-size:4vmin;width: calc(100%);left: 0;">
|
|
|
<div class="fixed-lyric-box">
|
|
<div class="fixed-lyric-box">
|
|
|
<ul class="lyric-list" style="display:block">
|
|
<ul class="lyric-list" style="display:block">
|
|
|
- <li id="line-last" style="height:15vh" class="to-bottom"><span></span></li>
|
|
|
|
|
- <li id="line-current" class='active' style="height:15vh;padding-left:10vw"><span></span></li>
|
|
|
|
|
- <li id="line-next" style="height:15vh;padding-left:20vw;" class="to-top"><span></span></li>
|
|
|
|
|
|
|
+ <li id="line-last" style="height:30vh;" class="to-top"><span style="margin-left:-10vmin;padding-right:10vmin"></span></li>
|
|
|
|
|
+ <li id="line-current" class='active' style="height:30vh;"><span></span></li>
|
|
|
|
|
+ <li id="line-next" style="height:30vh;" class="to-bottom"><span style="padding-left:10vmin;margin-right:-10vmin;"></span></li>
|
|
|
</ul>
|
|
</ul>
|
|
|
</div>
|
|
</div>
|
|
|
</div>
|
|
</div>
|