Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
yohobuywap-node
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
王水玲
2016-11-22 15:41:39 +0800
Commit
e247c84bba4e37891576b654913c620065009509
1 parent
06ebe8f2
分期3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
0 deletions
apps/home/controllers/installment.js
public/scss/home/installment/_installment.css
public/scss/home/installment/_starting-service.css
apps/home/controllers/installment.js
View file @
e247c84
...
...
@@ -354,6 +354,7 @@ const startingService = (req, res) => {
page
:
'installment.starting-service'
,
title
:
'开通有货分期'
,
navTitle
:
'开通有货分期'
,
isInstallmentPage
:
true
,
navBtn
:
false
,
banks
:
banks
.
join
(
'、'
)
});
...
...
public/scss/home/installment/_installment.css
View file @
e247c84
...
...
@@ -528,6 +528,10 @@
.installment-body
{
background
:
#efefef
;
.main-wrap
{
max-width
:
100%
;
}
}
.installment-result-page
.installment-only
{
...
...
public/scss/home/installment/_starting-service.css
View file @
e247c84
.installment-starting-service-page
{
background
:
#fff
;
height
:
calc
(
100vh
);
.exclamation
{
background-color
:
#ff7f7f
;
...
...
Please
register
or
login
to post a comment