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
e8b0ae70
Commit
e8b0ae70
authored
Aug 09, 2021
by
Chen Jiping
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
feat:调整部分样式
parent
9faab06c
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
index.css
play/index.css
+2
-3
index.js
play/index.js
+1
-0
No files found.
play/index.css
View file @
e8b0ae70
...
...
@@ -207,6 +207,7 @@ body {
bottom
:
0.4rem
;
left
:
50%
;
transform
:
translateX
(
-1.4rem
);
z-index
:
101
;
}
.video-play-ani
{
...
...
@@ -682,7 +683,7 @@ body {
overflow-y
:
auto
;
margin-top
:
0.4rem
;
text-align
:
left
;
padding
:
0.2rem
0.
4
rem
;
padding
:
0.2rem
0.
5
rem
;
margin-left
:
5%
;
object-fit
:
contain
;
font-family
:
DroidSansFallback
;
...
...
@@ -692,8 +693,6 @@ body {
font-style
:
normal
;
line-height
:
normal
;
letter-spacing
:
normal
;
padding-left
:
4rem
;
padding-right
:
4rem
;
color
:
#ffffff
;
background-color
:
#2c8a1e
;
border-radius
:
0.4rem
;
...
...
play/index.js
View file @
e8b0ae70
...
...
@@ -515,6 +515,7 @@ function bindRecorderBtn() {
$
(
"
#backBtn
"
).
hide
();
$
(
"
.back-tips
"
).
hide
();
$
(
"
#ani
"
).
show
();
$
(
"
#submitBtn
"
).
hide
();
//绘制滚动条
drawProgress
(
$
(
"
#progressbar
"
),
$
(
"
#video
"
)[
0
].
currentTime
,
$
(
"
#video
"
)[
0
].
duration
);
...
...
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