Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
YOHOBUYPC
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
2
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Plain Diff
Browse Files
Authored by
lore-w
2015-12-29 13:29:42 +0800
Commit
aca9cb81c65db19bf68fdcd726e3861ad995ab99
2 parents
cc04751d
cf147481
Merge branch 'develop' of git.dev.yoho.cn:web/yohobuy into develop
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
3 deletions
web-static/js/home/home.js
web-static/sass/home/_index-pliffy.scss
web-static/js/home/home.js
View file @
aca9cb8
...
...
@@ -20,7 +20,7 @@ if (homePage === 'brands') {
require
(
'./brands'
);
}
if
(
[
'boys'
,
'girls'
,
'kids'
,
'lifestyle'
].
indexOf
(
homePage
)
>
-
1
)
{
if
(
$
.
inArray
(
homePage
,
[
'boys'
,
'girls'
,
'kids'
,
'lifestyle'
]
)
>
-
1
)
{
require
(
'../common/new-arrivls'
)({
type
:
homePage
,
url
:
'/common/getNewArrival'
,
...
...
web-static/sass/home/_index-pliffy.scss
View file @
aca9cb8
...
...
@@ -183,11 +183,13 @@
margin-right
:
-10px
;
.good-info
{
width
:
240px
;
height
:
400px
;
margin-bottom
:
0px
;
.good-detail-img
{
height
:
320px
;
}
}
.
price
{
.
good-detail-text
{
text-align
:
center
;
}
}
...
...
@@ -257,7 +259,7 @@
position
:
relative
;
width
:
100%
;
text-align
:
center
;
top
:
-2
0px
;
padding-top
:
4
0px
;
a
{
display
:
block
;
height
:
35px
;
...
...
@@ -349,6 +351,7 @@
.goods-container
{
.good-info
{
width
:
188px
;
height
:
360px
;
.good-detail-img
{
height
:
255px
;
}
...
...
@@ -434,6 +437,7 @@
.goods-container
{
.good-info
{
width
:
280px
;
height
:
465px
;
.good-detail-img
{
height
:
374px
;
}
...
...
@@ -485,6 +489,7 @@
.goods-container
{
.good-info
{
width
:
222px
!
important
;
height
:
408px
!
important
;
.good-detail-img
{
height
:
298px
!
important
;
}
...
...
Please
register
or
login
to post a comment