Commit 7b2109c6 authored by liujiangnan's avatar liujiangnan

feat: 调整快进工具条

parent 77379025
......@@ -67,12 +67,12 @@ body {
.play-speed-content {
position: absolute;
width: 10%;
height: 60%;
width: 70px;
top: 20%;
right: -20%;
background: url(../lib/images/speed-bg.png) no-repeat;
background-size: 100%;
padding-bottom: 15px;
background: #f7f2e4;
border-radius: 40px;
}
.speed {
......
......@@ -23,7 +23,7 @@
<video id="video" src=""></video>
</div>
<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="1">1x</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