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
biao
2016-08-08 17:13:33 +0800
Commit
f07cc7dcfb80e5519236d02e1c710c787287bb78
1 parent
449aaf95
update for change tips
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
13 additions
and
0 deletions
apps/me/views/partial/returns-change.hbs
public/scss/me/return/_change.css
apps/me/views/partial/returns-change.hbs
View file @
f07cc7d
<div
class=
"returns-wrap user-order change"
>
<a
href=
"/help?id=43"
target=
"_blank"
>
<span
class=
"btn white change-tips"
>
换货须知
</span>
</a>
{{#
returnsChange
}}
{{>
common
/
subtitle
}}
<div
class=
"order"
data-code=
"
{{
orderCode
}}
"
>
...
...
public/scss/me/return/_change.css
View file @
f07cc7d
...
...
@@ -13,6 +13,8 @@
}
&
.change
{
position
:
relative
;
.sub-column
{
margin-top
:
30px
;
...
...
@@ -21,6 +23,14 @@
}
}
.change-tips
{
position
:
absolute
;
top
:
0
;
right
:
0
;
border-color
:
#f1f1f1
;
color
:
#1b1b1b
;
}
.btn
{
&.confirm
{
width
:
130px
;
...
...
Please
register
or
login
to post a comment