Commit e221554e authored by liujiaxin's avatar liujiaxin

sdf

parent f3286316
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
<div class="player-border"> <div class="player-border">
<div class="player-preview-content" <div class="player-preview-content"
(click)="handleTapText();$event.preventDefault()" (click)="handleTapText();$event.preventDefault()"
style="background-image: url('assets/talk/bg.png');"> style="background-image: url('assets/talk/bg2.png');">
<div class="all-talk-wrap"> <div class="all-talk-wrap">
<div class="all-talk-box" #talkListBox> <div class="all-talk-box" #talkListBox>
<ul class="talk-list"> <ul class="talk-list">
...@@ -56,6 +56,6 @@ ...@@ -56,6 +56,6 @@
</div> </div>
</div> </div>
</div> </div>
</div> </div>
</div> </div>
...@@ -39,7 +39,7 @@ ...@@ -39,7 +39,7 @@
font-family: arialRound; font-family: arialRound;
background-size: 100%; background-size: 100%;
background-position-y: 18.4%; background-position-y: 18.4%;
background-image: url('../../assets/talk/bg.png'); background-image: url('../../assets/talk/bg2.png');
font-size: 2.5vh; font-size: 2.5vh;
background-position: 50% 100%; background-position: 50% 100%;
background-repeat: no-repeat; background-repeat: no-repeat;
...@@ -77,7 +77,7 @@ ...@@ -77,7 +77,7 @@
width: 100%; width: 100%;
padding-right: 12em; padding-right: 12em;
height: 100%; height: 100%;
padding-bottom: 20%; padding-bottom: 10%;
position: relative; position: relative;
display: flex; display: flex;
flex-direction: row; flex-direction: row;
......
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