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
biao
2015-12-17 15:31:10 +0800
Commit
247592c8d85598de3097fc07c86a02699480b190
1 parent
1f13eede
update for loading failure pic size. code review by LZF
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
2 deletions
static/js/cart/good.js
static/sass/_lazy-failure.scss
static/js/cart/good.js
View file @
247592c
...
...
@@ -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 @
247592c
.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%
;
}
...
...
Please
register
or
login
to post a comment