Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
YOHOBUYWAP
·
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
zhangxiaoru
2016-06-24 10:27:20 +0800
Commit
5dd53bd01954a6d90b17f4ae9ddf602fb637fdf7
1 parent
d0dc8434
支付失败返回页面
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
27 additions
and
11 deletions
static/sass/shop/_index.css
template/m.yohobuy.com/actions/shopping/pay/notneedpay.phtml
static/sass/shop/_index.css
View file @
5dd53bd
...
...
@@ -19,7 +19,6 @@
h2
{
font-size
:
37px
;
font-family
:
'STSong'
;
font-weight
:
normal
;
margin
:
0
;
padding
:
0
;
...
...
@@ -72,14 +71,30 @@
.pt50
{
padding-top
:
50px
;
}
}
.pay-back-page
{
font-family
:
'STHeiti'
;
margin
:
0
auto
;
.
order-failure
{
.
failure-order
{
margin-top
:
140px
;
text-align
:
center
;
background-color
:
#fff
;
p{
font-size
:
37px
;
font-weight
:
normal
;
margin
:
0
;
padding
:
0
;
text-align
:
center
;
}
}
.failure-notice
{
padding
:
17px
10px
10px
28px
;
color
:
#24acaa
;
}
.failure-right
{
height
:
28px
;
width
:
28px
;
float
:
left
;
margin
:
1px
10px
0
175px
;
background-image
:
resolve
(
'shopping-pay/notice.png'
);
}
}
...
...
template/m.yohobuy.com/actions/shopping/pay/notneedpay.phtml
View file @
5dd53bd
{
{>
layout/header
}
}
<div
class=
"pay-back-page"
>
<div
class=
"
order-failure
"
>
<div
class=
"
failure-order
"
>
<p>订单提交失败!</p>
<div
class=
"success-notice"
>
<span><em
class=
"icon-uni21"
></em></span>提示:支付失败
<div
class=
"failure-notice"
>
<div
class=
"failure-right"
></div>
提示:支付失败
</div>
</div>
</div>
...
...
Please
register
or
login
to post a comment