Commit ce846aa3 authored by liujiaxin's avatar liujiaxin

sdf

parent a2f9ac99
...@@ -13,6 +13,8 @@ ...@@ -13,6 +13,8 @@
background-position-y: 18.4%; background-position-y: 18.4%;
background-image: url('../../assets/talk/bg.png'); background-image: url('../../assets/talk/bg.png');
font-size: 2.5vh; font-size: 2.5vh;
background-position: 50% 100%;
background-repeat: no-repeat;
.all-talk-wrap{ .all-talk-wrap{
position: absolute; position: absolute;
...@@ -47,7 +49,7 @@ ...@@ -47,7 +49,7 @@
width: 100%; width: 100%;
padding-right: 12em; padding-right: 12em;
height: 100%; height: 100%;
padding-bottom: 12%; padding-bottom: 20%;
position: relative; position: relative;
display: flex; display: flex;
flex-direction: row; flex-direction: row;
......
...@@ -207,7 +207,7 @@ export class PlayComponent implements OnInit, AfterViewInit, OnDestroy { ...@@ -207,7 +207,7 @@ export class PlayComponent implements OnInit, AfterViewInit, OnDestroy {
return; return;
} }
const li = document.createElement('li'); 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; style="width: 2rem;height: 2rem;
position: absolute;left: 0px; position: absolute;left: 0px;
top: 50%;margin-top: -1rem">${text}`; top: 50%;margin-top: -1rem">${text}`;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment