Authored by xuqi

yoho page style

... ... @@ -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
... ...
... ... @@ -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
... ...
... ... @@ -263,7 +263,7 @@ class BoysController extends AbstractAction
)
);
$data = array(
'headerdata' => array($headerdata),
'headerdata' => $headerdata,
'boysHomePage' => true,
'boy' => array(
'bigSlide' => array(
... ...