diff --git a/components/GoEasyAudioPlayer/GoEasyAudioPlayer.vue b/components/GoEasyAudioPlayer/GoEasyAudioPlayer.vue index 4b72cf0..78de702 100644 --- a/components/GoEasyAudioPlayer/GoEasyAudioPlayer.vue +++ b/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/components/GoEasyAudioPlayer/images/play.gif.7z b/components/GoEasyAudioPlayer/images/play.gif.7z new file mode 100644 index 0000000..ac80a0b Binary files /dev/null and b/components/GoEasyAudioPlayer/images/play.gif.7z differ