Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
H
hls-xcmg-vue-app
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
xugong
hls-xcmg-vue-app
Commits
7378e1a9
Commit
7378e1a9
authored
Oct 14, 2019
by
李晓兵
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'develop' of
https://hel.hand-china.com/xugong/hls-xcmg-vue-app
into develop
parents
12c399c6
62aca5b5
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
4 deletions
+10
-4
contract-record.vue
src/pages/pay/firstPay/contract-record.vue
+10
-4
No files found.
src/pages/pay/firstPay/contract-record.vue
View file @
7378e1a9
...
...
@@ -26,19 +26,19 @@
<div
class=
"list"
>
<span>
首付款
</span>
<div>
300,000.00
</div>
<p>
9,000.00
</p>
<p>
9
0
,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>
1
0
,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
,0
00.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;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment