Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
yohobuy-node
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
1
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
yyq
2017-03-22 18:11:23 +0800
Commit
9e9420948ab748a3fe0b301508c26d4395a94d14
1 parent
7975ef88
购物车不支持七天商品提示
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
20 additions
and
1 deletions
apps/cart/views/action/order-ensure2016.hbs
public/img/cart/7day-limit.png
public/img/sprite.cart.png
public/scss/cart/_order-ensure2016.css
apps/cart/views/action/order-ensure2016.hbs
View file @
9e94209
...
...
@@ -134,6 +134,7 @@
{{/
isEqual
}}
{{
product_name
}}
</p>
{{#
isY
is_limit_skn
}}
<p
class=
"special-limit-7day"
>
不支持7天无理由退换
</p>
{{/
isY
}}
</a>
</td>
<td
class=
"border-top color-size"
>
...
...
public/img/cart/7day-limit.png
0 → 100644
View file @
9e94209
494 Bytes
public/img/sprite.cart.png
View file @
9e94209
43.1 KB
|
W:
|
H:
42.8 KB
|
W:
|
H:
2-up
Swipe
Onion skin
public/scss/cart/_order-ensure2016.css
View file @
9e94209
...
...
@@ -667,7 +667,7 @@
.name
{
display
:
inline-block
;
width
:
280px
;
max-height
:
8
8px
;
max-height
:
6
8px
;
font-size
:
15px
;
padding-left
:
20px
;
line-height
:
1.5
;
...
...
@@ -689,6 +689,24 @@
}
}
.special-limit-7day
{
color
:
#999
;
line-height
:
1
;
position
:
absolute
;
margin-top
:
-20px
;
margin-left
:
86px
;
&:before
{
content
:
''
;
display
:
inline-block
;
width
:
16px
;
height
:
16px
;
background
:
url(/cart/7day-limit.png)
;
vertical-align
:
text-bottom
;
margin-right
:
4px
;
}
}
.color-size
{
color
:
#9a9a9a
;
...
...
Please
register
or
login
to post a comment