Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
W
ww_talk
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_talk
Commits
ce846aa3
Commit
ce846aa3
authored
Aug 13, 2020
by
liujiaxin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
sdf
parent
a2f9ac99
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
2 deletions
+4
-2
play.component.scss
src/app/play/play.component.scss
+3
-1
play.component.ts
src/app/play/play.component.ts
+1
-1
No files found.
src/app/play/play.component.scss
View file @
ce846aa3
...
...
@@ -13,6 +13,8 @@
background-position-y
:
18
.4%
;
background-image
:
url('../../assets/talk/bg.png')
;
font-size
:
2
.5vh
;
background-position
:
50%
100%
;
background-repeat
:
no-repeat
;
.all-talk-wrap
{
position
:
absolute
;
...
...
@@ -47,7 +49,7 @@
width
:
100%
;
padding-right
:
12em
;
height
:
100%
;
padding-bottom
:
12
%
;
padding-bottom
:
20
%
;
position
:
relative
;
display
:
flex
;
flex-direction
:
row
;
...
...
src/app/play/play.component.ts
View file @
ce846aa3
...
...
@@ -207,7 +207,7 @@ export class PlayComponent implements OnInit, AfterViewInit, OnDestroy {
return
;
}
const
li
=
document
.
createElement
(
'
li
'
);
li
.
innerHTML
=
`<img src="
/
assets/talk/
${
group
}
.png"
li
.
innerHTML
=
`<img src="assets/talk/
${
group
}
.png"
style="width: 2rem;height: 2rem;
position: absolute;left: 0px;
top: 50%;margin-top: -1rem">
${
text
}
`
;
...
...
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