From 87c746bcf4d705e77595070ea08b858c64b370f3 Mon Sep 17 00:00:00 2001 From: xuxingjun Date: Wed, 20 Nov 2024 17:47:10 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=9D=E8=B4=B9=E8=AE=A1=E7=AE=97=20?= =?UTF-8?q?=E9=BB=98=E8=AE=A4=E9=80=89=E4=B8=AD=E7=AC=AC=E4=BA=8C=E6=9D=A1?= =?UTF-8?q?=E6=96=B9=E6=A1=88?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/ebiz/common/CalculatePremium.vue | 28 ++++++++++++++++++++++ 1 file changed, 28 insertions(+) diff --git a/src/views/ebiz/common/CalculatePremium.vue b/src/views/ebiz/common/CalculatePremium.vue index 02e09a9c1..2b67eaab1 100644 --- a/src/views/ebiz/common/CalculatePremium.vue +++ b/src/views/ebiz/common/CalculatePremium.vue @@ -102,6 +102,7 @@
{{ riskFactor.name }}
+
@@ -2442,6 +2444,11 @@ export default { }) } }) + result.push({ + amt: "100000.00", + dutyCode: "jhblxbase21", + dutyName: "基本责任二方案1(身故保险金或全残保险金(保额))" + }) trialInfo.duty = result } }) @@ -3434,4 +3441,25 @@ export default { border: 1px solid red; } } + +.checked { + color: #fff !important; + background-color: #E9332E !important; + border-color: #E9332E; +} +/deep/ .van-icon { + border-color: #e9332e; + color: #fff !important; +} +.duty { + position: relative; +} +.zhe { + width: 30px; + height: 30px; + position: absolute; + top: 24.66667vw; + right: -4px; + z-index: 9; +}