Commit 7378e1a9 authored by 李晓兵's avatar 李晓兵

Merge branch 'develop' of https://hel.hand-china.com/xugong/hls-xcmg-vue-app into develop

parents 12c399c6 62aca5b5
......@@ -26,19 +26,19 @@
<div class="list">
<span>首付款</span>
<div>300,000.00</div>
<p>9,000.00</p>
<p>90,000.00</p>
<input v-model="first_pay" type="text" placeholder="请输入还款金额">
</div>
<div class="list">
<span>保证金</span>
<div>1,000.00</div>
<p>9,000.00</p>
<div>10,000.00</div>
<p>8,000.00</p>
<input type="text" placeholder="请输入还款金额">
</div>
<div class="list">
<span>手续费</span>
<div>50,000.00</div>
<p>9,000.00</p>
<p>900.00</p>
<input type="text" placeholder="请输入还款金额">
</div>
</div>
......@@ -210,25 +210,31 @@ export default {
margin-bottom: 0px;
span {
flex:3;
text-align: left;
font-family: PingFangSC-Regular;
font-size: 13px;
color: rgba(56,63,69,0.60);
}
div {
flex:5;
font-family: DIN-Bold;
font-size: 15px;
color: #00469C;
text-align: center;
font-weight: 700;
}
p {
flex:5;
font-family: DIN-Regular;
font-size: 14px;
color: rgba(56,63,69,0.60);
}
input {
flex: 5;
margin-top: 9px;
width: 96px;
height: 28px;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment