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
9 years ago
Commit
e3ce0372ae17e929413cd10a6eba2c75460fba33
1 parent
d8013269
update for optimise the good image in cart
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
4 deletions
static/js/cart/good.js
static/sass/cart/_good.scss
static/js/cart/good.js
View file @
e3ce037
...
...
@@ -19,7 +19,7 @@ var $selectAllBtn = $('.balance .checkbox'),
ellipsis
.
init
();
lazyLoad
({
try_again_css
:
'
good
-failure'
try_again_css
:
'
order
-failure'
});
setTimeout
(
function
()
{
...
...
static/sass/cart/_good.scss
View file @
e3ce037
...
...
@@ -71,8 +71,7 @@
.thumb
{
float
:
left
;
width
:
180rem
/
$pxConvertRem
;
height
:
200rem
/
$pxConvertRem
;
width
:
150rem
/
$pxConvertRem
;
background-size
:
100%
;
background-repeat
:
no-repeat
;
}
...
...
@@ -80,7 +79,7 @@
.deps
{
position
:
relative
;
width
:
380rem
/
$pxConvertRem
;
margin-left
:
4
.7r
em
;
margin-left
:
180rem
/
$pxConvertR
em
;
border-bottom
:
1px
solid
#e0e0e0
;
padding
:
0
.5rem
0
;
}
...
...
Please
register
or
login
to post a comment