diff --git a/src/views/DepositInterestTrial/DepositInterestTrial.vue b/src/views/DepositInterestTrial/DepositInterestTrial.vue
index cab1bc56f75c46171bee811bc2f9ce09a355fb28..0cd0a68534d0ddfa68287913ef843d3d191cc017 100644
--- a/src/views/DepositInterestTrial/DepositInterestTrial.vue
+++ b/src/views/DepositInterestTrial/DepositInterestTrial.vue
@@ -8,11 +8,11 @@
-
-
-
- 存款利息试算
- 贷款利息试算
+
+
+
+ 存款利息试算
+ 贷款利息试算
@@ -96,17 +96,56 @@
-
年利率(%)
-
存入金额(元)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
贷款金额(元)
-
贷款期限(月)
+
-
贷款利率(%)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
@@ -135,15 +174,19 @@
-
-
计算
-
清除
+
+
+
+
+ 计算
+ 清除
- 计算
- 清除
+ 计算
+ 清除
-
+
+
@@ -365,18 +408,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";
@@ -386,10 +432,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;
}
+
+