diff --git a/pageD/components/GoEasyAudioPlayer/GoEasyAudioPlayer.vue b/pageD/components/GoEasyAudioPlayer/GoEasyAudioPlayer.vue index 4b72cf0..78de702 100644 --- a/pageD/components/GoEasyAudioPlayer/GoEasyAudioPlayer.vue +++ b/pageD/components/GoEasyAudioPlayer/GoEasyAudioPlayer.vue @@ -40,11 +40,12 @@ padding: 6rpx 10rpx; height: 72rpx; line-height: 72rpx; - background: #D02129; + background: #FF780F; font-size: 24rpx; border-radius: 14rpx; color: #ffffff; display: flex; + flex-direction: row-reverse; } .audio-facade-bg{ background: url("./images/voice.png") no-repeat center; diff --git a/pageD/components/GoEasyAudioPlayer/images/play.gif b/pageD/components/GoEasyAudioPlayer/images/play.gif index e367c87..d1c911d 100644 Binary files a/pageD/components/GoEasyAudioPlayer/images/play.gif and b/pageD/components/GoEasyAudioPlayer/images/play.gif differ