Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
php
/
pingan-promise
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Members
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
0b4b81bd
authored
Mar 10, 2020
by
doszhang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
dos
parent
ad13b0e6
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
108 deletions
+5
-108
Public/static/css/index.css
+5
-108
No files found.
Public/static/css/index.css
View file @
0b4b81bd
...
...
@@ -6,8 +6,7 @@
left
:
0
;
right
:
0
;
margin
:
0
auto
;
overflow-x
:
hidden
;
overflow-y
:
scroll
;
overflow
:
hidden
;
}
.wrap-inner
{
...
...
@@ -15,8 +14,10 @@
overflow
:
hidden
;
left
:
0
;
width
:
640px
;
height
:
auto
;
top
:
0
;
height
:
1238px
;
top
:
50%
;
transform
:
translate
(
0
,
-50%
);
-webkit-transform
:
translate
(
0
,
-50%
);
}
/*消除ios点击阴影*/
...
...
@@ -68,107 +69,4 @@ body {
.music
{
position
:
fixed
;
}
video
{
width
:
100%
;
height
:
100%
;
}
.read
{
opacity
:
0.0001
;
}
.read
:active
{
opacity
:
0.2
;
}
.video1
,
.video2
,
.video3
{
border-radius
:
20px
;
overflow
:
hidden
;
}
.arrow
{
animation
:
arrow
2s
linear
infinite
;
-webkit-animation
:
arrow
2s
linear
infinite
;
}
.link-arrow
,
.more1-arrow
,
.more2-arrow
,
.link-text
,
.more1-text
,
.more2-text
{
animation
:
linkArrow
2s
linear
infinite
;
-webkit-animation
:
linkArrow
2s
linear
infinite
;
}
@keyframes
linkArrow
{
0
%,
100
%
{
opacity
:
0.3
;
}
50
%
{
opacity
:
1
;
}
}
@-webkit-keyframes
linkArrow
{
0
%,
100
%
{
opacity
:
0.3
;
}
50
%
{
opacity
:
1
;
}
}
@keyframes
arrow
{
0
%
{
transform
:
translateY
(
-50%
);
opacity
:
0
;
}
50
%
{
opacity
:
1
;
}
90
%
{
opacity
:
1
;
transform
:
translateY
(
50%
);
}
100
%
{
opacity
:
0
;
transform
:
translateY
(
50%
);
}
}
@-webkit-keyframes
arrow
{
0
%
{
-webkit-transform
:
translateY
(
-50%
);
opacity
:
0
;
}
50
%
{
opacity
:
1
;
}
90
%
{
opacity
:
1
;
-webkit-transform
:
translateY
(
50%
);
}
100
%
{
opacity
:
0
;
-webkit-transform
:
translateY
(
50%
);
}
}
\ No newline at end of file
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