Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
X
xiaoxiaoleTuia
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
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
王剑峰
xiaoxiaoleTuia
Commits
5d6618bd
Commit
5d6618bd
authored
Jan 13, 2020
by
wjf
Browse files
Options
Browse Files
Download
Plain Diff
l
parents
cad4de05
4ab7b69f
Changes
2
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
58 additions
and
60 deletions
+58
-60
index.less
.../adVideo/video-core/videoPlugin/landPagePlugin/index.less
+2
-29
Video.ts
egret/src/myVideo/Video.ts
+56
-31
No files found.
egret/src/adVideo/video-core/videoPlugin/landPagePlugin/index.less
View file @
5d6618bd
@keyframes bottomSlideIn {
0% {
transform: translate(0, 100%);
}
100% {
transform: translate(0, 0);
}
}
.video-land-page-content {
position: absolute;
width: 100%;
height: 100%;
left: 0;
top: 0;
display: flex;
flex-direction: column;
align-items: center;
background: rgba(0, 0, 0, 0.6);
}
...
...
@@ -32,7 +19,7 @@
padding: 3vh 0;
box-sizing: border-box;
width: 84vw;
height:
51.9
vh;
height:
40
vh;
background-color: #fff;
position: absolute;
top: 0;
...
...
@@ -62,18 +49,11 @@
margin-top: 3vh;
}
.app-tips {
margin: 4vh 0;
font-size: 17px;
color: #D2B488;
font-weight: 500;
}
.app-button {
width: 75.2vw;
height: 6.9vh;
margin
-bottom: 2
vh;
margin
: 4
vh;
background: rgba(110, 166, 232, 1);
border-radius: 4px;
font-size: 17px;
...
...
@@ -81,11 +61,4 @@
display: flex;
justify-content: center;
align-items: center;
}
.app-download-num {
font-size: 14px;
font-weight: 400;
color: rgba(132, 132, 132, 1);
line-height: 3vh;
}
\ No newline at end of file
egret/src/myVideo/Video.ts
View file @
5d6618bd
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