Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
yoho-blk
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
1
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
yyq
2016-07-29 15:32:28 +0800
Commit
940211de319adc8568ea5eaff95fa3b5a0dabd8e
1 parent
e317a880
退货详情须知
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
16 additions
and
0 deletions
apps/me/views/partial/refund-detail.hbs
public/scss/me/return/_refund-detail.css
apps/me/views/partial/refund-detail.hbs
View file @
940211d
{{#
refundDetail
}}
<div
class=
"refund-datail-wrap"
data-id=
"
{{
id
}}
"
>
<a
href=
"/help?id=43"
class=
"refund-notice"
>
退货须知
</a>
{{>
returns
/
returns-status
}}
{{#
orderReview
}}
...
...
public/scss/me/return/_refund-detail.css
View file @
940211d
.refund-datail-wrap
{
font-size
:
14px
;
position
:
relative
;
.refund-notice
{
width
:
70px
;
height
:
24px
;
line-height
:
26px
;
text-align
:
center
;
font-size
:
12px
;
border
:
1px
solid
#eee
;
display
:
block
;
cursor
:
pointer
;
position
:
absolute
;
top
:
-64px
;
right
:
0
;
}
.top-tip
{
padding
:
40px
0
20px
;
...
...
Please
register
or
login
to post a comment