离线在线图标

hn2.0
fanluyan 2 years ago
parent b56114300f
commit c93c8bc0cd

@ -1,6 +1,6 @@
@font-face { @font-face {
font-family: "iconfont"; /* Project id */ font-family: "iconfont"; /* Project id */
src: url('iconfont.ttf?t=1683175912652') format('truetype'); src: url('iconfont.ttf?t=1690177575312') format('truetype');
} }
.iconfont { .iconfont {
@ -23,10 +23,18 @@
content: "\e791"; content: "\e791";
} }
.icon-shexiangtoulixian:before {
content: "\e7b2";
}
.icon-video-camera:before { .icon-video-camera:before {
content: "\e962"; content: "\e962";
} }
.icon-shexiangtou-lixian:before {
content: "\ef1c";
}
.icon-shudianxianlu_2722010801:before { .icon-shudianxianlu_2722010801:before {
content: "\efed"; content: "\efed";
} }

Binary file not shown.

@ -50,7 +50,14 @@
</span> </span>
<span v-else> <span v-else>
<span <span
class="iconfont icon-video-camera" class="iconfont icon-shexiangtoulixian"
v-if="data.onlinestatus == 0"
:class="data.onlinestatus == 0 ? 'disconnect' : ''"
style="margin-right: 6px"
></span>
<span
class="iconfont icon-shexiangtou-lixian"
v-else
:class="data.onlinestatus == 0 ? 'disconnect' : ''" :class="data.onlinestatus == 0 ? 'disconnect' : ''"
style="margin-right: 6px" style="margin-right: 6px"
></span> ></span>

Loading…
Cancel
Save