Compare commits

...

15 Commits

Author SHA1 Message Date
xuxingjun
f2e3566893 更换首页产品中心图片(分红型) 2024-12-02 09:48:36 +08:00
xuxingjun
2842c846d0 更换首页产品中心图片(分红型) 2024-12-02 09:36:53 +08:00
zhang.lei3
e3442ea811 Merge remote-tracking branch 'origin/feature/FCRS-861关于个险渠道开发旺季营销金掌桂功能的请示' into master_new 2024-11-29 16:49:41 +08:00
XING\23806
925424744a 更换贺报背景图 2024-11-29 16:46:43 +08:00
zhang.lei3
dbfcc19fbe Merge remote-tracking branch 'origin/feature/FCRS-861关于个险渠道开发旺季营销金掌桂功能的请示' into master_new 2024-11-29 14:41:57 +08:00
XING\23806
10f70b4a0e 更换终身寿险链接参数 2024-11-29 14:20:01 +08:00
XING\23806
fe0cc0891a 更换终身寿险链接 2024-11-29 12:14:36 +08:00
XING\23806
b638417b6b 更换首页产品中心图片 2024-11-29 11:28:18 +08:00
zhang.lei3
96851bfc94 Merge branch 'feature/FCRS-861关于个险渠道开发旺季营销金掌桂功能的请示' into master_new 2024-11-28 16:09:22 +08:00
XING\23806
29c066b28b 更换贺报背景图 优化贺报字体 2024-11-28 14:56:18 +08:00
xuxingjun
6f6318dab5 更换 开门红专区的背景图 2024-11-27 17:38:12 +08:00
xuxingjun
7191ddbf2f 把提示语 “核心批扣”改成“待核心业务系统批量扣费” 2024-11-27 14:47:22 +08:00
xuxingjun
21c686d9cb 去掉多余代码 2024-11-27 13:34:38 +08:00
xuxingjun
d458ee3ba2 去掉多余代码 2024-11-27 11:31:07 +08:00
xuxingjun
fad3e8d73c 更换已选产品弹框背景图 2024-11-27 10:18:28 +08:00
9 changed files with 14 additions and 13 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 579 KiB

After

Width:  |  Height:  |  Size: 107 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 228 KiB

After

Width:  |  Height:  |  Size: 60 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 303 KiB

After

Width:  |  Height:  |  Size: 428 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 273 KiB

After

Width:  |  Height:  |  Size: 2.6 MiB

View File

@@ -54,7 +54,7 @@
<!-- <div class="flex justify-content-c align-items-c"> <!-- <div class="flex justify-content-c align-items-c">
<img class="icon_title_image" src="@/assets/images/kmh/title_bg.png" /> <img class="icon_title_image" src="@/assets/images/kmh/title_bg.png" />
</div> --> </div> -->
<van-radio-group v-model="active_radio" style="align-items: center;padding-top: 140px"> <van-radio-group v-model="active_radio" style="align-items: center;padding-top: 180px">
<van-radio name="1" class="radio_class" style="display: flex;justify-content: center;"> <van-radio name="1" class="radio_class" style="display: flex;justify-content: center;">
<template #icon="props"> <template #icon="props">
<img class="img-icon radio_icon_image" :src="props.checked ? checkedUrl : noCheckedUrl" /> <img class="img-icon radio_icon_image" :src="props.checked ? checkedUrl : noCheckedUrl" />
@@ -1110,7 +1110,7 @@
} }
.dialog_class { .dialog_class {
width: 330px; width: 330px;
height: 335px; height: 376px;
background: url('../../../assets/images/kmh/dialog_bg.png'); background: url('../../../assets/images/kmh/dialog_bg.png');
background-size: 100% 100%; background-size: 100% 100%;
} }

View File

@@ -9,7 +9,7 @@
</div> </div>
<div class="pName">{{ orderList.productNameFull }}</div> <div class="pName">{{ orderList.productNameFull }}</div>
<div class="type">{{ orderList.outOrderType == 'accept' ? '承保规保' : '预收规保' }}</div> <div class="type">{{ orderList.outOrderType == 'accept' ? '承保规保' : '预收规保' }}</div>
<div class="yuan">{{ orderList.prem }}<span></span></div> <div class="yuan">{{ orderList.prem }}<span style="color: #333333"></span></div>
<div class="time">{{ orderList.outOrderType == 'accept' ? '承保时间:' : '预收时间:' }}{{ orderList.appntDate }}</div> <div class="time">{{ orderList.outOrderType == 'accept' ? '承保时间:' : '预收时间:' }}{{ orderList.appntDate }}</div>
</div> </div>
</div> </div>
@@ -175,12 +175,12 @@ img {
.organ { .organ {
font-size: 12px; font-size: 12px;
color: #b7170b; color: #333333;
} }
.name { .name {
font-size: 17px; font-size: 17px;
color: #b7170b; color: #333333;
} }
} }
@@ -188,15 +188,16 @@ img {
position: absolute; position: absolute;
top: 44%; top: 44%;
font-size: 15px; font-size: 15px;
color: #efbc4f; color: #B1170C;
width: 100%; width: 100%;
display: flex; display: flex;
justify-content: center; justify-content: center;
padding-left: 5px;
} }
.type { .type {
font-size: 22px; font-size: 22px;
color: #efbc4f; color: #B1170C;
position: absolute; position: absolute;
top: 53%; top: 53%;
width: 100%; width: 100%;
@@ -206,7 +207,7 @@ img {
.yuan { .yuan {
font-size: 30px; font-size: 30px;
color: #efbc4f; color: #B1170C;
position: absolute; position: absolute;
top: 67%; top: 67%;
width: 100%; width: 100%;
@@ -222,7 +223,7 @@ img {
.time { .time {
font-size: 14px; font-size: 14px;
color: #efbc4f; color: #333333;
position: absolute; position: absolute;
top: 85%; top: 85%;
width: 100%; width: 100%;

View File

@@ -29,7 +29,7 @@
<!-- <span>{{ levelNames[level] }}</span> --> <!-- <span>{{ levelNames[level] }}</span> -->
<span>{{ levelNames[levelLength + index] }}</span> <span>{{ levelNames[levelLength + index] }}</span>
<van-icon name="arrow-down" /> <van-icon name="arrow-down" />
</span>lanC </span>
</div> </div>
</div> </div>
<div class="content"> <div class="content">

View File

@@ -44,7 +44,7 @@
<div class="pcenter-list mr20 mb10 ml15"> <div class="pcenter-list mr20 mb10 ml15">
<template v-if="branchType != '6'"> <template v-if="branchType != '6'">
<div class="pcenter-item text-center"> <div class="pcenter-item text-center">
<img src="../../../assets/images/home_product_center_m0092.png" style="width: 100%;" @click="goDetail('GFRSPRO_M0092')" /> <img src="../../../assets/images/home_product_center_m0092.png" style="width: 100%;" @click="goDetail('GFRSPRO_M0095')" />
</div> </div>
<div class="pcenter-item text-center"> <div class="pcenter-item text-center">
<img src="../../../assets/images/home_product_center_m0094.png" style="width: 100%;" @click="goDetail('GFRSPRO_M0094')" /> <img src="../../../assets/images/home_product_center_m0094.png" style="width: 100%;" @click="goDetail('GFRSPRO_M0094')" />
@@ -122,7 +122,7 @@
<div class="home-product-pcenter"> <div class="home-product-pcenter">
<div class="pcenter-list mr20 mb10 ml15"> <div class="pcenter-list mr20 mb10 ml15">
<div class="pcenter-item text-center"> <div class="pcenter-item text-center">
<img src="../../../assets/images/home_product_center_m0092.png" style="width: 100%;" @click="goDetail('GFRSPRO_M0092')" /> <img src="../../../assets/images/home_product_center_m0092.png" style="width: 100%;" @click="goDetail('GFRSPRO_M0095')" />
</div> </div>
<div class="pcenter-item text-center"> <div class="pcenter-item text-center">
<img src="../../../assets/images/home_product_center_m0094.png" style="width: 100%;" @click="goDetail('GFRSPRO_M0094')" /> <img src="../../../assets/images/home_product_center_m0094.png" style="width: 100%;" @click="goDetail('GFRSPRO_M0094')" />

View File

@@ -24,7 +24,7 @@
</div> </div>
<div v-else-if="uwResult == '53'"> <div v-else-if="uwResult == '53'">
<img :src="srcPending" class="mb40 mt20" /> <img :src="srcPending" class="mb40 mt20" />
<p class="title">核心批扣</p> <p class="title">核心业务系统批量扣费</p>
</div> </div>
<div v-else> <div v-else>
<img :src="srcPending" class="mb40 mt20" /> <img :src="srcPending" class="mb40 mt20" />