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
Plain Diff
Browse Files
Authored by
郭成尧
2017-01-10 16:13:50 +0800
Commit
ed907ec390b498885608cfb1f801febfd6e39214
2 parents
93631d19
7cd98545
Merge branch 'feature/payEnd' into 'release/5.4'
资源位接口升版本 See merge request
!110
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
6 deletions
config/common.js
public/scss/cart/_pay-success.css
config/common.js
View file @
ed907ec
...
...
@@ -11,7 +11,7 @@ const isTest = process.env.NODE_ENV === 'test';
module
.
exports
=
{
app
:
'h5'
,
appVersion
:
'5.
3.0
'
,
// 调用api的版本
appVersion
:
'5.
4
'
,
// 调用api的版本
port
:
6001
,
siteUrl
:
'//m.yohobuy.com'
,
assetUrl
:
'//127.0.0.1:5001'
,
...
...
public/scss/cart/_pay-success.css
View file @
ed907ec
...
...
@@ -114,10 +114,11 @@
.fraud-prompt
{
height
:
62px
;
line-height
:
6
2
px
;
line-height
:
6
3
px
;
background-color
:
#ff7579
;
color
:
#fff
;
overflow
:
hidden
;
background-size
:
20%
60%
;
}
.fraud-tip
{
...
...
@@ -125,11 +126,14 @@
}
.tip
{
margin
:
19px
10px
0
0
;
margin
-right
:
10px
;
width
:
20px
;
height
:
24px
;
background
:
resolve
(
"cart/person-tip.png"
)
no-repeat
;
height
:
62px
;
background
:
resolve
(
"cart/person-tip.png"
)
no-repeat
center
;
float
:
left
;
background-size
:
100%
100%
;
background-size
:
100%
39%
;
line-height
:
24px
;
display
:
inline-block
;
background-position
:
center
;
}
}
...
...
Please
register
or
login
to post a comment