Commit ce846aa3 authored by liujiaxin's avatar liujiaxin

sdf

parent a2f9ac99
......@@ -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;
......
......@@ -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}`;
......
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