修改icon显示逻辑
parent
ac8f7bd879
commit
60614a7992
|
|
@ -18,7 +18,7 @@
|
|||
</view>
|
||||
</view>
|
||||
<!-- 静音提示 -->
|
||||
<view v-if="!is_live_ended && is_muted_auto_play_success" class="live-muted flex-row align-c jc-c pointer-events-none">
|
||||
<view v-if="!is_live_ended && is_muted_auto_play_success && !live_be_right_back_error" class="live-muted flex-row align-c jc-c pointer-events-none">
|
||||
<view class="live-muted-tips pointer-events-auto">
|
||||
因浏览器限制静音,<text class="ml-5 cr-f live-muted-text" @tap="muted_tap">请点击打开声音</text>
|
||||
</view>
|
||||
|
|
@ -26,7 +26,7 @@
|
|||
<!-- 主播暂时离开的提示信息-->
|
||||
<view v-if="live_be_right_back_error" class="live-pause flex-row align-c jc-c pointer-events-none">
|
||||
<view class="flex-1 flex-col align-c jc-c">
|
||||
<component-icon propName="smallbell" propSize="100rpx" propColor="#fff"></component-icon>
|
||||
<component-icon propName="coffee" propSize="100rpx" propColor="#fff"></component-icon>
|
||||
<text class="text-size mt-5 cr-white">主播暂时离开</text>
|
||||
<text class="text-size-sm mt-5 cr-white">休息片刻,更多精彩马上到来</text>
|
||||
</view>
|
||||
|
|
|
|||
File diff suppressed because one or more lines are too long
|
|
@ -5,6 +5,27 @@
|
|||
"css_prefix_text": "icon-",
|
||||
"description": "1. diy, form, 小程序仅base64, TIF,(web端也可以使用这个方式);2. web端 Base64, WOFF2, WOFF, TEF, SVG, EOT",
|
||||
"glyphs": [
|
||||
{
|
||||
"icon_id": "2733963",
|
||||
"name": "播放结束",
|
||||
"font_class": "player-end",
|
||||
"unicode": "e6fe",
|
||||
"unicode_decimal": 59134
|
||||
},
|
||||
{
|
||||
"icon_id": "448450",
|
||||
"name": "播放暂停",
|
||||
"font_class": "player-pause",
|
||||
"unicode": "e6b8",
|
||||
"unicode_decimal": 59064
|
||||
},
|
||||
{
|
||||
"icon_id": "7333004",
|
||||
"name": "播放",
|
||||
"font_class": "player",
|
||||
"unicode": "e692",
|
||||
"unicode_decimal": 59026
|
||||
},
|
||||
{
|
||||
"icon_id": "42535431",
|
||||
"name": "投诉举报",
|
||||
|
|
@ -152,20 +173,6 @@
|
|||
"unicode": "e7f8",
|
||||
"unicode_decimal": 59384
|
||||
},
|
||||
{
|
||||
"icon_id": "37187704",
|
||||
"name": "播放暂停",
|
||||
"font_class": "player-pause",
|
||||
"unicode": "e7f9",
|
||||
"unicode_decimal": 59385
|
||||
},
|
||||
{
|
||||
"icon_id": "37187703",
|
||||
"name": "播放结束",
|
||||
"font_class": "player-end",
|
||||
"unicode": "e7fa",
|
||||
"unicode_decimal": 59386
|
||||
},
|
||||
{
|
||||
"icon_id": "37217394",
|
||||
"name": "类别更多",
|
||||
|
|
|
|||
Binary file not shown.
Loading…
Reference in New Issue