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
86953aff
Commit
86953aff
authored
Nov 07, 2019
by
linxin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
add
parent
d58a5ad1
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
49 additions
and
41 deletions
+49
-41
refund.vue
src/pages/contractRepayment/refund.vue
+49
-41
No files found.
src/pages/contractRepayment/refund.vue
View file @
86953aff
...
...
@@ -9,7 +9,7 @@
<
template
>
<h-view
id=
"repay-plan"
class=
"public-style"
>
<transition
name=
"trans"
>
<div
v-show=
"show"
class=
"modal-show"
>
<div
v-show=
"show"
class=
"modal-show"
@
click=
"show=false"
>
<div
class=
"down"
>
<table>
<tr>
...
...
@@ -51,7 +51,7 @@
v-for=
"(item,index) in lists"
:key=
"index"
:class=
"
{'plan-list':true,'or':statu==='orange','bl':statu==='blue','gr':statu==='green'}"
@click
=
"showModel"
@click
=
"showModel"
>
<div
:class=
"
{'period':true,'orange':statu==='orange','blue':statu==='blue','green':statu==='green'}"
...
...
@@ -71,10 +71,16 @@
<span>
{{
item
.
pay_method
}}
</span>
</p>
<div
class=
"name"
>
<p>
应还金额
<span>
已还金额
</span></p>
<p>
{{
item
.
due_amount
|
currency
}}
<span
:class=
"
{'orang':statu==='orange','blu':statu==='blue','gree':statu==='green'}"
>
{{
item
.
received_amount
|
currency
}}
</span></p>
<p>
应还金额
<span>
已还金额
</span>
</p>
<p>
{{
item
.
due_amount
|
currency
}}
<span
:class=
"
{'orang':statu==='orange','blu':statu==='blue','gree':statu==='green'}"
>
{{
item
.
received_amount
|
currency
}}
</span>
</p>
</div>
</div>
...
...
@@ -141,11 +147,11 @@ export default {
.trans-leave-active {
opacity: 0;
}
.modal-show {
.modal-show {
width: 100%;
height: 100%;
position: absolute;
z-index:
900
;
z-index:
666
;
background-color: rgba(56, 63, 69, 0.3);
display: flex;
justify-content: center;
...
...
@@ -154,30 +160,32 @@ export default {
position: relative;
width: 314px;
height: 119px;
z-index: 999;
background-size: 301px 24.7px;
background-color: #fff;
table{
width:100%;
padding-left: 10px;
table {
width: 100%;
text-align: center;
tr:first-child{
height:46px;
tr:first-child
{
height:
46px;
line-height: 46px;
font-family: PingFangSC-Semibold;
font-size: 14px;
color: #1D3FFF;
font-size: 14px;
color: #1d3fff;
font-weight: 600;
}
tr{
width:100%;
height:36px;
tr
{
width:
100%;
height:
36px;
line-height: 36px;
display: flex;
justify-content: space-between;
text-align: center;
}
td{
font-family: PingFangSC-Regular;
font-size: 13px;
color: #4B4A4B;
}
td,th{
display: flex;
justify-content: center;
}
}
}
}
...
...
@@ -321,23 +329,23 @@ color: #1D3FFF;
justify-content: space-between;
p {
margin-top: 17px;
span {
display: block;
margin-top: 18px;
}
span.orang {
color: rgb(253, 182, 47);
font-weight: 700;
font-family: PingFangSC-Semibold;
}
span.blu {
color: #1d3fff;
font-weight: 700;
font-family: PingFangSC-Semibold;
}
span.gree {
color: #1ba261;
}
span {
display: block;
margin-top: 18px;
}
span.orang {
color: rgb(253, 182, 47);
font-weight: 700;
font-family: PingFangSC-Semibold;
}
span.blu {
color: #1d3fff;
font-weight: 700;
font-family: PingFangSC-Semibold;
}
span.gree {
color: #1ba261;
}
}
}
}
...
...
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