Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
J
JM-07
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
template admin
JM-07
Commits
7b2109c6
Commit
7b2109c6
authored
Jul 26, 2021
by
liujiangnan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
feat: 调整快进工具条
parent
77379025
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
5 deletions
+5
-5
index.css
play/index.css
+4
-4
index.html
play/index.html
+1
-1
No files found.
play/index.css
View file @
7b2109c6
...
...
@@ -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
{
...
...
play/index.html
View file @
7b2109c6
...
...
@@ -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: 2
0px;"
>
倍数
</p>
<p
class=
"speed"
style=
"
font-size: 20px; line-height: 4
0px;"
>
倍数
</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>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment