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
Email Patches
Plain Diff
Browse Files
Authored by
xuqi
2015-12-02 14:06:01 +0800
Commit
4e2a0ca963c1138156fee6936d64d53f6e779bb9
1 parent
7f540f7b
yoho page style
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
9 additions
and
2 deletions
.gitignore
web-static/sass/index.scss
yohobuy/www.yohobuy.com/application/controllers/Boys.php
.gitignore
View file @
4e2a0ca
...
...
@@ -27,4 +27,5 @@ coverage
css/
.sass-cache/
script/nginx/logs/
*.DS_Store
\ No newline at end of file
*.DS_Store
compile/
\ No newline at end of file
...
...
web-static/sass/index.scss
View file @
4e2a0ca
...
...
@@ -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 @
4e2a0ca
...
...
@@ -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