From 7dc3d5541231d0d4bd874d061dfb5e5baeb81919 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=80=9Cgrape=E2=80=9D?= <18746553572@163.com> Date: Wed, 7 Sep 2022 15:41:53 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=A9=E6=81=AF=E8=AF=95=E7=AE=97=E9=A1=B5?= =?UTF-8?q?=E9=9D=A2=E9=80=82=E9=85=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../DepositInterestTrial.vue | 95 ++++++++++++++----- 1 file changed, 72 insertions(+), 23 deletions(-) diff --git a/src/views/DepositInterestTrial/DepositInterestTrial.vue b/src/views/DepositInterestTrial/DepositInterestTrial.vue index 890f52f..95f101b 100644 --- a/src/views/DepositInterestTrial/DepositInterestTrial.vue +++ b/src/views/DepositInterestTrial/DepositInterestTrial.vue @@ -8,11 +8,11 @@
- -
- - 存款利息试算 - 贷款利息试算 + +
+ + 存款利息试算 + 贷款利息试算
@@ -29,7 +29,7 @@ - + - + - + 年利率(%)
-
存入金额(元)
+ + + + + + + + + + + + + + + + +
-
贷款金额(元)
-
贷款期限(月)
+ -
贷款利率(%)
+ + + + + + + + + + + + + + + + + + + + + + + + @@ -132,15 +171,19 @@
-
- 计算 - 清除 + + + +
+ 计算 + 清除
- 计算 - 清除 + 计算 + 清除
-
+ + @@ -360,18 +403,21 @@ export default class DepositInterestTrial extends Vue{ } .white{ background-color: #ffffff; - color: #0073ff; + color: #3672F1; } .green{ - background-color: #409eff; + background-color: #3672F1; color: #ffffff; } .card{ + padding: 1.5% 0% 1.5% 0%; position: absolute; background-color: #ffffff; + width: 90%; margin-left: 5%; - margin-top: -30%; + margin-top: -25%; + border-radius: 10px; } .layoutName { font-family: "Arial Normal", "Arial"; @@ -381,10 +427,13 @@ export default class DepositInterestTrial extends Vue{ font-size: 13px; color: rgba(0, 0, 0, 0.65); } + ::v-deep .ant-select-selection { border: none; } ::v-deep .van-field__label { - color:#000000A6; + color:#212529; } + + -- 2.22.0