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
Plain Diff
Browse Files
Authored by
unknown
2015-12-02 15:23:21 +0800
Commit
d4b22b837d14aca2f6aa09235b9c7335547a50d9
2 parents
4b2cb971
9d7ee9f5
Merge branch 'feature/web' of
http://git.dev.yoho.cn/web/yohobuy
into feature/web
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
9 additions
and
3 deletions
.gitignore
template/www.yohobuy.com/actions/product/index/list.phtml
web-static/sass/index.scss
yohobuy/www.yohobuy.com/application/controllers/Boys.php
.gitignore
View file @
d4b22b8
...
...
@@ -28,4 +28,4 @@ css/
.sass-cache/
script/nginx/logs/
*.DS_Store
compile
\ No newline at end of file
compile/
...
...
template/www.yohobuy.com/actions/product/index/list.phtml
View file @
d4b22b8
...
...
@@ -328,7 +328,7 @@
{
{/opts
}
}
</div>
<div
class=
"goods-container"
>
<div
class=
"goods-container
clearfix{{#if opts.sixPerLine}} six-per-line{{/if}}
"
>
{
{#each
goods
}
}
{
{>
product/good
}
}
{
{/each
}
}
...
...
web-static/sass/index.scss
View file @
d4b22b8
...
...
@@ -59,4 +59,10 @@ a:focus {
outline
:
none
;
}
.yoho-page
{
width
:
1150px
;
margin-left
:
auto
;
margin-right
:
auto
;
}
@import
"home/index"
,
"product/index"
;
\ No newline at end of file
...
...
yohobuy/www.yohobuy.com/application/controllers/Boys.php
View file @
d4b22b8
...
...
@@ -263,7 +263,7 @@ class BoysController extends AbstractAction
)
);
$data
=
array
(
'headerdata'
=>
array
(
$headerdata
)
,
'headerdata'
=>
$headerdata
,
'boysHomePage'
=>
true
,
'boy'
=>
array
(
'bigSlide'
=>
array
(
...
...
Please
register
or
login
to post a comment