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 @@ ...@@ -26,19 +26,19 @@
<div class="list"> <div class="list">
<span>首付款</span> <span>首付款</span>
<div>300,000.00</div> <div>300,000.00</div>
<p>9,000.00</p> <p>90,000.00</p>
<input v-model="first_pay" type="text" placeholder="请输入还款金额"> <input v-model="first_pay" type="text" placeholder="请输入还款金额">
</div> </div>
<div class="list"> <div class="list">
<span>保证金</span> <span>保证金</span>
<div>1,000.00</div> <div>10,000.00</div>
<p>9,000.00</p> <p>8,000.00</p>
<input type="text" placeholder="请输入还款金额"> <input type="text" placeholder="请输入还款金额">
</div> </div>
<div class="list"> <div class="list">
<span>手续费</span> <span>手续费</span>
<div>50,000.00</div> <div>50,000.00</div>
<p>9,000.00</p> <p>900.00</p>
<input type="text" placeholder="请输入还款金额"> <input type="text" placeholder="请输入还款金额">
</div> </div>
</div> </div>
...@@ -210,25 +210,31 @@ export default { ...@@ -210,25 +210,31 @@ export default {
margin-bottom: 0px; margin-bottom: 0px;
span { span {
flex:3;
text-align: left;
font-family: PingFangSC-Regular; font-family: PingFangSC-Regular;
font-size: 13px; font-size: 13px;
color: rgba(56,63,69,0.60); color: rgba(56,63,69,0.60);
} }
div { div {
flex:5;
font-family: DIN-Bold; font-family: DIN-Bold;
font-size: 15px; font-size: 15px;
color: #00469C; color: #00469C;
text-align: center;
font-weight: 700; font-weight: 700;
} }
p { p {
flex:5;
font-family: DIN-Regular; font-family: DIN-Regular;
font-size: 14px; font-size: 14px;
color: rgba(56,63,69,0.60); color: rgba(56,63,69,0.60);
} }
input { input {
flex: 5;
margin-top: 9px; margin-top: 9px;
width: 96px; width: 96px;
height: 28px; 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