diff --git a/src/apps/AppBroadcast1/LiveBroadcast.vue b/src/apps/AppBroadcast1/LiveBroadcast.vue index 60742e98..4f32b28c 100644 --- a/src/apps/AppBroadcast1/LiveBroadcast.vue +++ b/src/apps/AppBroadcast1/LiveBroadcast.vue @@ -379,7 +379,8 @@ height: 234px; margin-top: 48px; border-radius: 200px 200px 0 0; - background: linear-gradient(180deg, #9D9E9F 0%, #D4D5D6 100%); + background: url(./img/voice-bg.png); + background-size: 100% 100%; image { width: 96px; diff --git a/src/apps/AppBroadcast1/img/voice-bg.png b/src/apps/AppBroadcast1/img/voice-bg.png new file mode 100644 index 00000000..7345d130 Binary files /dev/null and b/src/apps/AppBroadcast1/img/voice-bg.png differ