Commit 7b2109c6 authored by liujiangnan's avatar liujiangnan

feat: 调整快进工具条

parent 77379025
...@@ -67,12 +67,12 @@ body { ...@@ -67,12 +67,12 @@ body {
.play-speed-content { .play-speed-content {
position: absolute; position: absolute;
width: 10%; width: 70px;
height: 60%;
top: 20%; top: 20%;
right: -20%; right: -20%;
background: url(../lib/images/speed-bg.png) no-repeat; padding-bottom: 15px;
background-size: 100%; background: #f7f2e4;
border-radius: 40px;
} }
.speed { .speed {
......
...@@ -23,7 +23,7 @@ ...@@ -23,7 +23,7 @@
<video id="video" src=""></video> <video id="video" src=""></video>
</div> </div>
<div id='playSpeed' class="play-speed-content"> <div id='playSpeed' class="play-speed-content">
<p class="speed" style="margin-top:30px; margin-bottom: 30px; font-size: 20px;">倍数</p> <p class="speed" style="font-size: 20px; line-height: 40px;">倍数</p>
<p class="speed speed-choice" data-speed="0.75">0.75x</p> <p class="speed speed-choice" data-speed="0.75">0.75x</p>
<p class="speed speed-choice" data-speed="1">1x</p> <p class="speed speed-choice" data-speed="1">1x</p>
<p class="speed speed-choice" data-speed="1.25">1.25x</p> <p class="speed speed-choice" data-speed="1.25">1.25x</p>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment