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-23 18:26:32 +0800
Commit
41e1c1ebefb5886277ed1d497546bcb9ffa71fbe
1 parent
017bd7a9
支付成功
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
19 additions
and
16 deletions
static/img/shopping-pay/pay-success.png
static/sass/shop/_index.css
template/m.yohobuy.com/actions/shopping/pay/index.phtml
static/img/shopping-pay/pay-success.png
0 → 100644
View file @
41e1c1e
888 Bytes
static/sass/shop/_index.css
View file @
41e1c1e
...
...
@@ -4,7 +4,7 @@
width
:
auto
;
max-width
:
640px
;
margin
:
0
auto
;
font-family
:
'STHeiti'
;
.success-order-info
{
margin
:
0
;
...
...
@@ -12,13 +12,14 @@
}
.success-order-info
{
padding
:
0
10px
;
padding
:
10px
10px
;
text-align
:
center
;
color
:
#222
;
font-size
:
12px
;
h2
{
font-size
:
30px
;
font-family
:
'STSong'
;
font-weight
:
normal
;
margin
:
0
;
padding
:
0
;
...
...
@@ -26,19 +27,22 @@
}
.icon-right
{
font-size
:
72px
;
padding
:
65px
0
25px
;
text-align
:
center
;
width
:
75px
;
height
:
75px
;
border
:
1px
solid
;
margin
:
100px
0
40px
260px
;
margin-top
:
100px
;
background-img
:
resolve
(
'shopping-pay/pay-success.png'
);
;
}
.success-notice
{
text-align
:
center
;
padding
:
10px
10px
10px
28px
;
padding
:
0
10px
10px
28px
;
color
:
#24acaa
;
span
{
margin
:
0
5px
0
-18px
;
margin
:
5px
5px
0
-18px
;
}
}
...
...
@@ -46,18 +50,19 @@
padding
:
10px
;
text-align
:
center
;
min-width
:
300px
;
margin
:
0
auto
;
margin
:
40px
auto
;
a
{
display
:
inline-block
;
width
:
144px
;
height
:
44px
;
line-height
:
44px
;
width
:
250px
;
height
:
80px
;
line-height
:
80px
;
text-align
:
center
;
background-color
:
#ed0010
;
color
:
white
;
margin-right
:
8px
;
font-size
:
16px
;
font-size
:
32px
;
font-weight
:
normal
;
text-decoration
:
none
;
outline
:
none
;
}
...
...
template/m.yohobuy.com/actions/shopping/pay/index.phtml
View file @
41e1c1e
...
...
@@ -2,9 +2,7 @@
<div
class=
"pay-back-page"
>
<div
class=
"success-order"
>
<div
class=
"success-order-info"
>
<div
class=
"icon-right"
>
<em
class=
"icon-uni3D te"
></em>
</div>
<div
class=
"icon-right"
></div>
<h
2
>您的订单已支付成功!</h
2
>
</div>
<div
class=
"success-notice"
>
...
...
Please
register
or
login
to post a comment