This commit is contained in:
lin fan
2024-10-16 19:42:13 +08:00
parent 81f79d031a
commit 29f50eb0d2
+2 -2
View File
@@ -514,14 +514,14 @@
:style="{ 'min-height': '30%', 'background-color': 'transparent' }">
<div class="ulib-rt30 bg-fff fn-flex overflowhidden w100vw" style="margin:0;">
<div class="fn-flex fn-flex-center fn-flex-middle wp30"
<div class="fn-flex fn-flex-center fn-flex-middle wp30" v-if="info.biz.biz_name"
style="flex-direction: column;background-image: linear-gradient(to bottom, #f7f2ca,#fbfae8);">
<div class="text-center pl5 pr5" style="width: 100%;">
<van-image class="bds-2-fff" round width="12vw" height="12vw"
:src="info.channelHeadImg"></van-image>
<p class="font-28 mt10 text-nowrap">{{info.channelName}}</p>
</div>
<div class="text-center pl5 pr5 mt50" style="width: 100%;" v-if="info.biz.biz_name">
<div class="text-center pl5 pr5 mt50" style="width: 100%;" >
<span class="bg-fff ulib-r750 inline-block pt5 pb5 pl15 pr15 font-24">车管家</span>
<p class="font-22 mt10 color-888 text-nowrap" v-if="info.biz">{{info.biz.biz_name}}</p>
</div>