Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
W
ww_picture-group
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
ww_picture-group
Commits
c6badc81
Commit
c6badc81
authored
Aug 12, 2020
by
liujiangnan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
feat: 背景
parent
764f2eb9
Changes
4
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
56 additions
and
37 deletions
+56
-37
play.component.html
src/app/play/play.component.html
+38
-36
play.component.scss
src/app/play/play.component.scss
+17
-0
player-bg.jpg
src/assets/player-bg.jpg
+0
-0
index.html
src/index.html
+1
-1
No files found.
src/app/play/play.component.html
View file @
c6badc81
<div
class=
"player-picture-group"
>
<div
class=
"player-border"
>
<div
class=
"player-picture-group"
>
<div
class=
"group g1"
[
style
.
height
]="
_HEIGHT
"
>
<div
[
ngClass
]="{'
group-box
'
:
true
}"
(
click
)="
selectGroup
(
0
,
$
event
)"
>
...
...
@@ -49,4 +50,5 @@
</ng-container>
</div>
</div>
</div>
</div>
src/app/play/play.component.scss
View file @
c6badc81
.player-border
{
position
:
absolute
;
left
:
calc
((
100%
-
100vh
*
1
.36
)
/
2
);
top
:
5vh
;
right
:
calc
((
100%
-
100vh
*
1
.36
)
/
2
);
bottom
:
5vh
;
text-align
:
center
;
// box-shadow: 0 2px 12px 0 rgba(0,0,0,.3);
border-radius
:
11px
;
border
:
20px
solid
#23b1c2
;
background-color
:
#fff
;
overflow
:
hidden
;
color
:
#303133
;
transition
:
.3s
;
}
.player-picture-group
{
padding
:
2vh
5vh
;
width
:
100%
;
...
...
src/assets/player-bg.jpg
0 → 100755
View file @
c6badc81
170 KB
src/index.html
View file @
c6badc81
...
...
@@ -10,7 +10,7 @@
<script
type=
"text/javascript"
src=
"https://staging-teach.cdn.ireadabc.com/h5template/h5-static-lib/js/air.js"
></script>
</head>
<body>
<body
style=
"background-image: url('../../assets/player-bg.jpg')"
>
<app-root></app-root>
</body>
</html>
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