默认提交
Showing
8 changed files
with
287 additions
and
75 deletions
| ... | @@ -477,7 +477,9 @@ textarea { | ... | @@ -477,7 +477,9 @@ textarea { |
| 477 | max-width: 100% !important; | 477 | max-width: 100% !important; |
| 478 | } | 478 | } |
| 479 | } | 479 | } |
| 480 | } | ||
| 480 | 481 | ||
| 482 | @media (max-width: 768px) { | ||
| 481 | #app { | 483 | #app { |
| 482 | .header { | 484 | .header { |
| 483 | position: fixed; | 485 | position: fixed; |
| ... | @@ -487,9 +489,7 @@ textarea { | ... | @@ -487,9 +489,7 @@ textarea { |
| 487 | padding-top: $navHeight-M; | 489 | padding-top: $navHeight-M; |
| 488 | } | 490 | } |
| 489 | } | 491 | } |
| 490 | } | ||
| 491 | 492 | ||
| 492 | @media (max-width: 768px) { | ||
| 493 | $fontSizeTitle: $fontSizeTitle-M; | 493 | $fontSizeTitle: $fontSizeTitle-M; |
| 494 | $fontSize: $fontSize-M; | 494 | $fontSize: $fontSize-M; |
| 495 | $fontSizeSmall: $fontSizeSmall-M; | 495 | $fontSizeSmall: $fontSizeSmall-M; | ... | ... |
| ... | @@ -978,6 +978,56 @@ module.exports = { | ... | @@ -978,6 +978,56 @@ module.exports = { |
| 978 | t12: "每年保障限额", | 978 | t12: "每年保障限额", |
| 979 | t13: "每保单年度420,000港元", | 979 | t13: "每保单年度420,000港元", |
| 980 | }, | 980 | }, |
| 981 | guarantee2: { | ||
| 982 | title:"Benefit Schedule", | ||
| 983 | titK:"Benefit items", | ||
| 984 | titV:"Benefit limit (in HKD)", | ||
| 985 | |||
| 986 | ak: "Room and board", | ||
| 987 | av: "750<br>per dayMaximum 180 days per Policy Year", | ||
| 988 | bk: "Miscellaneous charges", | ||
| 989 | bv: "14,000<br>per policy year", | ||
| 990 | ck: "Attending doctor's visit fee", | ||
| 991 | cv: "750<br>per dayMaximum 180 days per Policy Year", | ||
| 992 | dk: "Specialist's fee", | ||
| 993 | dv: "4,300<br>per policy year", | ||
| 994 | ek: "Intensive care", | ||
| 995 | ev: "3,500<br>per dayMaximum 25 days per Policy Year", | ||
| 996 | fk: "Surgeon's fee<br>(Per surgery)<br>subject to surgical category for the surgery/procedure in the Schedule of Surgical Procedures", | ||
| 997 | fv1: "Complex 50,000", | ||
| 998 | fv2: "Major 25,000", | ||
| 999 | fv3: "Intermediate 12,500", | ||
| 1000 | fv4: "Minor 5,000", | ||
| 1001 | gk: "Anesthetist’s fee", | ||
| 1002 | gv: "35% of Surgeon’s fee payable", | ||
| 1003 | hk: "Operating theatre charges", | ||
| 1004 | hv: "35% of Surgeon’s fee payable", | ||
| 1005 | ik: "Prescribed Diagnostic Imaging Tests", | ||
| 1006 | iv: "20,000<br>per Policy YearSubject to 30% Coinsurance", | ||
| 1007 | jk: "Prescribed Non-surgical Cancer Treatments", | ||
| 1008 | jv: "80,000 per policy year", | ||
| 1009 | kk: "re- and post-Confinement/Day Case Procedure outpatient care", | ||
| 1010 | kv11: "580<br>per visit", | ||
| 1011 | kv12: "3,000<br>per policy year", | ||
| 1012 | kv2: "1 prior outpatient visit or Emergency consultation per Confinement/Day Case Procedure", | ||
| 1013 | kv3: "3 follow-up outpatient visits per Confinement/Day Case Procedure (within 90 days after discharge from Hospital or completion of Day Case Procedure)", | ||
| 1014 | lk: " Psychiatric treatments", | ||
| 1015 | lv: "30,000<br>per Policy Year", | ||
| 1016 | }, | ||
| 1017 | guarantee3: { | ||
| 1018 | title: "Other limits", | ||
| 1019 | k1: "Annual Benefit Limit for benefit items (a) – (l)", | ||
| 1020 | v1: "420,000 per Policy Year", | ||
| 1021 | k2: "Lifetime Benefit Limit for benefit items (a) – (l)", | ||
| 1022 | v2: "Nil", | ||
| 1023 | }, | ||
| 1024 | guarantee4: { | ||
| 1025 | title: "Other Benefits", | ||
| 1026 | k1: "Compassionate Death Benefit", | ||
| 1027 | v1: "10,000", | ||
| 1028 | k2: "No Claims Discount", | ||
| 1029 | v2: "If no claims had been made in the last three (3) consecutive policy years, the premium payable for the subsequent policy year shall be reduced by a No Claims Discount. The No Claims Discount shall be equivalent to 10% of the total due and payable premium in the immediately preceding Policy Year (before any discount).", | ||
| 1030 | }, | ||
| 981 | download: { | 1031 | download: { |
| 982 | t1: "下载产品简介", | 1032 | t1: "下载产品简介", |
| 983 | t2: "下载标准保费表", | 1033 | t2: "下载标准保费表", | ... | ... |
This diff is collapsed.
Click to expand it.
| ... | @@ -973,17 +973,18 @@ module.exports = { | ... | @@ -973,17 +973,18 @@ module.exports = { |
| 973 | t13: "每保单年度420,000港元", | 973 | t13: "每保单年度420,000港元", |
| 974 | }, | 974 | }, |
| 975 | guarantee2: { | 975 | guarantee2: { |
| 976 | titK:"保障项目", | 976 | title: "保障内容", |
| 977 | titV:"赔偿限额(港元)", | 977 | titK: "保障项目", |
| 978 | titV: "赔偿限额(港元)", | ||
| 978 | 979 | ||
| 979 | ak: "病房及膳食", | 980 | ak: "病房及膳食", |
| 980 | av: "750<br>每保单年度最多180日", | 981 | av: "750<br>每保单年度最多180日", |
| 981 | bk: "杂项开支", | 982 | bk: "杂项开支", |
| 982 | bv: "每保单年度$14,000", | 983 | bv: "14,000<br>每保单年度", |
| 983 | ck: "主诊医生巡房费", | 984 | ck: "主诊医生巡房费", |
| 984 | cv: "750<br>每保单年度最多180日", | 985 | cv: "750<br>每保单年度最多180日", |
| 985 | dk: "专科医生费", | 986 | dk: "专科医生费", |
| 986 | dv: "4,300", | 987 | dv: "4,300<br>每保单年度", |
| 987 | ek: "深切治疗", | 988 | ek: "深切治疗", |
| 988 | ev: "3,500<br>每保单年度最多25日", | 989 | ev: "3,500<br>每保单年度最多25日", |
| 989 | fk: "外科医生费<br>(每项手术)<br> 按手术表划分<br>的手术分类", | 990 | fk: "外科医生费<br>(每项手术)<br> 按手术表划分<br>的手术分类", |
| ... | @@ -995,11 +996,11 @@ module.exports = { | ... | @@ -995,11 +996,11 @@ module.exports = { |
| 995 | gv: "外科医生费的35%", | 996 | gv: "外科医生费的35%", |
| 996 | hk: "手术室费", | 997 | hk: "手术室费", |
| 997 | hv: "外科医生费的35%", | 998 | hv: "外科医生费的35%", |
| 998 | ik: "订明诊断成像检测(设30%共同保险)", | 999 | ik: "订明诊断成像检测<br>(设30%共同保险)", |
| 999 | iv: "20,000<br>每保单年度", | 1000 | iv: "20,000<br>每保单年度", |
| 1000 | jk: "订明非手术<br>癌症治疗", | 1001 | jk: "订明非手术<br>癌症治疗", |
| 1001 | jv: "80,000每保单年度", | 1002 | jv: "80,000每保单年度", |
| 1002 | kk: "入院前或出院后/<br>日间手术前后的门诊护理", | 1003 | kk: "入院前或出院后/<br>日间手术前后的<br>门诊护理", |
| 1003 | kv11: "580<br>每次", | 1004 | kv11: "580<br>每次", |
| 1004 | kv12: "3,000<br>每保单年度", | 1005 | kv12: "3,000<br>每保单年度", |
| 1005 | kv2: "住院/日间手术前<br>最多1次门诊或<br>急症诊症", | 1006 | kv2: "住院/日间手术前<br>最多1次门诊或<br>急症诊症", |
| ... | @@ -1007,6 +1008,21 @@ module.exports = { | ... | @@ -1007,6 +1008,21 @@ module.exports = { |
| 1007 | lk: "精神科治疗", | 1008 | lk: "精神科治疗", |
| 1008 | lv: "30,000<br>每保单年度", | 1009 | lv: "30,000<br>每保单年度", |
| 1009 | }, | 1010 | }, |
| 1011 | guarantee3: { | ||
| 1012 | title: "其他限额", | ||
| 1013 | k1: "保障项目(a) – (l) 的每年保障限额", | ||
| 1014 | v1: "每保单年度420,000", | ||
| 1015 | k2: "保障项目(a) – (l) 的终身保障限额", | ||
| 1016 | v2: "无", | ||
| 1017 | }, | ||
| 1018 | guarantee4: { | ||
| 1019 | title: "其他保障", | ||
| 1020 | k1: "身故恩恤赔偿", | ||
| 1021 | v1: "10,000", | ||
| 1022 | k2: "无索偿折扣", | ||
| 1023 | v2: "在连续3个保单年度或以上不曾作出赔偿,无索偿折扣将适用于紧随的保单年度之应缴保费。无索偿折扣将相当于前一个保单年度所有到期及应缴保费(不包括任何折扣)的百分之十(10%)。", | ||
| 1024 | }, | ||
| 1025 | |||
| 1010 | download: { | 1026 | download: { |
| 1011 | t1: "下载产品简介", | 1027 | t1: "下载产品简介", |
| 1012 | t2: "下载标准保费表", | 1028 | t2: "下载标准保费表", | ... | ... |
| ... | @@ -430,9 +430,10 @@ $borderSize: 6px; | ... | @@ -430,9 +430,10 @@ $borderSize: 6px; |
| 430 | 430 | ||
| 431 | .container { | 431 | .container { |
| 432 | display: flex; | 432 | display: flex; |
| 433 | margin: 48px auto 0; | 433 | margin: 0 auto 0; |
| 434 | 434 | ||
| 435 | .table { | 435 | .table { |
| 436 | margin-top: 48px; | ||
| 436 | width: 582px; | 437 | width: 582px; |
| 437 | 438 | ||
| 438 | .smal { | 439 | .smal { |
| ... | @@ -453,21 +454,20 @@ $borderSize: 6px; | ... | @@ -453,21 +454,20 @@ $borderSize: 6px; |
| 453 | } | 454 | } |
| 454 | 455 | ||
| 455 | &-item { | 456 | &-item { |
| 456 | height: 136px; | 457 | min-height: 136px; |
| 457 | 458 | ||
| 458 | .label { | 459 | .label { |
| 459 | // padding: 0; | 460 | @extend .bb; |
| 460 | // @extend .fcc; | 461 | @extend .fcc; |
| 461 | align-items: flex-start; | 462 | padding-left: 24px; |
| 462 | display: flex; | 463 | padding-right: 2px; |
| 463 | padding: 40px 12px 0; | 464 | justify-content: flex-start; |
| 464 | 465 | ||
| 465 | .nn {} | 466 | .nn {} |
| 466 | 467 | ||
| 467 | .n1 { | 468 | .n1 { |
| 468 | text-align: right; | 469 | text-align: right; |
| 469 | width: 44px; | 470 | margin-top: 0px; |
| 470 | margin-top: 2px; | ||
| 471 | margin-right: 8px; | 471 | margin-right: 8px; |
| 472 | color: $cOrange2; | 472 | color: $cOrange2; |
| 473 | } | 473 | } |
| ... | @@ -477,53 +477,68 @@ $borderSize: 6px; | ... | @@ -477,53 +477,68 @@ $borderSize: 6px; |
| 477 | } | 477 | } |
| 478 | } | 478 | } |
| 479 | 479 | ||
| 480 | .label2 { | ||
| 481 | display: flex; | ||
| 482 | align-items: flex-start; | ||
| 483 | padding: 40px 24px 0; | ||
| 484 | } | ||
| 485 | |||
| 480 | .val { | 486 | .val { |
| 481 | @extend .fcc; | 487 | @extend .fcc; |
| 482 | flex-wrap: wrap; | 488 | flex-wrap: wrap; |
| 483 | padding: 0 0; | 489 | padding: 0 4px; |
| 484 | text-align: center; | 490 | text-align: center; |
| 485 | line-height: 1.5; | ||
| 486 | flex: 1; | 491 | flex: 1; |
| 492 | min-height: 81px; | ||
| 487 | 493 | ||
| 488 | &-item { | 494 | &-item { |
| 489 | width: 100%; | 495 | width: 100%; |
| 490 | height: 81px; | 496 | min-height: 81px; |
| 491 | } | 497 | } |
| 492 | } | 498 | } |
| 499 | |||
| 500 | // .label:lang(zh) { | ||
| 501 | // line-height: 1.5; | ||
| 502 | // } | ||
| 503 | |||
| 504 | // .val:lang(zh) { | ||
| 505 | // line-height: 1.5; | ||
| 506 | // } | ||
| 493 | } | 507 | } |
| 494 | 508 | ||
| 495 | &-item-4 { | 509 | &-item-4 { |
| 496 | height: 324px; | ||
| 497 | 510 | ||
| 498 | .val { | 511 | .val { |
| 499 | align-items: flex-start; | 512 | align-items: flex-start; |
| 500 | padding: 0 0; | 513 | // padding: 0 0; |
| 501 | text-align: center; | 514 | text-align: center; |
| 502 | line-height: 1.5; | 515 | line-height: 1.5; |
| 503 | 516 | ||
| 504 | |||
| 505 | &-item { | 517 | &-item { |
| 506 | @extend .bb; | 518 | @extend .bb; |
| 507 | @extend .fcc; | 519 | @extend .fcc; |
| 508 | height: 81px; | 520 | // height: 81px; |
| 509 | border-bottom: solid 1px #e4e4e5; | 521 | border-bottom: solid 1px #e4e4e5; |
| 510 | } | 522 | } |
| 523 | |||
| 524 | &-item:last-child { | ||
| 525 | border-bottom: none; | ||
| 526 | } | ||
| 511 | } | 527 | } |
| 512 | } | 528 | } |
| 513 | 529 | ||
| 514 | &-item-3 { | 530 | &-item-3 { |
| 515 | height: 408px; | ||
| 516 | 531 | ||
| 517 | .val { | 532 | .val { |
| 518 | align-items: flex-start; | 533 | align-items: flex-start; |
| 519 | padding: 0 0; | 534 | // padding: 0 0; |
| 520 | text-align: center; | 535 | text-align: center; |
| 521 | line-height: 1.5; | 536 | line-height: 1.5; |
| 522 | 537 | ||
| 523 | &-item { | 538 | &-item { |
| 524 | @extend .bb; | 539 | @extend .bb; |
| 525 | @extend .fcc; | 540 | @extend .fcc; |
| 526 | height: 136px; | 541 | min-height: 136px; |
| 527 | border-bottom: solid 1px #e4e4e5; | 542 | border-bottom: solid 1px #e4e4e5; |
| 528 | 543 | ||
| 529 | .thr { | 544 | .thr { |
| ... | @@ -531,8 +546,17 @@ $borderSize: 6px; | ... | @@ -531,8 +546,17 @@ $borderSize: 6px; |
| 531 | @extend .fcc; | 546 | @extend .fcc; |
| 532 | width: 50%; | 547 | width: 50%; |
| 533 | height: 100%; | 548 | height: 100%; |
| 549 | min-height: 136px; | ||
| 534 | border-right: solid 1px #e4e4e5; | 550 | border-right: solid 1px #e4e4e5; |
| 535 | } | 551 | } |
| 552 | |||
| 553 | .thr:last-child { | ||
| 554 | border-right: none; | ||
| 555 | } | ||
| 556 | } | ||
| 557 | |||
| 558 | &-item:last-child { | ||
| 559 | border-bottom: none; | ||
| 536 | } | 560 | } |
| 537 | } | 561 | } |
| 538 | } | 562 | } |
| ... | @@ -732,7 +756,10 @@ $borderSize: 6px; | ... | @@ -732,7 +756,10 @@ $borderSize: 6px; |
| 732 | width: 100%; | 756 | width: 100%; |
| 733 | } | 757 | } |
| 734 | 758 | ||
| 735 | .label, | 759 | .label { |
| 760 | padding: 18px; | ||
| 761 | } | ||
| 762 | |||
| 736 | .val { | 763 | .val { |
| 737 | padding: 18px; | 764 | padding: 18px; |
| 738 | } | 765 | } |
| ... | @@ -740,6 +767,55 @@ $borderSize: 6px; | ... | @@ -740,6 +767,55 @@ $borderSize: 6px; |
| 740 | } | 767 | } |
| 741 | } | 768 | } |
| 742 | 769 | ||
| 770 | .guarantee2 { | ||
| 771 | .tit { | ||
| 772 | font-size: $fontSizeTitle-M2; | ||
| 773 | } | ||
| 774 | |||
| 775 | .container { | ||
| 776 | flex-wrap: wrap; | ||
| 777 | |||
| 778 | .table { | ||
| 779 | margin-top: 24px; | ||
| 780 | font-size: $fontSize-M2; | ||
| 781 | |||
| 782 | .smal { | ||
| 783 | font-size: $fontSizeSmall-M2; | ||
| 784 | } | ||
| 785 | |||
| 786 | &-item { | ||
| 787 | .val { | ||
| 788 | // box-sizing: border-box; | ||
| 789 | padding: 18px; | ||
| 790 | } | ||
| 791 | } | ||
| 792 | |||
| 793 | &-item-3 { | ||
| 794 | .val { | ||
| 795 | padding: 0; | ||
| 796 | } | ||
| 797 | } | ||
| 798 | |||
| 799 | &-item-4 { | ||
| 800 | .val { | ||
| 801 | padding: 0; | ||
| 802 | } | ||
| 803 | } | ||
| 804 | |||
| 805 | .titl { | ||
| 806 | |||
| 807 | &-item { | ||
| 808 | font-size: $fontSize-M2; | ||
| 809 | |||
| 810 | |||
| 811 | } | ||
| 812 | } | ||
| 813 | } | ||
| 814 | |||
| 815 | |||
| 816 | } | ||
| 817 | } | ||
| 818 | |||
| 743 | 819 | ||
| 744 | 820 | ||
| 745 | // 下载 | 821 | // 下载 | ... | ... |
| ... | @@ -128,59 +128,73 @@ | ... | @@ -128,59 +128,73 @@ |
| 128 | 128 | ||
| 129 | <!-- 保障内容 --> | 129 | <!-- 保障内容 --> |
| 130 | <div class="guarantee guarantee2"> | 130 | <div class="guarantee guarantee2"> |
| 131 | <div class="tit">{{$t('vhisDetail.guarantee1.title')}}</div> | 131 | <div class="tit">{{$t('vhisDetail.guarantee2.title')}}</div> |
| 132 | 132 | ||
| 133 | <div class="container"> | 133 | <div class="container"> |
| 134 | <!-- 左表 --> | 134 | <!-- 左表 --> |
| 135 | <div class="table"> | 135 | <div class="table"> |
| 136 | <div class="titl"> | 136 | <div class="titl"> |
| 137 | <div class="titl-item">{{$t('vhisDetail.guarantee2.titK')}}<span class="smal">(1)</span></div> | 137 | <div class="titl-item">{{$t('vhisDetail.guarantee2.titK')}} |
| 138 | <span class="smal">(1)</span> | ||
| 139 | </div> | ||
| 138 | <div class="titl-item">{{$t('vhisDetail.guarantee2.titV')}}</div> | 140 | <div class="titl-item">{{$t('vhisDetail.guarantee2.titV')}}</div> |
| 139 | </div> | 141 | </div> |
| 140 | <div class="border2 table-border"></div> | 142 | <div class="border2 table-border"></div> |
| 141 | <div class="table-item"> | 143 | <div class="table-item"> |
| 142 | <div class="tt label"> | 144 | <div class="tt label"> |
| 143 | <div class="nn n1">(a)</div> | 145 | <div class="fl"> |
| 144 | <div v-html="$t('vhisDetail.guarantee2.ak')" class="nn n2">{{$t('vhisDetail.guarantee2.ak')}}</div> | 146 | <div class="nn n1">(a)</div> |
| 147 | <div v-html="$t('vhisDetail.guarantee2.ak')" class="nn n2">{{$t('vhisDetail.guarantee2.ak')}}</div> | ||
| 148 | </div> | ||
| 145 | </div> | 149 | </div> |
| 146 | <div v-html="$t('vhisDetail.guarantee2.av')" class="tt val">{{$t('vhisDetail.guarantee2.av')}}</div> | 150 | <div v-html="$t('vhisDetail.guarantee2.av')" class="tt val">{{$t('vhisDetail.guarantee2.av')}}</div> |
| 147 | </div> | 151 | </div> |
| 148 | <div class="table-item"> | 152 | <div class="table-item"> |
| 149 | <div class="tt label"> | 153 | <div class="tt label"> |
| 150 | <div class="nn n1">(b)</div> | 154 | <div class="fl"> |
| 151 | <div v-html="$t('vhisDetail.guarantee2.bk')" class="nn n2">{{$t('vhisDetail.guarantee2.bk')}}</div> | 155 | <div class="nn n1">(b)</div> |
| 156 | <div v-html="$t('vhisDetail.guarantee2.bk')" class="nn n2">{{$t('vhisDetail.guarantee2.bk')}}</div> | ||
| 157 | </div> | ||
| 152 | </div> | 158 | </div> |
| 153 | <div v-html="$t('vhisDetail.guarantee2.bv')" class="tt val">{{$t('vhisDetail.guarantee2.bv')}}</div> | 159 | <div v-html="$t('vhisDetail.guarantee2.bv')" class="tt val">{{$t('vhisDetail.guarantee2.bv')}}</div> |
| 154 | </div> | 160 | </div> |
| 155 | <div class="table-item"> | 161 | <div class="table-item"> |
| 156 | <div class="tt label"> | 162 | <div class="tt label"> |
| 157 | <div class="nn n1">(c)</div> | 163 | <div class="fl"> |
| 158 | <div v-html="$t('vhisDetail.guarantee2.ck')" class="nn n2">{{$t('vhisDetail.guarantee2.ck')}}</div> | 164 | <div class="nn n1">(c)</div> |
| 165 | <div v-html="$t('vhisDetail.guarantee2.ck')" class="nn n2">{{$t('vhisDetail.guarantee2.ck')}}</div> | ||
| 166 | </div> | ||
| 159 | </div> | 167 | </div> |
| 160 | <div v-html="$t('vhisDetail.guarantee2.cv')" class="tt val">{{$t('vhisDetail.guarantee2.cv')}}</div> | 168 | <div v-html="$t('vhisDetail.guarantee2.cv')" class="tt val">{{$t('vhisDetail.guarantee2.cv')}}</div> |
| 161 | </div> | 169 | </div> |
| 162 | <div class="table-item"> | 170 | <div class="table-item"> |
| 163 | <div class="tt label"> | 171 | <div class="tt label"> |
| 164 | <div class="nn n1">(d)</div> | 172 | <div class="fl"> |
| 165 | <div class="nn n2"> | 173 | <div class="nn n1">(d)</div> |
| 166 | <span v-html="$t('vhisDetail.guarantee2.dk')">{{$t('vhisDetail.guarantee2.dk')}}</span> | 174 | <div class="nn n2"> |
| 167 | <span class="smal">(2)</span> | 175 | <span v-html="$t('vhisDetail.guarantee2.dk')">{{$t('vhisDetail.guarantee2.dk')}}</span> |
| 176 | <span class="smal">(2)</span> | ||
| 177 | </div> | ||
| 168 | </div> | 178 | </div> |
| 169 | </div> | 179 | </div> |
| 170 | <div class="tt val">{{$t('vhisDetail.guarantee2.dv')}}</div> | 180 | <div v-html="$t('vhisDetail.guarantee2.dv')" class="tt val">{{$t('vhisDetail.guarantee2.dv')}}</div> |
| 171 | </div> | 181 | </div> |
| 172 | <div class="table-item"> | 182 | <div class="table-item"> |
| 173 | <div class="tt label"> | 183 | <div class="tt label"> |
| 174 | <div class="nn n1">(e)</div> | 184 | <div class="fl"> |
| 175 | <div v-html="$t('vhisDetail.guarantee2.ek')" class="nn n2">{{$t('vhisDetail.guarantee2.ek')}}</div> | 185 | <div class="nn n1">(e)</div> |
| 186 | <div v-html="$t('vhisDetail.guarantee2.ek')" class="nn n2">{{$t('vhisDetail.guarantee2.ek')}}</div> | ||
| 187 | </div> | ||
| 176 | </div> | 188 | </div> |
| 177 | <div v-html="$t('vhisDetail.guarantee2.ev')" class="tt val">{{$t('vhisDetail.guarantee2.ev')}}</div> | 189 | <div v-html="$t('vhisDetail.guarantee2.ev')" class="tt val">{{$t('vhisDetail.guarantee2.ev')}}</div> |
| 178 | </div> | 190 | </div> |
| 179 | <!-- 4分 --> | 191 | <!-- 4分 --> |
| 180 | <div class="table-item table-item-4"> | 192 | <div class="table-item table-item-4"> |
| 181 | <div class="tt label"> | 193 | <div class="tt label label2"> |
| 182 | <div class="nn n1">(f)</div> | 194 | <div class="fl"> |
| 183 | <div v-html="$t('vhisDetail.guarantee2.fk')" class="nn n2">{{$t('vhisDetail.guarantee2.fk')}}</div> | 195 | <div class="nn n1">(f)</div> |
| 196 | <div v-html="$t('vhisDetail.guarantee2.fk')" class="nn n2">{{$t('vhisDetail.guarantee2.fk')}}</div> | ||
| 197 | </div> | ||
| 184 | </div> | 198 | </div> |
| 185 | <div class="tt val"> | 199 | <div class="tt val"> |
| 186 | <div class="val-item"> | 200 | <div class="val-item"> |
| ... | @@ -202,56 +216,72 @@ | ... | @@ -202,56 +216,72 @@ |
| 202 | <!-- 右表 --> | 216 | <!-- 右表 --> |
| 203 | <div class="table"> | 217 | <div class="table"> |
| 204 | <div class="titl"> | 218 | <div class="titl"> |
| 205 | <div class="titl-item">{{$t('vhisDetail.guarantee2.titK')}}<span class="smal">(1)</span></div> | 219 | <div class="titl-item">{{$t('vhisDetail.guarantee2.titK')}} |
| 220 | <span class="smal">(1)</span> | ||
| 221 | </div> | ||
| 206 | <div class="titl-item">{{$t('vhisDetail.guarantee2.titV')}}</div> | 222 | <div class="titl-item">{{$t('vhisDetail.guarantee2.titV')}}</div> |
| 207 | </div> | 223 | </div> |
| 208 | <div class="border2 table-border"></div> | 224 | <div class="border2 table-border"></div> |
| 209 | <div class="table-item"> | 225 | <div class="table-item"> |
| 210 | <div class="tt label"> | 226 | <div class="tt label"> |
| 211 | <div class="nn n1">(g)</div> | 227 | <div class="fl"> |
| 212 | <div v-html="$t('vhisDetail.guarantee2.gk')" class="nn n2">{{$t('vhisDetail.guarantee2.gk')}}</div> | 228 | <div class="nn n1">(g)</div> |
| 229 | <div v-html="$t('vhisDetail.guarantee2.gk')" class="nn n2">{{$t('vhisDetail.guarantee2.gk')}}</div> | ||
| 230 | </div> | ||
| 213 | </div> | 231 | </div> |
| 214 | <div class="tt val"> | 232 | <div class="tt val"> |
| 215 | <span v-html="$t('vhisDetail.guarantee2.gv')">{{$t('vhisDetail.guarantee2.gv')}}</span> | 233 | <div> |
| 216 | <span class="smal">(5)</span> | 234 | <span v-html="$t('vhisDetail.guarantee2.gv')">{{$t('vhisDetail.guarantee2.gv')}}</span> |
| 235 | <span class="smal">(5)</span> | ||
| 236 | </div> | ||
| 217 | </div> | 237 | </div> |
| 218 | </div> | 238 | </div> |
| 219 | <div class="table-item"> | 239 | <div class="table-item"> |
| 220 | <div class="tt label"> | 240 | <div class="tt label"> |
| 221 | <div class="nn n1">(h)</div> | 241 | <div class="fl"> |
| 222 | <div v-html="$t('vhisDetail.guarantee2.hk')" class="nn n2">{{$t('vhisDetail.guarantee2.hk')}}</div> | 242 | <div class="nn n1">(h)</div> |
| 243 | <div v-html="$t('vhisDetail.guarantee2.hk')" class="nn n2">{{$t('vhisDetail.guarantee2.hk')}}</div> | ||
| 244 | </div> | ||
| 223 | </div> | 245 | </div> |
| 224 | <div class="tt val"> | 246 | <div class="tt val"> |
| 225 | <span v-html="$t('vhisDetail.guarantee2.hv')">{{$t('vhisDetail.guarantee2.hv')}}</span> | 247 | <div> |
| 226 | <span class="smal">(5)</span> | 248 | <span v-html="$t('vhisDetail.guarantee2.hv')">{{$t('vhisDetail.guarantee2.hv')}}</span> |
| 249 | <span class="smal">(5)</span> | ||
| 250 | </div> | ||
| 227 | </div> | 251 | </div> |
| 228 | </div> | 252 | </div> |
| 229 | <div class="table-item"> | 253 | <div class="table-item"> |
| 230 | <div class="tt label"> | 254 | <div class="tt label "> |
| 231 | <div class="nn n1">(i)</div> | 255 | <div class="fl"> |
| 232 | <div class="nn n2"> | 256 | <div class="nn n1">(i)</div> |
| 233 | <span v-html="$t('vhisDetail.guarantee2.ik')">{{$t('vhisDetail.guarantee2.ik')}}</span> | 257 | <div class="nn n2"> |
| 234 | <span class="smal">(2)(3)</span> | 258 | <span v-html="$t('vhisDetail.guarantee2.ik')">{{$t('vhisDetail.guarantee2.ik')}}</span> |
| 259 | <span class="smal">(2)(3)</span> | ||
| 260 | </div> | ||
| 235 | </div> | 261 | </div> |
| 236 | </div> | 262 | </div> |
| 237 | <div v-html="$t('vhisDetail.guarantee2.iv')" class="tt val">{{$t('vhisDetail.guarantee2.iv')}}</div> | 263 | <div v-html="$t('vhisDetail.guarantee2.iv')" class="tt val">{{$t('vhisDetail.guarantee2.iv')}}</div> |
| 238 | </div> | 264 | </div> |
| 239 | <div class="table-item"> | 265 | <div class="table-item"> |
| 240 | <div class="tt label"> | 266 | <div class="tt label "> |
| 241 | <div class="nn n1">(j)</div> | 267 | <div class="fl"> |
| 242 | <div class="nn n2"> | 268 | <div class="nn n1">(j)</div> |
| 243 | <span v-html="$t('vhisDetail.guarantee2.jk')">{{$t('vhisDetail.guarantee2.jk')}}</span> | 269 | <div class="nn n2"> |
| 244 | <span class="smal">(4)</span> | 270 | <span v-html="$t('vhisDetail.guarantee2.jk')">{{$t('vhisDetail.guarantee2.jk')}}</span> |
| 271 | <span class="smal">(4)</span> | ||
| 272 | </div> | ||
| 245 | </div> | 273 | </div> |
| 246 | </div> | 274 | </div> |
| 247 | <div v-html="$t('vhisDetail.guarantee2.jv')" class="tt val">{{$t('vhisDetail.guarantee2.jv')}}</div> | 275 | <div v-html="$t('vhisDetail.guarantee2.jv')" class="tt val">{{$t('vhisDetail.guarantee2.jv')}}</div> |
| 248 | </div> | 276 | </div> |
| 249 | <div class="table-item table-item-3"> | 277 | <div class="table-item table-item-3"> |
| 250 | <div class="tt label"> | 278 | <div class="tt label label2"> |
| 251 | <div class="nn n1">(k)</div> | 279 | <div class="fl"> |
| 252 | <div class="nn n2"> | 280 | <div class="nn n1">(k)</div> |
| 253 | <span v-html="$t('vhisDetail.guarantee2.kk')">{{$t('vhisDetail.guarantee2.kk')}}</span> | 281 | <div class="nn n2"> |
| 254 | <span class="smal">(2)</span> | 282 | <span v-html="$t('vhisDetail.guarantee2.kk')">{{$t('vhisDetail.guarantee2.kk')}}</span> |
| 283 | <span class="smal">(2)</span> | ||
| 284 | </div> | ||
| 255 | </div> | 285 | </div> |
| 256 | </div> | 286 | </div> |
| 257 | <div class="tt val"> | 287 | <div class="tt val"> |
| ... | @@ -270,8 +300,10 @@ | ... | @@ -270,8 +300,10 @@ |
| 270 | <!-- 4分 --> | 300 | <!-- 4分 --> |
| 271 | <div class="table-item table-item"> | 301 | <div class="table-item table-item"> |
| 272 | <div class="tt label"> | 302 | <div class="tt label"> |
| 273 | <div class="nn n1">(l)</div> | 303 | <div class="fl"> |
| 274 | <div v-html="$t('vhisDetail.guarantee2.lk')" class="nn n2">{{$t('vhisDetail.guarantee2.lk')}}</div> | 304 | <div class="nn n1">(l)</div> |
| 305 | <div v-html="$t('vhisDetail.guarantee2.lk')" class="nn n2">{{$t('vhisDetail.guarantee2.lk')}}</div> | ||
| 306 | </div> | ||
| 275 | </div> | 307 | </div> |
| 276 | <div v-html="$t('vhisDetail.guarantee2.lv')" class="tt val">{{$t('vhisDetail.guarantee2.lv')}}</div> | 308 | <div v-html="$t('vhisDetail.guarantee2.lv')" class="tt val">{{$t('vhisDetail.guarantee2.lv')}}</div> |
| 277 | </div> | 309 | </div> |
| ... | @@ -280,6 +312,44 @@ | ... | @@ -280,6 +312,44 @@ |
| 280 | 312 | ||
| 281 | </div> | 313 | </div> |
| 282 | 314 | ||
| 315 | <!-- 其他限额 --> | ||
| 316 | <div class="guarantee"> | ||
| 317 | <div class="tit">{{$t('vhisDetail.guarantee3.title')}}</div> | ||
| 318 | |||
| 319 | <div class="container"> | ||
| 320 | <div class="table"> | ||
| 321 | <div class="border2 table-border"></div> | ||
| 322 | <div class="table-item"> | ||
| 323 | <div class="tt label">{{$t('vhisDetail.guarantee3.k1')}}</div> | ||
| 324 | <div class="tt val">{{$t('vhisDetail.guarantee3.v1')}}</div> | ||
| 325 | </div> | ||
| 326 | <div class="table-item"> | ||
| 327 | <div class="tt label">{{$t('vhisDetail.guarantee3.k2')}}</div> | ||
| 328 | <div class="tt val">{{$t('vhisDetail.guarantee3.v2')}}</div> | ||
| 329 | </div> | ||
| 330 | </div> | ||
| 331 | </div> | ||
| 332 | </div> | ||
| 333 | |||
| 334 | <!-- 其他保障 --> | ||
| 335 | <div class="guarantee"> | ||
| 336 | <div class="tit">{{$t('vhisDetail.guarantee4.title')}}</div> | ||
| 337 | |||
| 338 | <div class="container"> | ||
| 339 | <div class="table"> | ||
| 340 | <div class="border2 table-border"></div> | ||
| 341 | <div class="table-item"> | ||
| 342 | <div class="tt label">{{$t('vhisDetail.guarantee4.k1')}}</div> | ||
| 343 | <div class="tt val">{{$t('vhisDetail.guarantee4.v1')}}</div> | ||
| 344 | </div> | ||
| 345 | <div class="table-item"> | ||
| 346 | <div class="tt label">{{$t('vhisDetail.guarantee4.k2')}}</div> | ||
| 347 | <div class="tt val">{{$t('vhisDetail.guarantee4.v2')}}</div> | ||
| 348 | </div> | ||
| 349 | </div> | ||
| 350 | </div> | ||
| 351 | </div> | ||
| 352 | |||
| 283 | <!-- 下载 --> | 353 | <!-- 下载 --> |
| 284 | <div class="download"> | 354 | <div class="download"> |
| 285 | <div class="border2 download-item"> | 355 | <div class="border2 download-item"> | ... | ... |
-
Please register or sign in to post a comment