Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
libai
/
footsen
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Members
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
29a34de8
authored
3 years ago
by
agan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
xg
parent
789bd21a
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
2 deletions
css/new/index.css
newIndex.html
css/new/index.css
View file @
29a34de8
...
...
@@ -72,7 +72,7 @@ body {
.videoCon
{
border-radius
:
1rem
;
overflow
:
hidden
;
height
:
100
%
;
height
:
99
%
;
margin
:
0rem
0.2rem
;
}
...
...
@@ -80,6 +80,7 @@ body {
height
:
100%
;
padding-top
:
0.35rem
;
margin-right
:
0.1rem
;
z-index
:
1
;
}
.mTitle
{
...
...
This diff is collapsed.
Click to expand it.
newIndex.html
View file @
29a34de8
...
...
@@ -55,7 +55,7 @@
<div
class=
"mPhone"
>
<div
class=
"phoneBorder"
></div>
<div
class=
"videoCon"
>
<video
id=
"video"
autoplay=
"autoplay"
muted
loop=
"loop"
>
<video
id=
"video"
controls=
"false"
webkit-playsinline=
"false"
playsinline=
"false"
autoplay=
"autoplay"
muted
loop=
"loop"
>
<source
src=
"video/video.mp4"
type=
"video/mp4"
></source>
</video>
</div>
...
...
This diff is collapsed.
Click to expand it.
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