Commit 16538378 authored by liujiaxin's avatar liujiaxin

111

parent be1ec04f
......@@ -28,8 +28,8 @@
</div>
<div (click)="playQuestionAudio($event)"
style="width: 100px;height: 100px;position: absolute;bottom: 50px;right: 80px;">
<img style="max-width: 100%;max-height: 100%;" *ngIf="!playerState.getValue().isPlaying" src="/assets/question/play.png" alt="" (dragstart)="false;$event.preventDefault();">
<img style="max-width: 100%;max-height: 100%;" *ngIf="playerState.getValue().isPlaying" src="/assets/question/pause.png" alt="" (dragstart)="false;$event.preventDefault();">
<img style="max-width: 100%;max-height: 100%;" *ngIf="!playerState.getValue().isPlaying" src="assets/question/play.png" alt="" (dragstart)="false;$event.preventDefault();">
<img style="max-width: 100%;max-height: 100%;" *ngIf="playerState.getValue().isPlaying" src="assets/question/pause.png" alt="" (dragstart)="false;$event.preventDefault();">
</div>
<!--<img src="/assets/question/left.png" alt="ufo" class="left-ufo" (dragstart)="false;$event.preventDefault();">-->
<!--<img src="/assets/question/right.png" alt="ufo" class="right-ufo" (dragstart)="false;$event.preventDefault();">-->
......
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