Toggle navigation
Toggle navigation
This project
Loading...
Sign in
wangshusheng
/
YOHOBUYPC
·
Commits
Go to a project
GitLab
Go to dashboard
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
Plain Diff
Browse Files
Authored by
毕凯
2015-12-17 16:20:49 +0800
Commit
62515af2c20e7f42b2d05a437302cef0cff213c4
2 parents
57d1fead
b5d6f285
Merge branch 'develop' of
http://git.dev.yoho.cn/web/yohobuy
into develop
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
11 additions
and
4 deletions
static/js/cart/good.js
static/sass/_lazy-failure.scss
template/m.yohobuy.com/partials/cart/good.phtml
static/js/cart/good.js
View file @
62515af
...
...
@@ -20,7 +20,7 @@ var requesting = false;
ellipsis
.
init
();
lazyLoad
({
try_again_css
:
'
order
-failure'
try_again_css
:
'
good
-failure'
});
...
...
static/sass/_lazy-failure.scss
View file @
62515af
.order-failure
{
background-image
:
image-url
(
'lazy-failure/order-good.jpg'
);
background-size
:
100%
;
}
\ No newline at end of file
}
.good-failure
{
background-image
:
image-url
(
'lazy-failure/order-good.jpg'
);
background-size
:
132rem
/
$pxConvertRem
!
important
;
background-position-x
:
40%
;
}
...
...
template/m.yohobuy.com/partials/cart/good.phtml
View file @
62515af
...
...
@@ -10,7 +10,7 @@
{{/if}}
<div class="info">
<img class="thumb lazy" data-original={{
url
}}>
<img class="thumb lazy" data-original={{
thumb
}}>
{{#if isAdvanceBuy}}
<p class="few-tag plus-tag">加价购</p>
{{^}}
...
...
@@ -51,7 +51,7 @@
{{/if}}
<span class="iconfont icon-del"></span>
</p>
<p class="row">
...
...
Please
register
or
login
to post a comment