Compare commits
15 Commits
master_fen
...
master_new
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
f2e3566893 | ||
|
|
2842c846d0 | ||
|
|
e3442ea811 | ||
|
|
925424744a | ||
|
|
dbfcc19fbe | ||
|
|
10f70b4a0e | ||
|
|
fe0cc0891a | ||
|
|
b638417b6b | ||
|
|
96851bfc94 | ||
|
|
29c066b28b | ||
|
|
6f6318dab5 | ||
|
|
7191ddbf2f | ||
|
|
21c686d9cb | ||
|
|
d458ee3ba2 | ||
|
|
fad3e8d73c |
|
Before Width: | Height: | Size: 579 KiB After Width: | Height: | Size: 107 KiB |
|
Before Width: | Height: | Size: 228 KiB After Width: | Height: | Size: 60 KiB |
|
Before Width: | Height: | Size: 303 KiB After Width: | Height: | Size: 428 KiB |
|
Before Width: | Height: | Size: 273 KiB After Width: | Height: | Size: 2.6 MiB |
@@ -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%;
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -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%;
|
||||||
|
|||||||
@@ -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">
|
||||||
|
|||||||
@@ -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')" />
|
||||||
|
|||||||
@@ -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" />
|
||||||
|
|||||||