no message

cyl/master
jscyl13849007907 1 week ago
parent 83963d9151
commit 979f8fa19e

@ -18,16 +18,16 @@
<view class="" style="min-height: calc(100% - 90px)"> <view class="" style="min-height: calc(100% - 90px)">
<view class="item g_pt_18 g_pl_10 g_pr_10 g_pb_18 g_bg_f g_border_e_b" hover-class="thover" v-for="(item, index) in query.list" :key="index" @click="goDetail(item, index)"> <view class="item g_pt_18 g_pl_10 g_pr_10 g_pb_18 g_bg_f g_border_e_b" hover-class="thover" v-for="(item, index) in query.list" :key="index" @click="goDetail(item, index)">
<view class="g_flex_row_start"> <view class="g_flex_row_start">
<view class="g_flex_none g_mr_12 g_w_44 g_h_44 g_radius_50 g_flex_c" <view class="g_flex_none g_mr_12 g_w_40 g_h_40 g_radius_50 g_flex_c"
hover-class="thover" hover-class="thover"
:hover-stop-propagation="true" :hover-stop-propagation="true"
@click.stop="goTel(item.tel)" @click.stop="goTel(item.tel)"
> >
<div class="g_flex_c" <div class="g_flex_c"
:class="item.tel ? 'g_bg_main' : 'g_bg_f_6'" :class="item.tel ? 'g_bg_main' : 'g_bg_f_6'"
style="width: 28px;height: 28px;border-radius: 50%;" style="width: 36px;height: 36px;border-radius: 50%;"
> >
<i class="iconfont icon-phone" style="font-size: 16px;" <i class="iconfont icon-phone-fill-copy" style="font-size: 22px;"
:style="{ :style="{
'color':item.tel ? '#fff' : '#ccc' 'color':item.tel ? '#fff' : '#ccc'
}" }"

@ -69,7 +69,7 @@
<g-panel-form-item <g-panel-form-item
:list="[ :list="[
{ {
icon: 'medicinebox', icon: 'folder-add',
label: '申请关注', label: '申请关注',
result: '', result: '',
path: '/root/detail/user', path: '/root/detail/user',
@ -86,7 +86,7 @@
<g-panel-form-item <g-panel-form-item
:list="[ :list="[
{ {
icon: 'fankuiyujianyi', icon: 'edit-square',
label: '反馈与建议', label: '反馈与建议',
result: '', result: '',
path: '/root/person/feedback', path: '/root/person/feedback',
@ -104,7 +104,7 @@
<g-panel-form-item <g-panel-form-item
:list="[ :list="[
{ {
icon: 'shezhi', icon: 'setting',
label: '设置', label: '设置',
result: '', result: '',
path: '/root/person/set', path: '/root/person/set',

File diff suppressed because it is too large Load Diff

@ -1,8 +1,8 @@
@font-face { @font-face {
font-family: 'iconfont'; /* Project id 4374774 */ font-family: 'iconfont'; /* Project id 4374774 */
src: url('//at.alicdn.com/t/c/font_4374774_cnhq5hmc4ih.woff2?t=1778134600545') format('woff2'), src: url('//at.alicdn.com/t/c/font_4374774_yuyedly37t.woff2?t=1778143633935') format('woff2'),
url('//at.alicdn.com/t/c/font_4374774_cnhq5hmc4ih.woff?t=1778134600545') format('woff'), url('//at.alicdn.com/t/c/font_4374774_yuyedly37t.woff?t=1778143633935') format('woff'),
url('//at.alicdn.com/t/c/font_4374774_cnhq5hmc4ih.ttf?t=1778134600545') format('truetype'); url('//at.alicdn.com/t/c/font_4374774_yuyedly37t.ttf?t=1778143633935') format('truetype');
} }
.iconfont { .iconfont {
@ -13,6 +13,10 @@
-moz-osx-font-smoothing: grayscale; -moz-osx-font-smoothing: grayscale;
} }
.icon-folder-add:before {
content: "\e7d1";
}
.icon-medicinebox:before { .icon-medicinebox:before {
content: "\e7cd"; content: "\e7cd";
} }
@ -209,6 +213,10 @@
content: "\e8ef"; content: "\e8ef";
} }
.icon-phone-fill-copy:before {
content: "\100cb";
}
.icon-project-fill:before { .icon-project-fill:before {
content: "\e84f"; content: "\e84f";
} }

Loading…
Cancel
Save