-
-

-
中国工商银行
+
+
+
+
+
+

+

+
中国工商银行
+
+
+ 总保费
+ ¥200.0
+ 万元
+
+
-
-
总保费
-
¥200.0
- 万元
-
+
+
+
+ 122.6
+ 万元
+
+
趸交保费
+
+
+
+
+ 66.5
+ 万元
+
+
银保期交保费
+
+
+
+
+ 115.6
+ 万元
+
+
传统期交保费
+
-
-
-
- 122.6
- 万元
-
-
趸交保费
-
-
-
-
- 66.5
- 万元
-
-
银保期交保费
-
-
-
-
- 115.6
- 万元
-
-
传统期交保费
-
-
-
-
@@ -204,7 +202,7 @@
data() {
return {
premType:'QJ',
- channelORnetwork:'channel',
+ channelORnetworkType:'channel',
activeProductIndex:'',
calendarValue:'',
calendarShow:false,
@@ -220,15 +218,6 @@
{ value: 70, scale:'21.8%', name: '银销个' ,color:'#fcd439',thisId:'006',},
{ value: 50, scale:'15.6%', name: '节节高B款' ,color:'#fc7d82',thisId:'007',},
],
- channelORnetworkData:[
- { value: 50, scale:'15.6%', name: '节节高',color:'#768dfe',thisId:'001',},
- { value: 30, scale:'9.3%', name: '鸿利两全' ,color:'#7784a2',thisId:'002',},
- { value: 50, scale:'15.6%', name: '福享年年' ,color:'#38cbcb',thisId:'003',},
- { value: 40, scale:'12.5%', name: '年年丰' ,color:'#a5e1fc',thisId:'004',},
- { value: 30, scale:'9.3%', name: '银销健' ,color:'#e8bfa4',thisId:'005',},
- { value: 70, scale:'21.8%', name: '银销个' ,color:'#fcd439',thisId:'006',},
- { value: 50, scale:'15.6%', name: '节节高B款' ,color:'#fc7d82',thisId:'007',},
- ],
incomeOption :{
color: ["#768dfe", "#7784a2", "#38cbcb", "#a5e1fc", "#e8bfa4",'#fcd439','#fc7d82'],
title: {
@@ -238,7 +227,7 @@
y: "center",
textStyle: {
fontWeight: "normal",
- color: "#000000FF",
+ color: "#000",
fontSize: 24,
lineHeight: 18,
},
@@ -576,4 +565,85 @@
background-repeat: no-repeat;
background-size: cover;
}
+ .activeChannel{
+ color:#3749A9;background:#F4F6FF;padding:6px;border-radius:3px;font-weight:bold;font-size:14px;border:none;
+ }
+ .unActiveChannel{
+ color:#333333;font-size:14px;margin-left:5px;border:none;background:#fff;
+ }
+ .channel_head_con_num{
+ display:flex;justify-content:flex-start;margin-left:15px;
+ }
+ .channel_head_con_num_span{
+ color:#3749A9;font-size:16px;font-weight:bold;
+ }
+ .channel_head_con_mark{
+ color:#3646AF;font-size:14px;margin-left:15px;
+ }
+ .channel_head_con_num_span_unit{
+ color:#3646AF;font-size:12px;
+ }
+ .channelORnetween_list_head{
+ width:calc(100% - 20px);height:40px;margin:10px;
+ }
+ .channelORnetween_list_head_con{
+ display:flex;justify-content:space-between;
+ }
+ .channelORnetween_list_head_button_con{
+ display:flex;justify-content:space-between;align-items:center;
+ }
+ .channelORnetween_list_head_button_right{
+ color:#3749A9;background:#F7F7F7;padding:6px 10px;border-radius:20px;font-size:12px;font-weight:bold;
+ }
+ .channelORnetween_list{
+ width:calc(100% - 20px);margin:10px;
+ }
+ .channelORnetween_list_con{
+ margin-bottom:15px;border:1px solid #eee;border-radius:8px;
+ }
+ .channelORnetween_list_maincon{
+ display:flex;justify-content:space-between;align-items:center;height:50px;background:#EEEEEE;
+ }
+ .channelORnetween_list_maincon_title{
+ display:flex;align-items:center;
+ }
+ .channelORnetween_list_maincon_title_img{
+ width:20px;height:20px;margin-left:10px;
+ }
+ .channelORnetween_list_maincon_title_span{
+ font-size:14px;color:#333;margin-left:10px;font-weight:bold;
+ }
+ .channelORnetween_list_maincon_title_mark{
+ margin-right:10px;
+ }
+ .channelORnetween_list_maincon_title_mark_span{
+ color:#999;font-size:12px;margin-right:5px;
+ }
+ .channelORnetween_list_maincon_title_mark_money{
+ color:#D6313F;font-size:16px;font-weight:bold;
+ }
+ .markMoneyUnit{
+ font-size:12px;
+ }
+ .listInfoCon{
+ display:flex;align-items:center;height:100px;
+ }
+ .listInfoParts{
+ width:33.3%;position:relative;
+ }
+ .listInfoP{
+ line-height:30px;
+ }
+ .listInfoP_spanOne{
+ font-size:16px;font-weight:bold;color:#333;
+ }
+ .listInfoP_spanTwo{
+ color:#333;font-size:12px;font-weight:bold;
+ }
+ .listInfoMark{
+ font-size:12px;color:#999;line-height:30px;
+ }
+ .listInfoLine{
+ position:absolute;right: 0px;width: 1px;background: #eee;top: calc(50% - 10px);height: 20px;
+ }